F5 Monitors
Here are some very useful monitors I have created to keep track of services running on nodes using with F5 load balancers.
Shibboleth Monitor
Send String: GET /idp/profile/Status HTTP/1.1\r\nHost: idp.domain\r\nConnection: Keepalive\r\n\r\n
Receive String: ok
Access Gateway Monitor
Send String: GET /nesp/app/heartbeat HTTP/1.1\r\nHost: esp.domain.com\r\nConnection: Keepalive\r\n\r\n
Receive String: Success
Access Manager Identity Server Monitor
Send String: GET /nidp/app/heartbeat\r\n
Receive String: Success
ADFS Monitor
Send String: GET /adfs/fs/federationserverservice.asmx HTTP/1.1\r\nHost: \r\nConnection: Close\r\n\r\n
HTTP/1.1 200 OK
Stay tuned for more
:)