Random Project

Using via nrpe in windows

To make it work on windows servers you just have to set the megaclibin variable to your megacli.exe

like

my $megaclibin = ‘C:MegaCLIconfigmegacli.exe’;

and make it readable for perl

$megaclibin =~ s#\#/#g;

plus copy the utils.pm from your nagios to the perl lib on the windows server.

Then it works very well! Great job!