From d48cba166b5b0776ce10bcf8a8174c9298f02db0 Mon Sep 17 00:00:00 2001 From: Pim van den Berg Date: Sat, 4 Mar 2017 16:31:36 +0100 Subject: plugin/interface: add if_dropped --- plugin/interface.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/plugin/interface.json b/plugin/interface.json index e17ba95..f755e42 100644 --- a/plugin/interface.json +++ b/plugin/interface.json @@ -47,5 +47,21 @@ } }, "legend_format": "%5.1lf%s" + }, + "if_dropped": { + "title": "Interface Packets dropped ({{PI}}) on {{HOST}}", + "vertical": "Packets per second", + "type": "io", + "legend": { + "rx": { + "name": "Receive", + "color": "0000ff" + }, + "tx": { + "name": "Transmit", + "color": "00b000" + } + }, + "legend_format": "%5.1lf%s" } } -- cgit v1.1