PyPingMon is a server monitoring program written in Python. At the specified interval it uses a single ping command to check if a server is available.
This is my first Python program. I chose this particular type of program because I wanted to write my own server monitor and this was a great way to learn how to code in Python.