Fixed ip target while creating policy modules
This commit is contained in:
parent
05645afd44
commit
90d8ac5129
|
@ -1316,7 +1316,7 @@ function snmp_browser_create_modules_snmp(string $module_target, array $snmp_val
|
||||||
'min_ff_event_critical' => 0,
|
'min_ff_event_critical' => 0,
|
||||||
'ff_type' => 0,
|
'ff_type' => 0,
|
||||||
'each_ff' => 0,
|
'each_ff' => 0,
|
||||||
'ip_target' => $target_ip,
|
'ip_target' => '',
|
||||||
'configuration_data' => '',
|
'configuration_data' => '',
|
||||||
'history_data' => 1,
|
'history_data' => 1,
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in New Issue