diff --git a/check_dataprotector/trunk/check_dp_backups b/check_dataprotector/trunk/check_dp_backups index 5d3b399..bc78124 100755 --- a/check_dataprotector/trunk/check_dp_backups +++ b/check_dataprotector/trunk/check_dp_backups @@ -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) diff --git a/check_vmware/trunk/check_vmware_wbem.py b/check_vmware/trunk/check_vmware_wbem.py index 667cbed..0fd3e19 100644 --- a/check_vmware/trunk/check_vmware_wbem.py +++ b/check_vmware/trunk/check_vmware_wbem.py @@ -2,12 +2,12 @@ # # Copyright 2010, Pall Sigurdsson # -# check_hpacucli.py is free software: you can redistribute it and/or modify +# This script is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # -# check_hpacucli.py is distributed in the hope that it will be useful, +# This script is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details.