Skip to content

Commit

Permalink
Remove alert keys from component for Suricata (librenms#13959)
Browse files Browse the repository at this point in the history
  • Loading branch information
VVelox authored May 6, 2022
1 parent 738ed53 commit 1416f46
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions includes/polling/applications/suricata.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -207,8 +207,6 @@
$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);
}
Expand Down

0 comments on commit 1416f46

Please sign in to comment.