Samadi
Mar 09, 2021Altocumulus
HTTP Monitor
Hi,
I want to set an HTTP monitor with the "Receive String" and the "Receive Disable String" so my application return the below results :
{"EXCEPTION":false,"RESULT":"{\"DBUp\":true,\"serverUp\":true}"} ==> app is OK
{"EXCEPTION":false,"RESULT":"{\"DBUp\":true,\"serverUp\":false}"} ==> app is not OK
{"EXCEPTION":false,"RESULT":"{\"DBUp\":false,\"serverUp\":true}"} ==> app is not OK
{"EXCEPTION":false,"RESULT":"{\"DBUp\":false,\"serverUp\":false}"} ==> app is not OK
my configuration is :
Receive String : (true.*true)
Receive Disable String : (DBUp\W{3}false)|(serverUp\W{3}false)
but this monitor is not working, any one can help please ?
Regards,