2011-09-08 Sancho Lerena <slerena@artica.es>
* lib/PandoraFMS/Network.pm: Missing include for function SNMP::translateObj. Added SNMP include: I don't understand why that was missing ¿?. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@4928 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
adccd45a56
commit
67c40dfeba
|
@ -1,3 +1,9 @@
|
|||
2011-09-08 Sancho Lerena <slerena@artica.es>
|
||||
|
||||
* lib/PandoraFMS/Network.pm: Missing include for function
|
||||
SNMP::translateObj. Added SNMP include: I don't understand why that
|
||||
was missing ¿?.
|
||||
|
||||
2011-09-06 Ramon Novoa <rnovoa@artica.es>
|
||||
|
||||
* lib/PandoraFMS/Core.pm: Fixed action search for event alerts.
|
||||
|
|
|
@ -27,6 +27,7 @@ use Thread::Semaphore;
|
|||
use IO::Socket::INET6;
|
||||
use HTML::Entities;
|
||||
use POSIX qw(strftime);
|
||||
use SNMP;
|
||||
|
||||
# Default lib dir for RPM and DEB packages
|
||||
use lib '/usr/lib/perl5';
|
||||
|
|
Loading…
Reference in New Issue