cosmetics
authorMatthias Förste <foerste@schlittermann.de>
Tue, 26 Apr 2011 10:37:10 +0200
changeset 106 5cd52564c236
parent 105 7e623fe1e9e5
child 107 048c548ff05b
cosmetics
dnsnagios/check_dnssec
--- a/dnsnagios/check_dnssec	Wed Apr 20 10:02:00 2011 +0200
+++ b/dnsnagios/check_dnssec	Tue Apr 26 10:37:10 2011 +0200
@@ -128,7 +128,7 @@
 }
 
 print "DNSSEC $rc: ", $counter->{critical}, " critical, ", $counter->{warning},
-  " warning, ", $counter->{ok}, " ok, ", $counter->{total}, " total.\n";
+  " warning, ", $counter->{ok}, " ok, ", $counter->{total}, " total RRSIGS.\n";
 exit $rv->{$rc};
 
 sub version($$) {