Search Exchange
Search All Sites
Nagios Live Webinars
Let our experts show you how Nagios can help your organization.Login
Directory Tree
Directory
mircsicz
bymircsicz, January 30, 2012
On Squeeze I had to change two variables:
#use lib "NAGIOS_LIB";
use lib "/usr/lib/nagios/plugins/";
and
#use lib "BACKUPPC_LIB";
use lib "/usr/share/backuppc/lib";
Rest is on you how your nagios is setup...
#use lib "NAGIOS_LIB";
use lib "/usr/lib/nagios/plugins/";
and
#use lib "BACKUPPC_LIB";
use lib "/usr/share/backuppc/lib";
Rest is on you how your nagios is setup...
bymircsicz, January 25, 2012
As I'm not a perl-DEV I had to comment out the whole $physDrive part, then it ran fine!
But this was only because my controller seems to have ten SAS Port's but the server-case has only eight Drive-Bay's...
But this was only because my controller seems to have ten SAS Port's but the server-case has only eight Drive-Bay's...