diff options
author | Cullum Smith <cullum@sacredheartsc.com> | 2025-03-28 22:04:58 -0400 |
---|---|---|
committer | Cullum Smith <cullum@sacredheartsc.com> | 2025-03-28 22:04:58 -0400 |
commit | 0bc898160b57b69bb766c97f25a5b9545eb91ee3 (patch) | |
tree | de0c5a537f2696c09257666268cd5b02d9ce87b1 /files/usr/local/etc/icinga2/conf.d/groups.conf.icinga_server | |
parent | 45f11dbe7efc2d6d4661b3a21d83fd0e0a5deb06 (diff) | |
download | infrastructure-0bc898160b57b69bb766c97f25a5b9545eb91ee3.tar.gz |
Diffstat (limited to 'files/usr/local/etc/icinga2/conf.d/groups.conf.icinga_server')
-rw-r--r-- | files/usr/local/etc/icinga2/conf.d/groups.conf.icinga_server | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/files/usr/local/etc/icinga2/conf.d/groups.conf.icinga_server b/files/usr/local/etc/icinga2/conf.d/groups.conf.icinga_server index f6f13b8..6665a78 100644 --- a/files/usr/local/etc/icinga2/conf.d/groups.conf.icinga_server +++ b/files/usr/local/etc/icinga2/conf.d/groups.conf.icinga_server @@ -43,6 +43,11 @@ object HostGroup "postgresql-servers" { assign where regex("^postgres[0-9]+", host.name) } +object HostGroup "mysql-servers" { + display_name = "MySQL Servers" + assign where regex("^mysql[0-9]+", host.name) +} + object HostGroup "dav-servers" { display_name = "DAV Servers" assign where regex("^dav[0-9]+", host.name) |