aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornico <nico@magicbroccoli.de>2018-10-21 12:17:02 +0200
committernico <nico@magicbroccoli.de>2018-10-21 12:17:02 +0200
commit0ac83b15107c13819c1c5c7f41d4754a6312741a (patch)
treea7b55c269dfc275a36d58fcc297dad5c9c064942
parent3b0e31753d6ab1a659ce0cc18b7be455345d5aeb (diff)
README / config updates
* update README to state the correct plugin name * update plugin config and correct labeling
-rw-r--r--README.md2
-rwxr-xr-xteamspeak-multi.py6
2 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index 40c57ee..a6334cf 100644
--- a/README.md
+++ b/README.md
@@ -24,7 +24,7 @@ To check if the plugin is working correctly it is necessary to first instruct th
telnet localhost 4949 # localhost or IP the munin-node
cap multigraph
list
-fetch nextcloud_multi
+fetch teamspeak-munin.py
```
The `list` command will return a list of all plugins currently active. This list should feature the newly activated
teamspeak plugin.
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'
]