Refactoring: Changed remaining check parameters starting with an 's' to the new rules...
[check_mk.git] / .werks / 8217
blobf76d7ccadc042e29959e55d1acd8bf895e88e94d
1 Title: Replace custom host macros in call of active checks
2 Level: 1
3 Edition: cee
4 Component: config
5 Class: fix
6 State: unknown
7 Version: 1.2.7i1
8 Date: 1427793737
9 Targetversion: future
11 When you have defined custom host macros like <tt>_FOO</tt> via
12 <tt>extra_host_conf</tt> in <tt>main.mk</tt> or other configuration
13 files, these macros are now known and will be replaced on the command line
14 of active check plugins. The macro in the example will be specified
15 with <tt>$HOST_FOO</tt>.