Module: check_mk
Branch: master
Commit: edd676c6d820beab7189f81f8c9f6806e7f1755a
URL:
http://git.mathias-kettner.de/git/?p=check_mk.git;a=commit;h=edd676c6d820be…
Author: Lars Michelsen <lm(a)mathias-kettner.de>
Date: Thu Jul 28 16:05:40 2016 +0200
Added missing help text about macros to datasource programs
---
web/htdocs/wato.py | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/web/htdocs/wato.py b/web/htdocs/wato.py
index b44880d..d3c2b44 100644
--- a/web/htdocs/wato.py
+++ b/web/htdocs/wato.py
@@ -2472,8 +2472,7 @@ def mode_diag_host(phase):
"program that should be called by Check_MK instead of
connecting the agent "
"via TCP. That program must output the agent's data on
standard output in "
"the same format the agent would do. This is for example
useful for monitoring "
- "via SSH. The command line may contain the placeholders
<tt><IP></tt> and "
- "<tt><HOST></tt>.")
+ "via SSH.") + monitoring_macro_help(),
))
]
)