aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorPim van den Berg2017-03-04 16:31:36 +0100
committerPim van den Berg2017-03-04 16:31:36 +0100
commitd48cba166b5b0776ce10bcf8a8174c9298f02db0 (patch)
treec120e2a6b60b2e646c9c39e644fac31c0bdd23fb
parentplugin/disk: add pending_operations, disk_io_time (diff)
downloadapt-panopticon_cgp-d48cba166b5b0776ce10bcf8a8174c9298f02db0.zip
apt-panopticon_cgp-d48cba166b5b0776ce10bcf8a8174c9298f02db0.tar.gz
apt-panopticon_cgp-d48cba166b5b0776ce10bcf8a8174c9298f02db0.tar.bz2
apt-panopticon_cgp-d48cba166b5b0776ce10bcf8a8174c9298f02db0.tar.xz
plugin/interface: add if_dropped
-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}