#9447 Fixed label event type

This commit is contained in:
Daniel Maya 2022-12-12 17:01:46 +01:00
parent 8971dba9c5
commit 10bb2bc0b3

View File

@ -7707,7 +7707,7 @@ sub pandora_manage_main ($$$) {
'values' => [ 'values' => [
'unknown','alert_fired','alert_recovered','alert_ceased', 'unknown','alert_fired','alert_recovered','alert_ceased',
'alert_manual_validation','recon_host_detected','system', 'alert_manual_validation','recon_host_detected','system',
'error','new_agent','going_up_warning','going_up_criticalgoing_down_warning', 'error','new_agent','going_up_warning','going_up_critical','going_down_warning',
'going_down_normal','going_down_critical','going_up_normal','configuration_change' 'going_down_normal','going_down_critical','going_up_normal','configuration_change'
] ]
}, },
@ -7716,8 +7716,8 @@ sub pandora_manage_main ($$$) {
{'name' => 'module_name'}, {'name' => 'module_name'},
{ {
'name' => 'event_status', 'name' => 'event_status',
'values' => ['0', '1'], 'values' => ['0', '1', '2'],
'text_extra' => ['(New)', '(Validated)'] 'text_extra' => ['(New)', '(Validated)', '(In process)']
}, },
{ {
'name' => 'severity', 'name' => 'severity',