aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/plugin/interface.json
diff options
context:
space:
mode:
Diffstat (limited to 'plugin/interface.json')
-rw-r--r--plugin/interface.json16
1 files changed, 16 insertions, 0 deletions
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 @@
47 } 47 }
48 }, 48 },
49 "legend_format": "%5.1lf%s" 49 "legend_format": "%5.1lf%s"
50 },
51 "if_dropped": {
52 "title": "Interface Packets dropped ({{PI}}) on {{HOST}}",
53 "vertical": "Packets per second",
54 "type": "io",
55 "legend": {
56 "rx": {
57 "name": "Receive",
58 "color": "0000ff"
59 },
60 "tx": {
61 "name": "Transmit",
62 "color": "00b000"
63 }
64 },
65 "legend_format": "%5.1lf%s"
50 } 66 }
51} 67}