Hi,
I've been able to successfully get Oreon/Nagios installed (which was amazingly easy). However, like a couple of other people on this forum, I can't get e-mail notifications working.
Here's the relevant part of nagios.cfg:
And services.cfg:
Finally, contacts.cfg:
E-mail can be sent successfully from the shell using the commands in misccommands.cfg
Any ideas?
Mike
I've been able to successfully get Oreon/Nagios installed (which was amazingly easy). However, like a couple of other people on this forum, I can't get e-mail notifications working.
Here's the relevant part of nagios.cfg:
Code:
enable_notifications=1
Code:
define service{ use STemplate_MegaRAID service_description MegaRAID host_name dummybox max_check_attempts 5 normal_check_interval 10 retry_check_interval 2 check_period 24x7 notification_interval 30 notification_period 24x7 notification_options c,r contact_groups ops }
Code:
define contact{ contact_name ops alias ops host_notification_period 24x7 host_notification_options d,u,r host_notification_commands host-notify-by-email service_notification_period 24x7 service_notification_options w,u,c,r service_notification_commands notify-by-email email [email protected] }
Any ideas?
Mike
Comment