Module: check_mk
Branch: master
Commit: 866770eed86b581af094c6e945c5b695b06d4e06
URL:
http://git.mathias-kettner.de/git/?p=check_mk.git;a=commit;h=866770eed86b58…
Author: Mathias Kettner <mk(a)mathias-kettner.de>
Date: Mon Jan 24 09:06:00 2011 +0100
Fixed type in diagnosis output
---
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 0066d6a..8192910 100755
--- a/modules/check_mk.py
+++ b/modules/check_mk.py
@@ -1628,7 +1628,7 @@ def make_inventory(checkname, hostnamelist, check_only=False,
include_state=Fals
try:
inventory_function = check_info[checkname][3]
except KeyError:
- sys.stderr.write("No such check type '%s'. Try check_mk -I
list.\n" % checkname)
+ sys.stderr.write("No such check type '%s'. Try check_mk -L.\n"
% checkname)
sys.exit(1)
is_snmp_check = check_uses_snmp(checkname)