2009-06-15 Ramon Novoa <rnovoa@artica.es>
* lib/PandoraFMS/SNMPServer.pm: Fixed the call to snmp_trap2agent (was missing an argument). git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@1751 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
c588de94dc
commit
41936bbdc5
|
@ -1,3 +1,8 @@
|
|||
2009-06-15 Ramon Novoa <rnovoa@artica.es>
|
||||
|
||||
* lib/PandoraFMS/SNMPServer.pm: Fixed the call to snmp_trap2agent (was
|
||||
missing an argument).
|
||||
|
||||
2009-06-08 Ramon Novoa <rnovoa@artica.es>
|
||||
|
||||
* util/pandora_xml_stress.pl: Let the user specify the maximum number
|
||||
|
|
|
@ -156,7 +156,7 @@ sub pandora_snmptrapd {
|
|||
pandora_evaluate_snmp_alerts ($pa_config, $trap_id, $source, $oid, $oid, $custom_oid, $custom_value, $dbh);
|
||||
}
|
||||
|
||||
enterprise_hook ('snmp_trap2agent', [$trap2agent, $pa_config, $source, $oid, $value, $custom_oid, $custom_value, $timestamp, $dbh]);
|
||||
enterprise_hook ('snmp_trap2agent', [$trap2agent, $pa_config, $source, $oid, $value, $custom_oid, $custom_value, $timestamp, $self->getServerID (), $dbh]);
|
||||
}
|
||||
|
||||
sleep ($pa_config->{'server_threshold'});
|
||||
|
|
Loading…
Reference in New Issue