Nagios Configuring Mail Alerts

Source: Internet
Author: User

1. Edit the configuration file
Vim/etc/nagios/objects/contacts.cfg
Add the following content:
Define Contactgroup{
Contactgroup_name Admins
Alias Nagios Administraators
Members NAGIOSADMIN,DD
}
Define Contact{
Contact_Name 123
Use Generic-contact
Alias DD
email [email protected]
}
Define Contact{
Contact_Name 456
Use Generic-contact
Alias TT
email [email protected]
}
Define Contactgroup{
Contactgroup_name Common
Alias Common
Members 123,456
}
2, let who alarm, in/etc/nagios/conf.d/192.168.81.132.cfg
The service that specifies the alert for the message.
such as: adding Contact_groups common to the Check_load
3, (2) can be added to the parameters:
Notification_enabled 0/1 whether to turn on the reminder function
Notification_period 24x7 means sending reminders to work hours
A very important host (service) is defined as a 24x7
A typical host (service) is defined as working hours
Notification_options W,u,c,r represents the status of the service.
4. Restart the Nagios service after editing the file. Service Nagios Restart

Nagios Configuring Mail Alerts

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.