diff options
author | Antoine Beaupre <anarcat@koumbit.org> | 2009-04-17 13:08:53 -0400 |
---|---|---|
committer | Antoine Beaupre <anarcat@koumbit.org> | 2009-04-17 13:08:53 -0400 |
commit | 0c604312144f476bb35a9539e351daefb3f05a6c (patch) | |
tree | 0e0a72ce1f31a630b6b778cda8fc1958f660eae1 | |
parent | 9aa5fb318ffe3bf976d4e456c2754ca6b97dc9e8 (diff) | |
download | puppet-backupninja-0c604312144f476bb35a9539e351daefb3f05a6c.tar.gz puppet-backupninja-0c604312144f476bb35a9539e351daefb3f05a6c.tar.bz2 |
note which is the parent
-rwxr-xr-x | files/checkbackups.pl | 2 |
1 files changed, 1 insertions, 1 deletions
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"; } } |