bash-4.1$ /usr/local/nagios/libexec/check_http -I proxyserver.com -p 8080 -u https://api.dev.google.com/versions.json -S -H api.dev.google.com -vvv
CRITICAL - Cannot make SSL connection.
This is what output was @rkennedy and @ssax. It just showed me that much details.
Search found 16 matches
- Thu Jun 30, 2016 1:35 pm
- Forum: Open Source Nagios Projects
- Topic: check_http
- Replies: 9
- Views: 7140
- Thu Jun 30, 2016 12:21 pm
- Forum: Open Source Nagios Projects
- Topic: check_http
- Replies: 9
- Views: 7140
Re: check_http
It gives that it cannot make ssl connection.
- Thu Jun 30, 2016 11:26 am
- Forum: Open Source Nagios Projects
- Topic: check_http
- Replies: 9
- Views: 7140
Re: check_http
It gives socket timed out after 21 seconds.
- Thu Jun 30, 2016 11:20 am
- Forum: Open Source Nagios Projects
- Topic: check_http
- Replies: 9
- Views: 7140
Re: check_http
I tried and made changes changed command line to defined service as define command{ command_name check_http_content_proxy1 command_line $USER1$/check_http $ARG1$ } define service{ use generic-service host_name above-property-stg service_description https check_command check_http_content_proxy1! -I p...
- Thu Jun 30, 2016 10:54 am
- Forum: Open Source Nagios Projects
- Topic: check_http
- Replies: 9
- Views: 7140
check_http
Hi All We are using Nagios Core 4.0.8 And we are using Check_by method instead of NRPE. We are trying to monitor json in our web server. when we run below command it gives specific output. curl https://api.dev.google.com/versions.json --proxy proxyserver.com:8080 -o /dev/null;echo $? % Total % Recei...
- Thu Jun 30, 2016 10:28 am
- Forum: Open Source Nagios Projects
- Topic: Monitoring Memory
- Replies: 5
- Views: 2256
Re: Monitoring Memory
Thank you for your help i got the issue solved.
There is a slight difference in file check_mem_lin for redhat 6 and redhat 7.
Had made changes in that line and it worked fine.
There is a slight difference in file check_mem_lin for redhat 6 and redhat 7.
Had made changes in that line and it worked fine.
- Wed Jun 29, 2016 10:56 am
- Forum: Open Source Nagios Projects
- Topic: Monitoring Memory
- Replies: 5
- Views: 2256
Monitoring Memory
we are using nagios core to monitor our servers. we had most of the servers as redhat 6, and we are trying to monitor currently on redhat 7. we use check_byssh method for monitoring services. Issue is when i was trying to monitor memory it used to give me syntax error. Remote command execution faile...
- Thu Apr 21, 2016 3:05 pm
- Forum: Open Source Nagios Projects
- Topic: how to create service perfdata
- Replies: 3
- Views: 1359
Re: how to create service perfdata
No i have been trying to moniter it through graph i have attached image for more specification This service doesnot show service perfdata DATATYPE::SERVICEPERFDATA TIMET::1461265693 HOSTNAME::hostname SERVICEDESC::svc-activemq_watch SERVICEPERFDATA:: SERVICECHECKCOMMAND::check_byssh_activemq_watch!5...
- Thu Apr 21, 2016 2:49 pm
- Forum: Open Source Nagios Projects
- Topic: how to create service perfdata
- Replies: 3
- Views: 1359
how to create service perfdata
bash-4.1$ cat /usr/local/pnp4nagios/var/service-perfdata | grep mq DATATYPE::SERVICEPERFDATA TIMET::1461267002 HOSTNAME::hostname SERVICEDESC::svc-activemq_watch SERVICEPERFDATA:: SERVICECHECKCOMMAND::check_byssh_activemq_watch!500!750!queue name HOSTSTATE::UP HOSTSTATETYPE::HARD SERVICESTATE::UNKNO...
- Thu Apr 21, 2016 2:32 pm
- Forum: Open Source Nagios Projects
- Topic: graph for nagios
- Replies: 6
- Views: 2010
Re: how to enable service perfdata
bash-4.1$ cat /usr/local/pnp4nagios/var/service-perfdata | grep mq DATATYPE::SERVICEPERFDATA TIMET::1461267002 HOSTNAME::hostname SERVICEDESC::svc-activemq_watch SERVICEPERFDATA:: SERVICECHECKCOMMAND::check_byssh_activemq_watch!500!750!queue name HOSTSTATE::UP HOSTSTATETYPE::HARD SERVICESTATE::UNKNO...