From 0ac83b15107c13819c1c5c7f41d4754a6312741a Mon Sep 17 00:00:00 2001 From: nico Date: Sun, 21 Oct 2018 12:17:02 +0200 Subject: README / config updates * update README to state the correct plugin name * update plugin config and correct labeling --- teamspeak-multi.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'teamspeak-multi.py') diff --git a/teamspeak-multi.py b/teamspeak-multi.py index 07cf730..79865d0 100755 --- a/teamspeak-multi.py +++ b/teamspeak-multi.py @@ -38,7 +38,7 @@ class TeamspeakMulti: 'down.type DERIVE', 'down.graph no', 'down.min 0', - 'up.label sent', + 'up.label bps', 'up.info total amount of bytes sent in the last 5 minutes', 'up.type DERIVE', 'up.negative down', @@ -53,7 +53,7 @@ class TeamspeakMulti: 'graph_category voip', 'graph_info graph showing the Teamspeak3 File Bandwidth In and Out', - 'ftdown.label received', + 'ftdown.label bps', 'ftdown.info total amount of bytes received for file transfers in the last 5 minutes', 'ftdown.type DERIVE', 'ftdown.graph no', @@ -88,7 +88,7 @@ class TeamspeakMulti: 'graph_category voip', 'graph_info This graph shows the number of connected users on the Teamspeak3 server', - 'user.label last 5 minutes', + 'user.label users', 'user.info users connected in the last 5 minutes', 'user.min 0' ] -- cgit v1.2.3-18-g5258