#!/usr/bin/env perl

use Nagios::Plugin::CheckHost::Ping;
Nagios::Plugin::CheckHost::Ping->new->run;
