Nagios: check_ldap on Solaris
A personal note about how to get check_ldap (Nagios’s plugins) on Solaris, you simply need to edit the configure file itself to remove -llber from the line LIBS=”-lldap -llber $LIBS”. You also need to execute the following commands:
perl -i -pe ‘s/-lldap -llber/-lldap/g’ **/*Makefile
Cheers!
Hi,
you can also use Perl based scripts, they should work out of the box for Solaris:
http://ltb-project.org/wiki/documentation/nagios-plugins/check_ldap_time
Cheers,
Clément.