Nagios Core - specify a single contact for a host or service
Posted: Tue Aug 25, 2015 9:34 am
Good afternoon,
The following works fine:
but what about if I just want emails for this host to go to a single individual?
Do I have to set up a new contact group consisting of just that individual and reference it here, or is there any way in which I can reference the individual directly without having to create a contact group?
Cheers
Pete
The following works fine:
Code: Select all
define host{
use windows-server
host_name FIRSTSERVERNAME
alias Dev-Jenkins
address 88.88.88.88
hostgroups windows-servers
contact_groups admins
}Do I have to set up a new contact group consisting of just that individual and reference it here, or is there any way in which I can reference the individual directly without having to create a contact group?
Cheers
Pete