provisioning tool for building opinionated architecture
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
205 B

7 months ago
  1. {% for container in expanded.monitored.containers -%}
  2. check program {{ container }}.running
  3. with path "/root/lxc-is-running {{ container }}"
  4. depends on bridge
  5. if status != 0 then alert
  6. {% endfor -%}