diff options
Diffstat (limited to '')
| -rw-r--r-- | plugin/openvpn.json | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/plugin/openvpn.json b/plugin/openvpn.json new file mode 100644 index 0000000..aa731c4 --- /dev/null +++ b/plugin/openvpn.json | |||
| @@ -0,0 +1,30 @@ | |||
| 1 | { | ||
| 2 | "if_octets": { | ||
| 3 | "title": "Traffic ({{PI}})", | ||
| 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 | "users": { | ||
| 20 | "title": "Users ({{PI}})", | ||
| 21 | "vertical": "Users", | ||
| 22 | "legend": { | ||
| 23 | "value": { | ||
| 24 | "name": "Users", | ||
| 25 | "color": "0000f0" | ||
| 26 | } | ||
| 27 | }, | ||
| 28 | "legend_format": "%.1lf" | ||
| 29 | } | ||
| 30 | } | ||
