Search found 3 matches

by ONB
Mon Mar 10, 2014 3:54 pm
Forum: Open Source Nagios Projects
Topic: check_smtp Monitor a TLS certificate
Replies: 5
Views: 7435

Re: check_smtp Monitor a TLS certificate

Thanks sreinhardt. Nagios was kind of dumped on us with little to no training. I did not know about the command definitions. Once I got that created for the check I was wanting to do everything worked as hopes. I appreciate the help.
by ONB
Mon Mar 10, 2014 1:59 pm
Forum: Open Source Nagios Projects
Topic: check_smtp Monitor a TLS certificate
Replies: 5
Views: 7435

Re: check_smtp Monitor a TLS certificate

define service{ use generic-service host_name email-gw1.onb.com service_description email-gw1.onb.com check_period 24x7 max_check_attempts 3 normal_check_interval 3 retry_check_interval 1 contact_groups ssl-certificate-admins notification_interval 120 notification_period ssl-cert-workhours notificat...
by ONB
Fri Mar 07, 2014 5:11 pm
Forum: Open Source Nagios Projects
Topic: check_smtp Monitor a TLS certificate
Replies: 5
Views: 7435

check_smtp Monitor a TLS certificate

When I manually run the command ./check_smtp -H email.example.com -S -D 60 I get OK - Certificate will expire on 01/24/2016 23:59. When I set it up to be monitored with check_smtp! -H email.example.com -S -D 60 The result is SMTP OK - 0.006 sec How do I get nagios to display the same results and mon...