Check_email_delivery - O365

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
r34220
Posts: 72
Joined: Fri Feb 06, 2015 6:47 pm

Re: Check_email_delivery - O365

Post by r34220 »

I made sure I had the latest version once I first originally had the issue.

Code: Select all

/usr/local/nagios/libexec/check_imap_receive -V
0.7.5
User avatar
tgriep
Madmin
Posts: 9190
Joined: Thu Oct 30, 2014 9:02 am

Re: Check_email_delivery - O365

Post by tgriep »

The only information I found on that message is if you ran that check with this option

Code: Select all

--ssl-ca-file
Or if you ran this command on the server

Code: Select all

imap_ssl_cert
It may have downloaded outlook.office365.com's server certificate against a local .pem file and that could be the error.
If you did run this check with the --ssl-ca-file option, can you search for a file that may be called ca_file.pem and remove it?
Thanks
Be sure to check out our Knowledgebase for helpful articles and solutions!
r34220
Posts: 72
Joined: Fri Feb 06, 2015 6:47 pm

Re: Check_email_delivery - O365

Post by r34220 »

I haven't ran the imap_ssl_cert script at all.
User avatar
tgriep
Madmin
Posts: 9190
Joined: Thu Oct 30, 2014 9:02 am

Re: Check_email_delivery - O365

Post by tgriep »

That error you are seeing is from the latest version of the plugin, try and go back one version and see if that works for you.
Can you run this on the XI server to see if there any errors that could be helpful to trouble shoot this?

Code: Select all

openssl s_client -connect outlook.office365.com:993 
Be sure to check out our Knowledgebase for helpful articles and solutions!
Locked