Page 3 of 3

Re: Passive Monitoring - NO REQUEST HANDLER

Posted: Fri Oct 18, 2013 11:54 am
by ecarrasq
Negative, all we get is:
NO REQUEST HANDLER

Re: Passive Monitoring - NO REQUEST HANDLER

Posted: Fri Oct 18, 2013 2:39 pm
by abrist
Can you post a tail of the following logs on the nagios server:

Code: Select all

tail -25 /var/log/httpd/error_log
tail -25 /var/log/httpd/ssl_access_log

Re: Passive Monitoring - NO REQUEST HANDLER

Posted: Fri Oct 18, 2013 5:36 pm
by ecarrasq
tail -25 access_log
<test_server_IP> - - [15/Oct/2013:10:43:28 -0700] "GET /nrdp/?cmd=nrdsgetclient&token=<token>&configname=Web_Service_Canary HTTP/1.0" 200 18 "-" "Wget/1.12 (linux-gnu)"
<test_server_IP> - - [15/Oct/2013:10:57:08 -0700] "GET /nrdp/?cmd=nrdsgetclient&token=<token>&configname=Web_Service_Canary HTTP/1.0" 200 18 "-" "Wget/1.12 (linux-gnu)"
<test_server_IP> - - [15/Oct/2013:11:01:35 -0700] "GET /nrdp/?cmd=nrdsgetclient&token=<token>&configname=Web_Service_Canary HTTP/1.0" 200 18 "-" "Wget/1.12 (linux-gnu)"
<test_server_IP> - - [15/Oct/2013:11:15:24 -0700] "GET /nrdp/?cmd=nrdsgetclient&token=<token>&configname=Web_Service_Canary HTTP/1.0" 200 18 "-" "Wget/1.12 (linux-gnu)"
<test_server_IP> - - [15/Oct/2013:11:26:46 -0700] "GET /nrdp/?cmd=nrdsgetclient&token=<token>&configname=test_<test_server> HTTP/1.0" 200 18 "-" "Wget/1.12 (linux-gnu)"
<test_server_IP> - - [15/Oct/2013:11:27:19 -0700] "GET /nrdp/?cmd=nrdsgetclient&token=<token>&configname=test_<test_server> HTTP/1.0" 200 18 "-" "Wget/1.12 (linux-gnu)"
<test_server_IP> - - [15/Oct/2013:11:44:42 -0700] "GET /nrdp/?cmd=nrdsgetclient&token=<token>&configname=Web_Service_Canary HTTP/1.0" 200 18 "-" "Wget/1.12 (linux-gnu)"
<test_server_IP> - - [15/Oct/2013:11:45:17 -0700] "GET /nrdp/?cmd=nrdsgetclient&token=<token>&configname=Web_Service_Canary HTTP/1.0" 200 18 "-" "Wget/1.12 (linux-gnu)"
<test_server_IP> - - [16/Oct/2013:09:24:41 -0700] "GET /nrdp HTTP/1.1" 301 304 "-" "curl/7.19.7 (x86_64-redhat-linux-gnu) libcurl/7.19.7 NSS/3.14.3.0 zlib/1.2.3 libidn/1.18 libssh2/1.4.2"
<test_server_IP> - - [16/Oct/2013:15:00:30 -0700] "GET /nrdp/?cmd=nrdsgetclient&token=<token>&configname=Web_Service_Canary HTTP/1.0" 200 18 "-" "Wget/1.12 (linux-gnu)"
<test_server_IP> - - [18/Oct/2013:15:08:29 -0700] "GET /nrdp/?cmd=nrdsgetclient&token=<token>&configname=Web_Service_Canary HTTP/1.0" 200 18 "-" "Wget/1.12 (linux-gnu)"
<test_server_IP> - - [18/Oct/2013:15:08:46 -0700] "GET /nrdp/?cmd=nrdsgetclient&token=<token>&configname=Web_Service_Canary HTTP/1.0" 302 357 "-" "Wget/1.12 (linux-gnu)"
<test_server_IP> - - [18/Oct/2013:15:08:46 -0700] "GET /?cmd=nrdsgetclient&token=<token>&configname=Web_Service_Canary HTTP/1.0" 200 2646 "-" "Wget/1.12 (linux-gnu)"
<test_server_IP> - - [18/Oct/2013:15:14:54 -0700] "GET /nrdp/?cmd=nrdsgetclient HTTP/1.0" 302 300 "-" "Wget/1.12 (linux-gnu)"
<test_server_IP> - - [18/Oct/2013:15:15:21 -0700] "GET /nrdp/?cmd=nrdsgetclient HTTP/1.0" 302 300 "-" "Wget/1.12 (linux-gnu)"
<test_server_IP> - - [18/Oct/2013:15:15:21 -0700] "GET /?cmd=nrdsgetclient HTTP/1.0" 200 2646 "-" "Wget/1.12 (linux-gnu)"
<test_server_IP> - - [18/Oct/2013:15:17:48 -0700] "GET /nrdp/?cmd=nrdsgetclient&token=<token>&configname=test5 HTTP/1.0" 302 353 "-" "Wget/1.12 (linux-gnu)"
<test_server_IP> - - [18/Oct/2013:15:17:48 -0700] "GET /?cmd=nrdsgetclient&token=<token>&configname=test5 HTTP/1.0" 200 2646 "-" "Wget/1.12 (linux-gnu)"
<test_server_IP> - - [18/Oct/2013:15:18:48 -0700] "GET /nrdp/?cmd=nrdsgetclient HTTP/1.0" 302 309 "-" "Wget/1.12 (linux-gnu)"
<test_server_IP> - - [18/Oct/2013:15:18:48 -0700] "GET /?cmd=nrdsgetclient HTTP/1.0" 200 2646 "-" "Wget/1.12 (linux-gnu)"
<test_server_IP> - - [18/Oct/2013:15:19:40 -0700] "GET /nrdp/?cmd=nrdsgetclient HTTP/1.0" 302 309 "-" "Wget/1.12 (linux-gnu)"
<test_server_IP> - - [18/Oct/2013:15:19:40 -0700] "GET /?cmd=nrdsgetclient HTTP/1.0" 200 2646 "-" "Wget/1.12 (linux-gnu)"
There was nothing in the error_log

Re: Passive Monitoring - NO REQUEST HANDLER

Posted: Mon Oct 21, 2013 1:25 pm
by abrist
Lets try the ssl error log:

Code: Select all

tail -25 /var/log/httpd/ssl_error_log

Re: Passive Monitoring - NO REQUEST HANDLER

Posted: Mon Oct 21, 2013 1:30 pm
by ecarrasq
Nothing is showing up. Empty with zero characters.

Re: Passive Monitoring - NO REQUEST HANDLER

Posted: Tue Oct 22, 2013 12:57 pm
by slansing
Did you run through the initial NRDS setup? Admin > NRDS config manager? Were you passing the correct token in the curl command that you ran? Curl will still try to download whatever is located at that address even if it is a index file. You need to make sure the command matches exactly what you have on your end.

Re: Passive Monitoring - NO REQUEST HANDLER

Posted: Thu Oct 31, 2013 2:36 pm
by ecarrasq
yes

Re: Passive Monitoring - NO REQUEST HANDLER

Posted: Fri Nov 01, 2013 12:02 pm
by slansing
If you open the address that was used in the curl command, does it download the nrds tarball? Or do you get a blank page. We might want to move this to a ticket.