mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Remove alert keys from component for Suricata (#13959)
This commit is contained in:
@@ -207,8 +207,6 @@ if (empty($instance_list)) {
|
||||
$id = $component->getFirstComponentID($ourc);
|
||||
$ourc[$id]['label'] = 'Suricata';
|
||||
$ourc[$id]['instances'] = json_encode($instance_list);
|
||||
$ourc[$id]['alert'] = $suricata['alert'];
|
||||
$ourc[$id]['alertString'] = $suricata['alertString'];
|
||||
|
||||
$component->setComponentPrefs($device_id, $ourc);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user