summaryrefslogtreecommitdiff
path: root/files
diff options
context:
space:
mode:
authorAntoine Beaupre <anarcat@koumbit.org>2009-04-17 13:08:53 -0400
committerAntoine Beaupre <anarcat@koumbit.org>2009-04-17 13:08:53 -0400
commit0c604312144f476bb35a9539e351daefb3f05a6c (patch)
tree0e0a72ce1f31a630b6b778cda8fc1958f660eae1 /files
parent9aa5fb318ffe3bf976d4e456c2754ca6b97dc9e8 (diff)
note which is the parent
Diffstat (limited to 'files')
-rwxr-xr-xfiles/checkbackups.pl2
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";
}
}