From 0bc898160b57b69bb766c97f25a5b9545eb91ee3 Mon Sep 17 00:00:00 2001 From: Cullum Smith Date: Fri, 28 Mar 2025 22:04:58 -0400 Subject: mysql/icinga fixes --- files/usr/local/etc/icinga2/conf.d/groups.conf.icinga_server | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'files/usr/local/etc/icinga2/conf.d/groups.conf.icinga_server') 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) -- cgit v1.2.3