Search found 8 matches

by jpingo
Wed Nov 13, 2019 11:13 am
Forum: Nagios XI
Topic: Nagios_Nrpe
Replies: 23
Views: 2357

Re: Nagios_Nrpe

scottwilkerson wrote:I was suggesting

Code: Select all

check_ldap --starttls
--starttls or -T does not work for our connection to the ldap servers we alrady tried it
by jpingo
Wed Nov 13, 2019 10:24 am
Forum: Nagios XI
Topic: Nagios_Nrpe
Replies: 23
Views: 2357

Re: Nagios_Nrpe

Are you sure it used --ssl and not --starttls ? -T [--starttls] use starttls mechanism introduced in protocol version 3 -S [--ssl] use ldaps (ldap v2 ssl method). this also sets the default port to 636 Yes, we tried 3 different settings check_ldaps with -S check_ldap --ssl check_ldap -S
by jpingo
Wed Nov 13, 2019 4:42 am
Forum: Nagios XI
Topic: Nagios_Nrpe
Replies: 23
Views: 2357

Re: Nagios_Nrpe

Hi Scott,
the -v parameter shows me the same result "Could not bind to the LDAP server"...
It seems that when calling the command by nrpe_check it is ignoring the -S on the remote check_ldap command, maybe?
by jpingo
Tue Nov 12, 2019 8:25 am
Forum: Nagios XI
Topic: Nagios_Nrpe
Replies: 23
Views: 2357

Re: Nagios_Nrpe

We are running everything using the scd user ... not root Note: On the same nrpe.cfg file we have several ldap checks running with the same user and settings, the only diference is that some ldap checks use ----ssl parameter. Ex: 1st command[check_ldap6]=/home/scd/Basis_Nagios/plugins/check_ldap -H ...
by jpingo
Tue Nov 12, 2019 3:55 am
Forum: Nagios XI
Topic: Nagios_Nrpe
Replies: 23
Views: 2357

Re: Nagios_Nrpe

Hi Scott, that was a typo, we are running the command using the -3 both on remote server as on the Nagios service: We are always using the following command / nrpe configuration /home/scd/Basis_Nagios/plugins/check_ldap -H 'xxxxxxxxxxxxxxx' -b '' --port=9007 -D 'cn=xxxx,cn=xxx' -P 'xxxxxxxxxxxxx' -3...
by jpingo
Mon Nov 11, 2019 11:18 am
Forum: Nagios XI
Topic: Nagios_Nrpe
Replies: 23
Views: 2357

Re: Nagios_Nrpe

Ok, can it run as scd? su scd /home/scd/Basis_Nagios/plugins/check_ldap -H 'xxxxxxx' -b '' --port=9007 -D 'cn=moni,cn=Acc' -P 'xxxxxxxxxx' -2 --ssl Hi Scott, we have 2 scenarios on this server: - Connection to a ldap (without ssl) works fine - Connection to a ldaps server with ssl does not Running ...
by jpingo
Mon Nov 11, 2019 10:57 am
Forum: Nagios XI
Topic: Nagios_Nrpe
Replies: 23
Views: 2357

Re: Nagios_Nrpe

-- Deleted --
by jpingo
Mon Nov 11, 2019 10:56 am
Forum: Nagios XI
Topic: Nagios_Nrpe
Replies: 23
Views: 2357

Re: Nagios_Nrpe

-- Deleted --