LarsMichelsen / nagios_downtime

Script based downtime scheduling for Nagios / Icinga

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Net::Ping defaults to tcp, causing ping fails on some systems

gnanet opened this issue · comments

This line
https://github.com/LaMi-/nagios_downtime/blob/master/nagios_downtime#L284

changed to
$p = Net::Ping->new("icmp");

works like a charm

OS Ubuntu Jaunty

commented

Thanks. Just fixed the issue.