summaryrefslogtreecommitdiff
path: root/tools/josef_nagios_auditor.py
diff options
context:
space:
mode:
authorJosef Gustafsson <josef.gson@gmail.com>2015-09-07 09:08:15 +0200
committerJosef Gustafsson <josef.gson@gmail.com>2015-09-07 09:08:15 +0200
commit1fbeb7f1af0d0b7e98b246dfb06fd0525abd23f1 (patch)
treefc3fa19b20dfdab4a51752069e0190fc1ae84b5d /tools/josef_nagios_auditor.py
parent4596485adffb636c014362bc982ee0b952c77f26 (diff)
auditing working, starting with monitor design
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)