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
}