mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-27 19:23:24 +02:00
graphs.pl: Fix suricata graph name
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
@@ -1274,5 +1274,5 @@ sub updateipsthroughputgraph {
|
||||
RRDs::graph(@command);
|
||||
$ERROR = RRDs::error;
|
||||
|
||||
return "Error in RRD::Graph for conntrack: " . $ERROR . "\n" if $ERROR;
|
||||
return "Error in RRD::Graph for suricata: " . $ERROR . "\n" if $ERROR;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user