summaryrefslogtreecommitdiff
path: root/tools/josef_nagios_auditor.py
diff options
context:
space:
mode:
Diffstat (limited to 'tools/josef_nagios_auditor.py')
-rwxr-xr-xtools/josef_nagios_auditor.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/josef_nagios_auditor.py b/tools/josef_nagios_auditor.py
index db68bbe..cbfdff2 100755
--- a/tools/josef_nagios_auditor.py
+++ b/tools/josef_nagios_auditor.py
@@ -319,7 +319,7 @@ def main(args):
if not args.no_inclusion:
verify_inclusion_all(args.baseurl, old_sth, new_sth)
- print "Everything OK from " + args.baseurl
+ print "Everything OK from " + args.baseurl + " Tree size: " + str(new_sth["tree_size"])
sys.exit(NAGIOS_OK)