Page 1 of 1

Nagios mail object mismatch

Posted: Fri Jun 10, 2011 5:00 am
by kassor
Hi all.

I'm having a little problem with my Nagios server (v3.0.6).
When a host is falling down for example, or one of its services is down, I get an email which object is 'UP' :shock: but in the body it correctly shown "PROBLEM".

Please, how can I fix this... :?:

Re: Nagios mail object mismatch

Posted: Thu Jun 16, 2011 3:29 am
by kassor
I can answer myself now...
There was a mistake in contact notifications setup. I was using the "host-notify-by-email" for both hosts et services notifications.
To correct the stuff I configured as following in contact setup page (using centreon, or from nagios conf file contacts.cfg) :
- service_notification_commands ===> notify-by-email
- host_notification_commands ===> host-notify-by-email

Hope it will help ;)