Forum Discussion

Adil_Khan_31203's avatar
May 03, 2019
Solved

Monitor receive String for Solarwinds

Hi all,

 

I am looking to create a monitor for solarwinds so I create a http monitor with send string of GET /Orion/Login.aspx and a receive string of HTTP/1.1 200 OK but this is marking my server as down.

 

Can someone advise where I am going wrong.. I try the same config on NetScaler and the server is marked up

 

A

 

3 Replies

  • gtm monitor http sws_mon1 { defaults-from http destination 10.121.90.254:http ignore-down-response enabled interval 30 probe-timeout 5 recv "HTTP/1.1 200 OK" send "GET /Orion/Login.aspx HTTP/1.1\r\nHost: host.header.com\r\nConnection: close\r\n\r\n" timeout 120 }