NagiosXI check_ldap Error – Could not bind to the LDAP server

When attempting to use the check_ldap plugin, I found that unsecured LDAP lookups on port 389/TCP worked fine, but attempting a secure lookup on 636 or using TLS failed. Attempting a check_ldap check normally worked fine (i.e. to port 389), but attempting an LDAPS or LDAP TLS check failed with the following error: The check_ldap […]

More...

Nagios check_http plugin get OK returned for an expected error code

If you have a webserver that you want to check, but it requires authentication, you can still perform a check without seeing an error code. So for example, if you had a webserver where you wanted to check that the web server was responding on port 80, but didn’t want to have the plugin login […]

More...

Monitor Status of Dell PowerVault TL4000 Quick and Dirty with Nagios

You can monitor the Dell PowerVault TL4000 Tape Library using the Nagios check_snmp plugin. After setting the TL4000 to accept SNMP connections on v2 SNMP you can run the following command below. This queries for the status of the library as a rollup. # ./check_snmp -H <IP Address> -C community -o .1.3.6.1.4.1.674.10893.2.102.2.1.0 -r3 SNMP OK […]

More...

Nagios Monitor HTTPS SSL Certificate Expiry

http://exchange.nagios.org/directory/Plugins/Network-Protocols/HTTP/check_ssl_cert_alternative/details Downloaded the file and stuck it in: /usr/local/share/nagios/libexec Make it executable: Change the owner: Change the group: Rename it so I don’t need to stick the .pl on the end: Do a test run: Seems to be okay we see: “servername.domain.name:443 68 Days left” In the example below, that needs to be added to […]

More...