diff options
author | nico <nico@magicbroccoli.de> | 2018-10-18 04:40:17 +0200 |
---|---|---|
committer | nico <nico@magicbroccoli.de> | 2018-10-18 04:40:17 +0200 |
commit | 7b3a47210ea5628ddf50ebdc71549105c0095117 (patch) | |
tree | a66495494a3c1c0020261020e652de84104c0403 | |
parent | a98e18ba6a571382e0577022dd304802022f4334 (diff) |
fixed mirror fttransfer graph
* correctly named ftdown variable
-rwxr-xr-x | teamspeak-multi.py | 2 |
1 files changed, 1 insertions, 1 deletions
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': [ |