Search found 8 matches

by bcoleman310
Mon Jul 06, 2020 11:48 am
Forum: Open Source Nagios Projects
Topic: check_http with GET method
Replies: 0
Views: 811

check_http with GET method

I need this curl command converted so that it can be used by check_http. curl --request GET 'https://abc.com/api/getTransactionDetails' --header 'Content-Type: application/json' --data { "test-number": "12345" } I keep getting 404 errors using this check_http ./check_http -f foll...
by bcoleman310
Wed Oct 02, 2019 2:11 pm
Forum: Nagios XI
Topic: Need to change ownership of all xi files to different id
Replies: 1
Views: 119

Need to change ownership of all xi files to different id

I have an existing installation of Xi 5.2.9 and i need to change all of the files ownership to a different id and group than nagios:nagios.
Is this possible? and if so, what files and configs do i need to change to get it to start correctly on reboot?

Thanks
by bcoleman310
Wed Aug 21, 2019 1:36 pm
Forum: Nagios XI
Topic: Turning on ldap debug doesnt give desired output.
Replies: 12
Views: 1355

Re: Turning on ldap debug doesnt give desired output.

We dont have the luxury of doing that unfortunately. We have to live with the version we have.
Is there a bit of code that can be changed to make it work? I know that is asking a lot.

Thanks,
B
by bcoleman310
Mon Aug 19, 2019 9:33 am
Forum: Nagios XI
Topic: Turning on ldap debug doesnt give desired output.
Replies: 12
Views: 1355

Re: Turning on ldap debug doesnt give desired output.

nagios is Xi version 5.2.3
php version is : PHP 5.3.21 (cli) (built: Jun 26 2015 12:55:31)

i'll pm you files you want to see.
by bcoleman310
Thu Aug 15, 2019 7:46 am
Forum: Nagios XI
Topic: Turning on ldap debug doesnt give desired output.
Replies: 12
Views: 1355

Re: Turning on ldap debug doesnt give desired output.

it's tls on a non standard port.
you have to configure wireshark to see it on port 1636.
edit preferences, protocols, http, ssl / tls ports 443, 1636
by bcoleman310
Wed Aug 07, 2019 10:46 am
Forum: Nagios XI
Topic: Convert nrpe xinetd startup to a daemon nrpe
Replies: 2
Views: 332

Convert nrpe xinetd startup to a daemon nrpe

Is it possible to convert an existing installation of nrpe agent that uses xinetd for restart to be converted to a daemon that uses service nrpe restart/stop/start. This is for Redhat 6 and 7

Thanks,
B
by bcoleman310
Mon Jul 15, 2019 10:27 am
Forum: Nagios XI
Topic: Turning on ldap debug doesnt give desired output.
Replies: 12
Views: 1355

Re: Turning on ldap debug doesnt give desired output.

I'm using SSL and I've tried TLS because the other side is using tls1.2 but check_ldap works find connecting using ssl.
I don't have the option to use starttls in the dropdown. I was assuming tls and starttls were the same thing.

So neither option works atm.

Thanks
by bcoleman310
Wed Jul 10, 2019 1:12 pm
Forum: Nagios XI
Topic: Turning on ldap debug doesnt give desired output.
Replies: 12
Views: 1355

Turning on ldap debug doesnt give desired output.

Turning on ldap debug doesnt give desired output. I'm using LDAP and ssl. I'm failing to auth in the gui but i can run check_ldap with all the settings i've used in the LDAP/AD setting and it passes authentication just fine. I'm trying to see why its not passing auth in the gui. This what i'm seeing...