mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +02:00
#9447 Fixed label event type
This commit is contained in:
parent
8971dba9c5
commit
10bb2bc0b3
@ -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',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user