2010-09-22 Ramon Novoa <rnovoa@artica.es>
* lib/PandoraFMS/Core.pm: Fixed a couple of missing macros in SNMP alerts. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@3272 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
5007239cd4
commit
2cc24ef061
|
@ -1,3 +1,8 @@
|
||||||
|
2010-09-22 Ramon Novoa <rnovoa@artica.es>
|
||||||
|
|
||||||
|
* lib/PandoraFMS/Core.pm: Fixed a couple of missing macros in
|
||||||
|
SNMP alerts.
|
||||||
|
|
||||||
2010-09-22 Sergio Martin <sergio.martin@artica.es>
|
2010-09-22 Sergio Martin <sergio.martin@artica.es>
|
||||||
|
|
||||||
* util/pandora_manage.pl: Added the parameter with
|
* util/pandora_manage.pl: Added the parameter with
|
||||||
|
|
|
@ -1312,13 +1312,14 @@ sub pandora_evaluate_snmp_alerts ($$$$$$$$$) {
|
||||||
'description' => $alert->{'description'},
|
'description' => $alert->{'description'},
|
||||||
'times_fired' => $times_fired,
|
'times_fired' => $times_fired,
|
||||||
'time_threshold' => 0,
|
'time_threshold' => 0,
|
||||||
'id_alert_action' => $alert->{'id_alert'},
|
'id' => $alert->{'id_alert'},
|
||||||
'priority' => $alert->{'priority'},
|
'priority' => $alert->{'priority'},
|
||||||
);
|
);
|
||||||
|
|
||||||
my %agent = (
|
my %agent = (
|
||||||
'nombre' => $trap_agent,
|
'nombre' => $trap_agent,
|
||||||
'direccion' => $trap_agent,
|
'direccion' => $trap_agent,
|
||||||
|
'comentarios' => '',
|
||||||
);
|
);
|
||||||
|
|
||||||
# Execute alert
|
# Execute alert
|
||||||
|
|
Loading…
Reference in New Issue