Module: check_mk
Branch: master
Commit: be28d1148d3242ea33cb0be50401d284a44ab1a5
URL:
http://git.mathias-kettner.de/git/?p=check_mk.git;a=commit;h=be28d1148d3242…
Author: Mathias Kettner <mk(a)mathias-kettner.de>
Date: Fri Feb 24 11:37:33 2012 +0100
Fix comment in output of check_mk -N
---
modules/check_mk.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/modules/check_mk.py b/modules/check_mk.py
index 5faee0a..0d3b12c 100755
--- a/modules/check_mk.py
+++ b/modules/check_mk.py
@@ -1871,7 +1871,7 @@ def create_nagios_config_timeperiods(outfile):
def create_nagios_config_contacts(outfile):
if len(contacts) > 0:
outfile.write("\n#
------------------------------------------------------------\n")
- outfile.write("# Timeperiod definitions (controlled by variable
'contacts'\n")
+ outfile.write("# Contact definitions (controlled by variable
'contacts')\n")
outfile.write("#
------------------------------------------------------------\n\n")
cnames = contacts.keys()
cnames.sort()