experimental service
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{% 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
|
||||
{% for service in expanded.services -%}
|
||||
check host {{ service.container }}.{{ service.port }} with address {{ service.container }}.lxd
|
||||
depends on {{ service.container }}.running
|
||||
if failed port {{ service.port }} protocol http for 2 cycles then alert
|
||||
|
||||
{% endfor -%}
|
||||
Reference in New Issue
Block a user