Socket Server

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.

No way?!?

ha no way of course

You will probably need to make an external program that does it for you and then you can use execute to run it.

Lebowski