Hi all,
is there a way to treat a numeric value returned from a socket server? (with Functions or Probes or?)
I give you an example:
Socket server (php+linux)
Listen on port X
if receive command "disk"
return %usage
^
|
|
|
V
Dude
probe "telnet" on port X send command "disk" and receive "data"
P.S.: I can't use snmp!
Thanks in advance.