Nick Chappell
|
633e4faef9
|
Use %> instead of -%> at the end of some ERB tags so that trailing whitespace isn't surpressed. Surpressing the trailing whitespace caused problems where there was one more parameters listed after each other. Each parameter would get squashed onto a single line, causing a syntax error when Icinga2 parsed the object file.
refs#7715: https://dev.icinga.org/issues/7715
|
2014-11-18 22:16:42 -08:00 |
|
Nick Chappell
|
6234216847
|
Change instances of 'enable_flap_detection' to 'enable_flapping'. This is a result of https://dev.icinga.org/issues/6870, which fixed the incorrect parameter name being used in the documentation.
refs# 7712 : https://dev.icinga.org/issues/7712
|
2014-11-17 21:37:06 -08:00 |
|
Nick Chappell
|
7de5eee88c
|
Moved the check_command block to be before the vars block, since the vars block for a service apply will usually be setting variables for the check_command.
|
2014-07-31 09:25:39 -07:00 |
|
Nick Chappell
|
2b766285b2
|
Added an object defined type for applying services to hosts; also included an ERB template to render the object files.
|
2014-07-30 22:34:55 -07:00 |
|