Module: check_mk
Branch: master
Commit: 6a1c20d76ab14b2ed14d331481c9c8a4b8dac669
URL:
http://git.mathias-kettner.de/git/?p=check_mk.git;a=commit;h=6a1c20d76ab14b…
Author: Mathias Kettner <mk(a)mathias-kettner.de>
Date: Fri Jul 20 15:52:31 2012 +0200
Cosmetic improvement for OpenVMS
---
modules/check_mk.py | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/modules/check_mk.py b/modules/check_mk.py
index 57c5c80..0d7f84e 100755
--- a/modules/check_mk.py
+++ b/modules/check_mk.py
@@ -3062,7 +3062,8 @@ def show_check_manual(checkname):
for agent in header['agents'].split(","):
agent = agent.strip()
ags.append({ "vms" : "VMS",
"linux":"Linux", "aix": "AIX",
- "solaris":"Solaris",
"windows":"Windows", "snmp":"SNMP"}
+ "solaris":"Solaris",
"windows":"Windows", "snmp":"SNMP",
+ "openvms" : "OpenVMS" }
.get(agent, agent.upper()))
print_splitline(header_color_left, "Supported Agents: ",
header_color_right, ", ".join(ags))