mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 12:07:34 +08:00
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:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user