I have a problem when i add a new contact, i haven't any error in log or in check
But Nagwin_Nagios stopped directly and others services run normally.
my contact.cfg :
Code: Select all
define contact{
contact_name nagiosadmin ; Short name of user
use generic-contact ; Inherit default values from generic-contact template (defined above)
alias Nagios Admin ; Full name of user
email [email protected]
register 0
}
define contact{
contact_name contact_two ; Short name of user
use generic-contact ; Contact
alias Contact two ; Full name of user
email [email protected] ; Email
register 0
}
define contactgroup{
contactgroup_name admins
alias Nagios Administrators
members nagiosadmin,contact_two
}
define contactgroup{
contactgroup_name developers
alias Developers
members contact_two
}
Best Regards
Yo