Skip to content

Instantly share code, notes, and snippets.

@tekwiz
Last active August 29, 2015 14:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tekwiz/02b295eb0177de80b489 to your computer and use it in GitHub Desktop.
Save tekwiz/02b295eb0177de80b489 to your computer and use it in GitHub Desktop.
PRNOCv3 failover server tests

blpv0326.enaf.bhdc.att.com: Nginx access.log

98.92.214.10 - - [16/Sep/2014:15:49:20 -0500] "GET / HTTP/1.1" 444 0 "-" "Mozilla/5.0 (iPad; CPU OS 7_1_2 like Mac OS X) AppleWebKit/537.51.2 (KHTML, like Gecko) Version/7.0 Mobile/11D257 Safari/9537.53"

blpv0327.enaf.bhdc.att.com: Nginx access.log

98.92.214.10 - - [16/Sep/2014:15:50:33 -0500] "GET / HTTP/1.1" 444 0 "-" "Mozilla/5.0 (iPad; CPU OS 7_1_2 like Mac OS X) AppleWebKit/537.51.2 (KHTML, like Gecko) Version/7.0 Mobile/11D257 Safari/9537.53"
98.92.214.10 - - [16/Sep/2014:15:50:33 -0500] "GET / HTTP/1.1" 444 0 "-" "Mozilla/5.0 (iPad; CPU OS 7_1_2 like Mac OS X) AppleWebKit/537.51.2 (KHTML, like Gecko) Version/7.0 Mobile/11D257 Safari/9537.53"
98.92.214.10 - - [16/Sep/2014:15:50:33 -0500] "GET / HTTP/1.1" 444 0 "-" "Mozilla/5.0 (iPad; CPU OS 7_1_2 like Mac OS X) AppleWebKit/537.51.2 (KHTML, like Gecko) Version/7.0 Mobile/11D257 Safari/9537.53"

blpv0326 - blpv0326

[tw753p@blpv0326 ~]$ curl -v -G http://blpv0326.enaf.bhdc.att.com/_status_/heartbeat
* About to connect() to blpv0326.enaf.bhdc.att.com port 80 (#0)
*   Trying 144.161.6.45... connected
* Connected to blpv0326.enaf.bhdc.att.com (144.161.6.45) port 80 (#0)
> GET /_status_/heartbeat HTTP/1.1
> User-Agent: 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
> Host: blpv0326.enaf.bhdc.att.com
> Accept: */*
>
< HTTP/1.1 200 OK
< Server: nginx
< Date: Wed, 17 Sep 2014 15:58:55 GMT
< Content-Type: text/plain
< Content-Length: 2
< Connection: keep-alive
<
* Connection #0 to host blpv0326.enaf.bhdc.att.com left intact
* Closing connection #0
OK

blpv0327 - blpv0327

[tw753p@blpv0327 ~]$ curl -v -G http://blpv0327.enaf.bhdc.att.com/_status_/heartbeat
* About to connect() to blpv0327.enaf.bhdc.att.com port 80 (#0)
*   Trying 144.161.6.46... connected
* Connected to blpv0327.enaf.bhdc.att.com (144.161.6.46) port 80 (#0)
> GET /_status_/heartbeat HTTP/1.1
> User-Agent: 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
> Host: blpv0327.enaf.bhdc.att.com
> Accept: */*
>
< HTTP/1.1 200 OK
< Server: nginx
< Date: Wed, 17 Sep 2014 15:57:05 GMT
< Content-Type: text/plain
< Content-Length: 2
< Connection: keep-alive
<
* Connection #0 to host blpv0327.enaf.bhdc.att.com left intact
* Closing connection #0
OK

blpv0326 - blpv0327

[tw753p@blpv0326 ~]$ curl -v -G http://blpv0327.enaf.bhdc.att.com/_status_/heartbeat
* About to connect() to blpv0327.enaf.bhdc.att.com port 80 (#0)
*   Trying 144.161.6.46... connected
* Connected to blpv0327.enaf.bhdc.att.com (144.161.6.46) port 80 (#0)
> GET /_status_/heartbeat HTTP/1.1
> User-Agent: 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
> Host: blpv0327.enaf.bhdc.att.com
> Accept: */*
>
< HTTP/1.1 200 OK
< Server: nginx
< Date: Wed, 17 Sep 2014 15:59:03 GMT
< Content-Type: text/plain
< Content-Length: 2
< Connection: keep-alive
<
* Connection #0 to host blpv0327.enaf.bhdc.att.com left intact
* Closing connection #0
OK

blpv0327 - blpv0326

[tw753p@blpv0327 ~]$ curl -v -G http://blpv0326.enaf.bhdc.att.com/_status_/heartbeat
* About to connect() to blpv0326.enaf.bhdc.att.com port 80 (#0)
*   Trying 144.161.6.45... connected
* Connected to blpv0326.enaf.bhdc.att.com (144.161.6.45) port 80 (#0)
> GET /_status_/heartbeat HTTP/1.1
> User-Agent: 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
> Host: blpv0326.enaf.bhdc.att.com
> Accept: */*
>
< HTTP/1.1 200 OK
< Server: nginx
< Date: Wed, 17 Sep 2014 15:57:35 GMT
< Content-Type: text/plain
< Content-Length: 2
< Connection: keep-alive
<
* Connection #0 to host blpv0326.enaf.bhdc.att.com left intact
* Closing connection #0
OK

me/vpn - blpv0326

[Wed 17 Sep 12:06.05 Z-0400] travis@Tiger:~/ICd/dev/prnoc
$ curl -q -m 15 -v -G http://blpv0326.enaf.bhdc.att.com/_status_/heartbeat
* Adding handle: conn: 0x7fc55b803a00
* Adding handle: send: 0
* Adding handle: recv: 0
* Curl_addHandleToPipeline: length: 1
* - Conn 0 (0x7fc55b803a00) send_pipe: 1, recv_pipe: 0
* About to connect() to blpv0326.enaf.bhdc.att.com port 80 (#0)
*   Trying 144.161.6.45...
* Connection timed out after 15106 milliseconds
* Closing connection 0
curl: (28) Connection timed out after 15106 milliseconds

me/vpn - blpv0327

[Wed 17 Sep 12:06.28 Z-0400] travis@Tiger:~/ICd/dev/prnoc
$ curl -q -m 15 -v -G http://blpv0327.enaf.bhdc.att.com/_status_/heartbeat
* Adding handle: conn: 0x7fcb49803a00
* Adding handle: send: 0
* Adding handle: recv: 0
* Curl_addHandleToPipeline: length: 1
* - Conn 0 (0x7fcb49803a00) send_pipe: 1, recv_pipe: 0
* About to connect() to blpv0327.enaf.bhdc.att.com port 80 (#0)
*   Trying 144.161.6.46...
* Connection timed out after 15117 milliseconds
* Closing connection 0
curl: (28) Connection timed out after 15117 milliseconds
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment