From 7b3a47210ea5628ddf50ebdc71549105c0095117 Mon Sep 17 00:00:00 2001 From: nico Date: Thu, 18 Oct 2018 04:40:17 +0200 Subject: fixed mirror fttransfer graph * correctly named ftdown variable --- teamspeak-multi.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/teamspeak-multi.py b/teamspeak-multi.py index bec9f37..d8d1b28 100755 --- a/teamspeak-multi.py +++ b/teamspeak-multi.py @@ -61,7 +61,7 @@ class TeamspeakMulti: 'ftup.label sent', 'ftup.info Bandwidth sent in the last 5 minutes', 'ftup.type DERIVE', - 'ftup.negative down', + 'ftup.negative ftdown', 'ftup.min 0' ], 'uptime': [ -- cgit v1.2.3-18-g5258