From: Antoine Beaupre Date: Fri, 17 Apr 2009 17:08:53 +0000 (-0400) Subject: note which is the parent X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=0c604312144f476bb35a9539e351daefb3f05a6c;p=puppet-backupninja.git note which is the parent --- diff --git a/files/checkbackups.pl b/files/checkbackups.pl index f46920b..df73ceb 100755 --- a/files/checkbackups.pl +++ b/files/checkbackups.pl @@ -114,6 +114,6 @@ foreach $host (@hosts) { } continue { printf "$host\tbackups\t$state\t$message\n"; foreach my $vserver (@vservers) { - printf "$vserver$dom_sufx\tbackups\t$state\t$message\n"; + printf "$vserver$dom_sufx\tbackups\t$state\t$message, same as parent: $host\n"; } }