Search found 4 matches

by paries
Sat Nov 21, 2020 6:34 pm
Forum: Open Source Nagios Projects
Topic: using the -S on http does not work
Replies: 2
Views: 899

Re: using the -S on http does not work

solved this issue,
had to first

yum install openssl-devel

then recompile and now it is working :D
by paries
Sat Nov 21, 2020 6:29 pm
Forum: Open Source Nagios Projects
Topic: using the -S on http does not work
Replies: 2
Views: 899

Re: using the -S on http does not work

i tried this and i appeared to compile but still get the error

./configure --with-openssl=/usr/bin/openssl
make
make install


still get the same error
by paries
Sat Nov 21, 2020 1:02 pm
Forum: Open Source Nagios Projects
Topic: using the -S on http does not work
Replies: 2
Views: 899

using the -S on http does not work

Hello, trying to get check_http to work with an https site I did see one post where it mentioned compiling with somekind of SSL flag, but saw no examples on what to do thanks for any help ./libexec/check_http -S -H http://www.mydomain.com -a myAPIUser:xxx -p 4050 -v check_http: Invalid option - SSL ...
by paries
Thu Feb 09, 2017 12:09 pm
Forum: Open Source Nagios Projects
Topic: Setting up a MAX on snmp disk percentace
Replies: 2
Views: 1191

Setting up a MAX on snmp disk percentace

Hello, I am a newbie setting up my nagios core for the first time So far so good So i have created a command define command{ command_name snmp_Disk1_Usage command_line $USER1$/check_snmp -o .1.3.6.1.4.1.2021.9.1.8.1 -H $HOSTADDRESS$ $ARG1$ } This works fine with define service{ use generic-service h...