When the config is generated, the host is in the service definition as a negation but there's a second host_name line further down that is overriding it. The three excluded hosts in the second host_name line shown below are not listed in the "Manage Hosts" window where I added host4, but clearly they're defined as exclusions somewhere. Where else in CCM should I be looking?
Code: Select all
define service {
host_name !host4.school.edu
service_description Drive Space - /boot
use service-server-standard
hostgroup_name linux-server-critical,linux-server-standard,nac-appliance-standard
servicegroups linux-server-standard
check_command check_snmp_disk!/boot!-C $USER23$!!!!!!
host_name !host1.school.edu,!host2.school.edu,!host3.school.edu
register 1
}