Search found 72 matches
- Tue Nov 17, 2015 1:11 pm
- Forum: Nagios XI
- Topic: Check_email_delivery - O365
- Replies: 23
- Views: 3168
Re: Check_email_delivery - O365
I haven't ran the imap_ssl_cert script at all.
- Fri Nov 13, 2015 11:16 am
- Forum: Nagios XI
- Topic: Check_email_delivery - O365
- Replies: 23
- Views: 3168
Re: Check_email_delivery - O365
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- Thu Nov 12, 2015 3:27 pm
- Forum: Nagios XI
- Topic: Check_email_delivery - O365
- Replies: 23
- Views: 3168
Re: Check_email_delivery - O365
That had no effect. I don't think there is an issue with smtp. Its imap connection failing. EMAIL DELIVERY CRITICAL - imap failed: IMAP RECEIVE CRITICAL- Could not connect to outlook.office365.com port 993: IO::Socket::INET configuration failederror:00000000:lib(0):func(0):reason(0) (if you get this...
- Thu Nov 12, 2015 12:22 pm
- Forum: Nagios XI
- Topic: Check_email_delivery - O365
- Replies: 23
- Views: 3168
Re: Check_email_delivery - O365
different error...
Code: Select all
EMAIL DELIVERY CRITICAL - smtp failed: SMTP SEND CRITICAL - Could not send to [email protected]- Thu Nov 12, 2015 10:57 am
- Forum: Nagios XI
- Topic: Check_email_delivery - O365
- Replies: 23
- Views: 3168
Re: Check_email_delivery - O365
I had placed it in check_imap_receive file
- Wed Nov 11, 2015 3:58 pm
- Forum: Nagios XI
- Topic: Check_email_delivery - O365
- Replies: 23
- Views: 3168
Re: Check_email_delivery - O365
./check_email_delivery --mailto nagios@company.com --mailfrom nagios@company.com -H outlook.office365.com --smtp-server smtp.office365.com --smtp-username 'nagios@company.com' --smtp-password 'NagRules08' --smtp-port 587 --imap-server outlook.office365.com --username 'nagios@company.com' --password...
- Wed Nov 11, 2015 1:55 pm
- Forum: Nagios XI
- Topic: Check_email_delivery - O365
- Replies: 23
- Views: 3168
Re: Check_email_delivery - O365
looks like the same version on other servers as well. yum list installed|grep openssl openssl.x86_64 1.0.1e-42.el6 @rhel-x86_64-server-6 openssl-devel.x86_64 1.0.1e-42.el6 @rhel-x86_64-server-6 openssl098e.x86_64 0.9.8e-18.el6_5.2 @rhel-6-server-rpms
- Wed Nov 11, 2015 11:32 am
- Forum: Nagios XI
- Topic: Check_email_delivery - O365
- Replies: 23
- Views: 3168
Re: Check_email_delivery - O365
Code: Select all
yum list installed|grep openssl
openssl.x86_64 1.0.1e-42.el6 @rhel-x86_64-server-6
openssl-devel.x86_64 1.0.1e-42.el6 @rhel-x86_64-server-6
openssl098e.x86_64 0.9.8e-18.el6_5.2 @rhel-6-server-rpms- Tue Nov 10, 2015 10:59 pm
- Forum: Nagios XI
- Topic: Check_email_delivery - O365
- Replies: 23
- Views: 3168
Re: Check_email_delivery - O365
yum list installed | grep Socket *Note* Red Hat Network repositories are not listed below. You must run this command as root to access RHN repositories. perl-IO-Socket-INET6.noarch 2.56-4.el6 @anaconda-RedHatEnterpriseLinux-201301301459.x86_64/6.4 perl-IO-Socket-SSL.noarch 1.31-2.el6 @anaconda-RedH...
- Tue Nov 10, 2015 10:47 pm
- Forum: Nagios XI
- Topic: Service check timed out after * seconds
- Replies: 3
- Views: 344
Re: Service check timed out after * seconds
Thanks, that worked.