Skip to content
Snippets Groups Projects
Commit e95f02d3 authored by Tibo's avatar Tibo
Browse files

Show RX and TX, speed / sec

parent 89ce10f8
No related branches found
No related tags found
No related merge requests found
......@@ -45,8 +45,9 @@ class Ifconfig extends AbstractSensor {
"name" => $iname . "/TX",
"points" => []
];
$dataset[$iname . "/TX"] = [
"name" => $iname . "/TX",
$dataset[$iname . "/RX"] = [
"name" => $iname . "/RX",
"points" => []
];
$current_value[$interface->name] = $interface;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment