Build precise queries to find exactly what you need
Press ESC to close
Nagios World Conference 2026: Sept. 14-17 in St. Paul, MN | Learn More
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!