Nagios ping plugin for Windows

Inspired by the standard Nagios plugin check_ping, check-winping performs
ping checks from Windows systems. It previously existed as check_winping.

Example:

check_winping -H itefix.no --warning 100,80% --critical 250,100%
Checks itefix.no with default ping values and returns WARNING if round trip average or packet loss ratio is at least 100 ms or 80% respectively, returns CRITICAL if round trip average or packet loss ratio is at least 250 ms or 100% respectively

Github Repo