-
Network Module – Tcp receive needs an exactly match
Hi Everybody.
I’m using network modules to get the status of some services (like http and ftp).
I don’t know if it’s supposed to work this way, the fact is that I only get a green status when the output is exactly the same start string received in “Tcp receive”.
Example: For http, if I put in “Tcp receive” the value: HTTP/1.1 200 OK everything works fine. If I put in the first line: HTTP/1.1 200 OK and at second line 302 Temporarily moved, the status is always red.
It’s supposed to work this way? It would be a good improvement to be able to set more than one value for a correct status.