Random Project

Enchancement

Hi
We had an error first when trying to use the plugin. After changing the following lines it worked perfectly:
#use lib “/usr/local/nagios/libexec”;
use FindBin;
use lib “$FindBin::Bin”;

(replaced the lib definition)

Friendly regards, Till