i thought there was problem in sendmail. Apparently, i receive email as host goes down (critical)… i configured nagios to notify via email when there are WARNING in services.cfg but the problem is it not sending email as services goes WARNING. Below is some of the config of my services.cfg. BTW, im using Nagios 2.0
define service{
host_name CACTI
service_description PING
is_volatile 0
check_period 24x7
max_check_attempts 1000
normal_check_interval 1
retry_check_interval 3
contact_groups NOC
notification_interval 60
notification_period 24x7
notification_options c,r,w
notifications_enabled 1
check_command check_ping!1.0,15%!5.0,50%
}
I tried to send email via terminal using mail command (e.g. mail email_add < test.txt -s “test” and i successfully receive the mail.
Is there a change in Nagios 2.0???