Get command field if it is not defined in alert or action
This commit is contained in:
parent
51ca2de1e5
commit
72d57bc067
|
@ -1106,7 +1106,6 @@ sub pandora_execute_action ($$$$$$$$$;$) {
|
|||
$field20 = defined($alert->{'field20'}) && $alert->{'field20'} ne "" ? $alert->{'field20'} : $action->{'field20'};
|
||||
}
|
||||
|
||||
print Dumper($field1);
|
||||
|
||||
# Recovery fields, thanks to Kato Atsushi
|
||||
if ($alert_mode == RECOVERED_ALERT) {
|
||||
|
|
Loading…
Reference in New Issue