1
0
mirror of https://github.com/ranl/monitor-utils.git synced 2024-11-05 07:43:40 +01:00

* Revert the lib path

This commit is contained in:
Oliver Falk 2014-04-11 16:17:16 +02:00
parent 855856b4bf
commit 3048509d19

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;