mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +02:00
Added id_group in snmp alert
This commit is contained in:
parent
aee22eaf35
commit
3f8948bc21
@ -3905,7 +3905,7 @@ sub pandora_evaluate_snmp_alerts ($$$$$$$$$) {
|
|||||||
'direccion' => $trap_agent,
|
'direccion' => $trap_agent,
|
||||||
'comentarios' => '',
|
'comentarios' => '',
|
||||||
'id_agente' => 0,
|
'id_agente' => 0,
|
||||||
'id_grupo' => 0
|
'id_grupo' => $alert->{'id_group'}
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user