Host/service notification emails not working
Posted: Tue Nov 07, 2017 11:37 am
Send test emails: work
Account creation emails: work
Sending at shell as nagios user: work
Host/service notification emails: NOT WORKING
This is a brand new vmware image of 5.4.10 (upgraded to 5.4.11) centos6. Email notifications are not sending out of the system.
nagios.log shows notifications being issued:
But the debug log shows them never hitting the system to actually send out. I see the tests and the account creation messages though! phpmailer.log:
I even tried changing the email method from Sendmail to SMTP... exact same thing happens. Tests work, notifications don't.
I've checked postfix settings compared to a working system, and no remarkable differences.
I've been up and down all the settings and I can't find anything I'm missing. I've set up many XI systems before and have never ran in to a problem like this. I keep thinking there is something obvious, but like I said, I've been up and down the settings and don't know what else to troubleshoot at this point. Help
Account creation emails: work
Sending at shell as nagios user: work
Host/service notification emails: NOT WORKING
This is a brand new vmware image of 5.4.10 (upgraded to 5.4.11) centos6. Email notifications are not sending out of the system.
nagios.log shows notifications being issued:
Code: Select all
[1510070982] SERVICE ALERT: GCC-DC01;Print Spooler TEST;OK;HARD;2;Spooler: Started
[1510070982] SERVICE NOTIFICATION: nicktest;GCC-DC01;Print Spooler TEST;OK;xi_service_notification_handler;Spooler: Started
[1510071639] SERVICE ALERT: GCC-DC01;Print Spooler TEST;CRITICAL;SOFT;1;Spooler: Stopped
[1510071649] SERVICE ALERT: GCC-DC01;Print Spooler TEST;CRITICAL;HARD;2;Spooler: Stopped
[1510071649] SERVICE NOTIFICATION: nicktest;GCC-DC01;Print Spooler TEST;CRITICAL;xi_service_notification_handler;Spooler: StoppedCode: Select all
[11-07-2017 10:04:54] Message sent! (method=sendmail), Referer: admin/testemail.php
[11-07-2017 10:08:51] Message sent! (method=sendmail), Referer: admin/users.php > Account Creation
[11-07-2017 10:28:39] Message sent! (method=sendmail), Referer: account/testnotification.php > PHPmailer TestI've checked postfix settings compared to a working system, and no remarkable differences.
I've been up and down all the settings and I can't find anything I'm missing. I've set up many XI systems before and have never ran in to a problem like this. I keep thinking there is something obvious, but like I said, I've been up and down the settings and don't know what else to troubleshoot at this point. Help