Hi,
Not sure if this is the right forum but...
I am trying to set up an alert system on our Windows servers. Scripting the alerts will come later, but I am currently in the position where we have a program sat on a server that monitors a port for messages (we have a number of servers that are monitored, but the customers won't pay for it to be rolled out to everyone).
Anyway, I want to send a message to port 5000 on this server. I have tried the following at the command prompt:
echo "Hello World" > telnet 1.1.1.1 5000
I am using a sniffer on a test server to see the message, but this doesn't appear to work - any ideas anyone?
Not sure if this is the right forum but...
I am trying to set up an alert system on our Windows servers. Scripting the alerts will come later, but I am currently in the position where we have a program sat on a server that monitors a port for messages (we have a number of servers that are monitored, but the customers won't pay for it to be rolled out to everyone).
Anyway, I want to send a message to port 5000 on this server. I have tried the following at the command prompt:
echo "Hello World" > telnet 1.1.1.1 5000
I am using a sniffer on a test server to see the message, but this doesn't appear to work - any ideas anyone?