HTTP / HTTPS syntax Monitor check from CLI
Problem this snippet solves: When creating monitor, we usually check web site availability with curl.
These commands allow to check if HTTP Monitor send string is correct How to use this snippet:...
Updated Jun 06, 2023
Version 2.0Stanislas_Piro2
Cumulonimbus
Joined January 04, 2011
Amresh008
Dec 30, 2017Nimbostratus
(echo -ne "monitor string"; cat) | nc a.b.c.d xyz
a.b.c.d being the ip address of the pool member xyz being the pool member port