Small correction

Hi, I was installing this plugin and I had to change something in the source code. I changed this line from:

$cmd = “echo status | nc -w 1 $host $port”;

to

$cmd = “echo status | nc -i 1 -w 1 $host $port”;

I also had to install these packages with yum on centos:

yum install nc.x86_64 perl-Nagios-Plugin.noarch