feat: add service vhost http checks

This commit is contained in:
2023-01-02 04:17:46 +01:00
parent 1098cc6512
commit fe9f71a38e
2 changed files with 8 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
apply Service for (http_vhost => config in host.vars.http_vhosts) {
import "generic-service"
check_command = "http"
vars += config
}

View File

@@ -79,6 +79,7 @@
mode: 0640
with_items:
- icinga_master_hosts.conf
- services_vhosts_http_checks.conf
- services_passive.conf
- services_passive_mail_extern.conf
- services_async.conf