Forum Discussion

Al_128487's avatar
Al_128487
Icon for Nimbostratus rankNimbostratus
Jan 31, 2013

tcp perl server health monitor

I am a small issue were I want to monitor a service on one our linux servers the server is running tcp perl server service were you send info and and send info back. When I logon to my big-ip through command and do a telnet test example below it works , but when I input info but when I fo to health monitors and add in send string a=1\r\nid=1234456\r\nfirstname= bob\r\n recieve string it will just fail I have even tried to to copy and paste a=1\r\nid=1234456\r\nfirstname= bob\r\n through telnet session and it just fails also tried to test by doing it sections a=1\r\n and the other parts separtely and it fails I believe it does not like syntax \r\n. Has anyone come around this issue and how did you resolve it or can you provide some advice. Thx in advance

 

 

Example

 

telnet 1.1.1.1 10000

 

 

INPUT

 

a=1

 

id=1234456

 

firstname= bob

 

 

OUTPUT

 

lastname=train

 

17 Replies