* Revert the lib path

This commit is contained in:
Oliver Falk 2014-04-11 16:17:16 +02:00
parent 855856b4bf
commit 3048509d19
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@
#####################################
use strict;
use lib '/omd/versions/1.10/lib/nagios/plugins/';
use lib '/path/to/nagios/libexec';
use utils qw($TIMEOUT %ERRORS);
use Net::SNMP;
use Getopt::Long;