Digital Marketing

How to add Contact to Nagios server

sudo vi /etc/nagios/objects/contacts.cfg

add the following:

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 superman@goyun.info ; <<***** CHANGE THIS TO YOUR EMAIL ADDRESS ******
}

Comments

Popular posts from this blog