This small ruby script is written as a school project.
The intention is to monitor ports over TCP connection. Append the results in a MySQL database, and notify via gmail / google apps mail, if a port isn't connectable.
You could run it as a cron job, or make a

while true
....
sleep 300


Remember to install the gems.
ignore the warnings from tlsmail.

MySQL instructions:

mysql -u root -p
<root password here>

CREATE DATABASE sites;
GRANT ALL ON sites.* TO USER@localhost IDENTIFIED by 'PASSWORD';

exit

replace USER with your username, 'PASSWORD' with your password. You might also want to replace 'sites' with your own database.
The script will create tables needed the first time it's being executed.

Remember to replace the websites and ports in sites.conf
Remember to insert your own values in login.conf

Project Activity

See All Activity >

Follow TCP-Watcher

TCP-Watcher Web Site

Other Useful Business Software
Our Free Plans just got better! | Auth0 Icon
Our Free Plans just got better! | Auth0

With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
Try free now
Rate This Project
Login To Rate This Project

User Reviews

Be the first to post a review of TCP-Watcher!

Additional Project Details

Registered

2012-06-23