Exclusion Problem
Posted: Fri Dec 11, 2015 3:15 pm
I am having issues with exclusions of a service for a host group on Nagios Core 3.5.
Exclusion hostgroup object
service object
Error: Could not expand hostgroups and/or hosts specified in service
Any help is appreciated
Exclusion hostgroup object
Code: Select all
define hostgroup{
hostgroup_name exclude_FS_CHECK
members WIN_SERVER
}
Code: Select all
define service{
use 6h-service
hostgroup_name WIN_CHECK,!exclude_FS_CHECK
check_command check_nrpe!130!check_win
notification_options c,w
}
Any help is appreciated