I am looking for port monitoring script that will allow for a large number of ports to be scanned at a given time, and will allow the option to cluster additional servers in a “pool” to handle load
The script will check a MySQL database which contains the following fields;
Server Name
Hostname/IP
Ports
Frequency of how ofter that server should be checked (from 5 seconds to 5 minutes)
Email Address to Notify
Assume this would be done with Python to allow multithreading but open to …
