diff options
| author | Pim van den Berg | 2017-03-04 16:31:36 +0100 |
|---|---|---|
| committer | Pim van den Berg | 2017-03-04 16:31:36 +0100 |
| commit | d48cba166b5b0776ce10bcf8a8174c9298f02db0 (patch) | |
| tree | c120e2a6b60b2e646c9c39e644fac31c0bdd23fb | |
| parent | plugin/disk: add pending_operations, disk_io_time (diff) | |
| download | apt-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.json | 16 |
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 | } |
