I will indeed, sir!eloyd wrote:Remember me when I start asking for MVP nominations next year.
Problem with check_http for https site
-
neworderfac33
- Posts: 329
- Joined: Fri Jul 24, 2015 11:04 am
Re: Problem with check_http for https site
-
neworderfac33
- Posts: 329
- Joined: Fri Jul 24, 2015 11:04 am
Re: Problem with check_http for https site
The tar file definitely isn't on the Nagios server, so my colleague must have removed it when he unzipped it 
I note that the official Nagios installation guide specifies the following for plugin installation:
how do these user and group parameters fit around the openssl parameter - do I just append them?
Cheers
Pete
I note that the official Nagios installation guide specifies the following for plugin installation:
Code: Select all
cd /tmp/nagios-plugins-2.0
./configure --with-nagios-user=nagios --with-nagios-group=nagios
make
make install
Code: Select all
./configure --with-openssl=/usr/bin/openssl --with-nagios-user=nagios --with-nagios-group=nagios
Pete
Last edited by neworderfac33 on Tue Oct 20, 2015 11:24 am, edited 1 time in total.
Re: Problem with check_http for https site
Yes, but the assumption is that you have created the nagios user and nagios group, which you probably already did, so you can do the command you just listed and it should work.
Make sure you put a space after "./configure" and before the "--with-openssl=/usr/bin/openssl"
Make sure you put a space after "./configure" and before the "--with-openssl=/usr/bin/openssl"
Eric Loyd • http://everwatch.global • 844.240.EVER • @EricLoyd
I'm a Nagios Fanatic! • Join our public Nagios Discord Server!
-
neworderfac33
- Posts: 329
- Joined: Fri Jul 24, 2015 11:04 am
Re: Problem with check_http for https site
Much obliged sir!
17:25 - home time - yippee! - thanks for all your help - I'll let you know how we get on tomorrow.
Pete
17:25 - home time - yippee! - thanks for all your help - I'll let you know how we get on tomorrow.
Pete
Re: Problem with check_http for https site
Thanks Eric/Pete
Let us know what you come up with!
Former Nagios Employee.
me.
me.
-
neworderfac33
- Posts: 329
- Joined: Fri Jul 24, 2015 11:04 am
Re: Problem with check_http for https site
It all worked perfectly - thank you all for your assistance!
Thread can now be closed.
Pete
Thread can now be closed.
Pete
Re: Problem with check_http for https site
Glad to see that this worked for you. I will now close this thread, but feel free to open another if you need more assistance.
Former Nagios Employee