NO REQUEST HANDLER
Passive Monitoring - NO REQUEST HANDLER
Re: Passive Monitoring - NO REQUEST HANDLER
Negative, all we get is:
Re: Passive Monitoring - NO REQUEST HANDLER
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_logFormer Nagios employee
"It is turtles. All. The. Way. Down. . . .and maybe an elephant or two."
VI VI VI - The editor of the Beast!
Come to the Dark Side.
"It is turtles. All. The. Way. Down. . . .and maybe an elephant or two."
VI VI VI - The editor of the Beast!
Come to the Dark Side.
Re: Passive Monitoring - NO REQUEST HANDLER
tail -25 access_log
There was nothing in the error_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)"
Re: Passive Monitoring - NO REQUEST HANDLER
Lets try the ssl error log:
Code: Select all
tail -25 /var/log/httpd/ssl_error_logFormer Nagios employee
"It is turtles. All. The. Way. Down. . . .and maybe an elephant or two."
VI VI VI - The editor of the Beast!
Come to the Dark Side.
"It is turtles. All. The. Way. Down. . . .and maybe an elephant or two."
VI VI VI - The editor of the Beast!
Come to the Dark Side.
Re: Passive Monitoring - NO REQUEST HANDLER
Nothing is showing up. Empty with zero characters.
-
slansing
- Posts: 7698
- Joined: Mon Apr 23, 2012 4:28 pm
- Location: Travelling through time and space...
Re: Passive Monitoring - NO REQUEST HANDLER
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.
-
slansing
- Posts: 7698
- Joined: Mon Apr 23, 2012 4:28 pm
- Location: Travelling through time and space...
Re: Passive Monitoring - NO REQUEST HANDLER
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.