mirror of
https://github.com/FAUSheppy/no-secrets-athq-ansible
synced 2025-12-06 09:01:38 +01:00
feat: add service vhost http checks
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
apply Service for (http_vhost => config in host.vars.http_vhosts) {
|
||||
import "generic-service"
|
||||
|
||||
check_command = "http"
|
||||
|
||||
vars += config
|
||||
}
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user