This is a console application - NetworkCheck.exe that uses 2 configuration files:
Addresses.txt - Contains a list of addresses to check
Recipients.txt - Contain a list of email recipients when one of the addresses fails a ping test.
These files contain a list of addresses, you can also comment an address out with //.
Sample contents:
www.google.co.uk
//http://10.6.6.2
By default the application will look in the same directory as the .exe for the config files, otherwise you can specify them with command line parameters:
networkcheck.exe c:\addresslistdir\ c:\recipientlistconfigdir\