aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/plugin/snmp.json
diff options
context:
space:
mode:
Diffstat (limited to 'plugin/snmp.json')
-rw-r--r--plugin/snmp.json19
1 files changed, 19 insertions, 0 deletions
diff --git a/plugin/snmp.json b/plugin/snmp.json
new file mode 100644
index 0000000..9c6cc91
--- /dev/null
+++ b/plugin/snmp.json
@@ -0,0 +1,19 @@
1{
2 "if_octets": {
3 "title": "Interface Traffic ({{TI}})",
4 "vertical": "{{ND}} per second",
5 "type": "io",
6 "legend": {
7 "rx": {
8 "name": "Receive",
9 "color": "0000ff"
10 },
11 "tx": {
12 "name": "Transmit",
13 "color": "00b000"
14 }
15 },
16 "legend_format": "%5.1lf%s",
17 "datasize": true
18 }
19}