diff options
author | Cullum Smith <cullum@sacredheartsc.com> | 2024-11-14 20:40:35 -0500 |
---|---|---|
committer | Cullum Smith <cullum@sacredheartsc.com> | 2024-11-14 20:40:35 -0500 |
commit | 9fec52cfb9a2fca2e6ad2aa505075de47e930165 (patch) | |
tree | 082f8a37525c8c8d0978180bda1d4b740988d766 /files/usr/local/etc/icinga2/conf.d | |
parent | 1760403ec7e3bf1c4538b783becbcfc0fc9f7f06 (diff) | |
download | infrastructure-9fec52cfb9a2fca2e6ad2aa505075de47e930165.tar.gz |
more updates for git server
Diffstat (limited to 'files/usr/local/etc/icinga2/conf.d')
-rw-r--r-- | files/usr/local/etc/icinga2/conf.d/services.conf.icinga_server | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/files/usr/local/etc/icinga2/conf.d/services.conf.icinga_server b/files/usr/local/etc/icinga2/conf.d/services.conf.icinga_server index 116fe44..ce08657 100644 --- a/files/usr/local/etc/icinga2/conf.d/services.conf.icinga_server +++ b/files/usr/local/etc/icinga2/conf.d/services.conf.icinga_server @@ -263,7 +263,8 @@ apply Service "http" { || "xmpp-servers" in host.groups || "znc-servers" in host.groups || "icinga-servers" in host.groups - || "bitwarden-servers" in host.groups) + || "bitwarden-servers" in host.groups + || "git-servers" in host.groups) } // Expect HTTP 302 @@ -304,7 +305,8 @@ apply Service "https" { vars.http_critical_time = ${icinga_response_time_crit} assign where ("pkg-repositories" in host.groups || "znc-servers" in host.groups - || "bitwarden-servers" in host.groups) + || "bitwarden-servers" in host.groups + || "git-servers" in host.groups) } // Expect HTTPS 404 @@ -350,7 +352,8 @@ apply Service "https-cert" { || "smtp-servers" in host.groups || "icinga-servers" in host.groups || "web-servers" in host.groups - || "ttrss-servers" in host.groups) + || "ttrss-servers" in host.groups + || "git-servers" in host.groups) && !host.vars.https_vhosts) } |