Page 2 of 2

Re: Nagios XI with Chef

Posted: Wed May 30, 2018 10:13 am
by tiborracz
Sure:

define service {
host_name hostA,hostB
service_description chef-server
use default-service
check_command check_chef-server
}

Similar happens with multiple host groups:

define service {
use default-service
service_description disk
hostgroup_name aix,base,solaris-base
check_command check_disk
}

Please also check the ticket #773087

Re: Nagios XI with Chef

Posted: Wed May 30, 2018 11:00 am
by scottwilkerson
Excellent, I see Craig has already dealt with this in the ticket. I am going to lock this thread.