UDP Syslog Beacon
Yet another one-trick-pony bit of software.
This application will send a “beacon” message every two seconds from one server to another via UDP syslog. To make it go, you will need to run it with an argument- the argument is the IP address you wish to send message to.
Click read more for examples!
“python bacon.py 111.111.111.111″ will being sending messages off to IP 111.111.111.111.
You can adjust the port it sends messages to, just check the “port” variable and change as needed.
You can download the script here.
Enjoy!
tom