1
0
mirror of https://github.com/opinkerfi/nagios-plugins.git synced 2026-02-05 22:55:17 +01:00

check_vmware_wbem removed reference to deprecated filename

This commit is contained in:
Páll Guðjón Sigurðsson
2010-09-15 03:06:35 +00:00
parent 1268cbaa1b
commit 314bd52147
2 changed files with 3 additions and 3 deletions

View File

@@ -71,7 +71,7 @@ for session in parsedSessions:
total_size = total_size + size
total_sessions += 1
print "Everything is ok | errors=%d warnings=%d size=%dB num_sessions=%dc" % (total_errors,total_warnings,total_size,total_sessions)
print "Everything is ok | 'errors'=%d 'warnings'=%d 'size'=%dB 'num_sessions'=%dc" % (total_errors,total_warnings,total_size,total_sessions)