MFGookey / PingLogger

Use ping requests to monitor WAN uptime and log outages to a file

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PingLogger

Use ping requests to monitor WAN uptime and log outages to a file

What it does

This application will ping the Google DNS servers located at IPv4 address 8.8.8.8 once every ten seconds. If any of the ping responses are not successful, an entry will be made in the logfile and the pings will be sent once every second until the next successful response.

Log Location

Each execution of the program has its own logfile, located at C:\pinglogs\ with the filename set to the date and time at which the program began executing.

About

Use ping requests to monitor WAN uptime and log outages to a file

License:GNU General Public License v3.0


Languages

Language:C# 100.0%