Is there an easy way to tell if ldap support was added when a Xymon server was compiled? I've started working on a system that I didn't build and don't want to spend time trying to set up tests on something that isn't support
- Allen Ferdinand* Global Collaboration & Communication<https://sites.google.com/a/seagate.com/google-mail-and-cal-resource-center/> Scotts Valley, CA Direct line: 831-439-7767
On 24-03-2013 16:59, Allen Ferdinand wrote:
Is there an easy way to tell if ldap support was added when a Xymon server was compiled? I've started working on a system that I didn't build and don't want to spend time trying to set up tests on something that isn't support
$ /usr/lib/xymon/server/bin/xymonnet --version xymonnet version 4.3.10 SSL library : OpenSSL 0.9.8o 01 Jun 2010 LDAP library: OpenLDAP 20423
If you see the "LDAP library" line, it has LDAP support.
Regards, Henrik
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
On 03/24/2013 12:01 PM, Henrik Størner wrote:
On 24-03-2013 16:59, Allen Ferdinand wrote:
Is there an easy way to tell if ldap support was added when a Xymon server was compiled? I've started working on a system that I didn't build and don't want to spend time trying to set up tests on something that isn't support
$ /usr/lib/xymon/server/bin/xymonnet --version xymonnet version 4.3.10 SSL library : OpenSSL 0.9.8o 01 Jun 2010 LDAP library: OpenLDAP 20423
If you see the "LDAP library" line, it has LDAP support.
In general, ldd -v <binary path and name> is a good way.
ldd -v ./xymonnet | grep ldap
find object=libldap-2.4.so.2; required by xymonnet libldap-2.4.so.2 => /opt/csw/lib/libldap-2.4.so.2
- ---- _ _ _ _ ___ _ _ _ |Y#| | | |\/| | \ |\ | | |Ryan Novosielski - Sr. Systems Programmer |$&| |__| | | |__/ | \| _| |novosirj at umdnj.edu - 973/972.0922 (2-0922) \__/ Univ. of Med. and Dent.|IST/EI-Academic Svcs. - ADMC 450, Newark -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (GNU/Linux) Comment: Using GnuPG with undefined - http://www.enigmail.net/
iEYEARECAAYFAlFZ5u4ACgkQmb+gadEcsb69ywCgmCV8wW9NZR1+T8AamJ9EyRWa sp4An3flDc8hNrHZf7oLpm2WUwwJvf37 =h7d1 -----END PGP SIGNATURE-----
Is there anyone monitor Ldap server using attached perl script? Can you please share the detail of how the use this script?
I've not used it but Buchan has some fairly explicit instructions as comments at the top of the script. If you're using newer Xymon, you might just have to translate some of the file names to what they are now. Should be fairly straightforward.
=G=
From: xymon-bounces at xymon.com [xymon-bounces at xymon.com] on behalf of Lucas Wang [Lucas.Wang at ehealth-china.com] Sent: Tuesday, March 26, 2013 9:56 AM To: xymon at xymon.com Subject: [Xymon] using external script to monitor ldap
Is there anyone monitor Ldap server using attached perl script? Can you please share the detail of how the use this script?
LDAP can be monitored internally too? I guess this script is more featureful?
From: Lucas Wang [mailto:Lucas.Wang at ehealth-china.com] Sent: Tuesday, March 26, 2013 09:56 AM To: xymon at xymon.com <xymon at xymon.com> Subject: [Xymon] using external script to monitor ldap
Is there anyone monitor Ldap server using attached perl script? Can you please share the detail of how the use this script?
participants (5)
-
allen.ferdinand@seagate.com
-
Galen.Johnson@sas.com
-
henrik@hswn.dk
-
Lucas.Wang@ehealth-china.com
-
novosirj@umdnj.edu