nagios: use logging_rdu3 host group and drop non rdu3 duplicate group

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi
2025-12-08 11:48:31 -08:00
parent 737608a2e2
commit a7a060af87
2 changed files with 1 additions and 7 deletions

View File

@@ -1,5 +1,5 @@
define service {
hostgroup_name all, !mincheckgrp, !logging
hostgroup_name all, !mincheckgrp, !logging_rdu3
service_description Disk_Space_/
check_command check_by_nrpe!check_disk_/
use disktemplate

View File

@@ -37,12 +37,6 @@ define hostgroup{
}
define hostgroup{
hostgroup_name logging
alias logging
members {% for host in groups['logging']|sort %}{% endfor %}
}
define hostgroup{
hostgroup_name routers
alias routers