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,
|
||||
'comentarios' => '',
|
||||
'id_agente' => 0,
|
||||
'id_grupo' => 0
|
||||
'id_grupo' => $alert->{'id_group'}
|
||||
);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue