You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
6 lines
269 B
6 lines
269 B
{% for host in expanded.monitored.hosts -%}
|
|
check host {{ host.container }}.{{ host.port }} with address {{ host.container }}.lxd
|
|
depends on {{ host.container }}.running
|
|
if failed port {{ host.port }} protocol http for 2 cycles then alert
|
|
|
|
{% endfor -%}
|