Simpleboard To Fireboard 19.08.08
I have created a php script for server monitoring, it basically pings, checks ssh service, and windows RDP. The problem is that it takes way to long to about 8 mins and i actually need to run the check every 5 mins, so that wont work. I was told that python is better for multi threading and i found a small tutorial about it: http://www.wellho.net/solutions/python-python-threads-a-first-example.html
I have a mysql table that holds the ip’s that need checked and which service should be monitored. I need someone to create a python script that will fetch the ip’s from that table and ping or check the corresponding service (ping, ssh, rdp), then inserts the results into a separate mysql table (i have this table created already as well). It obviously needs to be written in a way that supports multi-threading (I know nothing about that aspect) and needs to be able to check about 500 servers in less than 5 mins.
I need this project completed in the next 48 hours. I hope its as simple as it appears to be. Thanks!



