1
0
Fork 0
mirror of https://github.com/munin-monitoring/contrib.git synced 2025-07-21 18:41:03 +00:00

Reduce number of categories

This commit is contained in:
dipohl 2017-02-23 21:50:22 +01:00
parent c0568802bf
commit 0104c6d40a
18 changed files with 28 additions and 28 deletions

View file

@ -36,7 +36,7 @@ if(exists $ARGV[0] and $ARGV[0] eq "config")
{
print "graph_title Teamspeak User\n";
print "graph_vlabel Connected Teamspeak Users\n";
print "graph_category Teamspeak\n";
print "graph_category voip\n";
print "graph_info This graph shows the number of connected users on a Teamspeak3 server\n";
foreach my $server (@serverids)
{
@ -77,4 +77,4 @@ else
}
$telnet->close;
}
exit;
exit;

View file

@ -127,7 +127,7 @@ if (exists $ARGV[0] and $ARGV[0] eq "autoconf") {
print "graph_title Teamspeak Users ".$name."\n";
print "graph_vlabel Connected Teamspeak Users\n";
print "graph_category Teamspeak\n";
print "graph_category voip\n";
print "graph_info This graph shows the number of connected users on a Teamspeak3 server\n";
print "users.label Users\n";
print "users.info Connected users to ".$name."\n";
@ -138,7 +138,7 @@ if (exists $ARGV[0] and $ARGV[0] eq "autoconf") {
#overview mode
print "graph_title Teamspeak Users Overview\n";
print "graph_vlabel Connected Teamspeak Users\n";
print "graph_category Teamspeak\n";
print "graph_category voip\n";
print "graph_info This graph shows the number of connected users on a Teamspeak3 server\n";
foreach (@num) {
@ -162,7 +162,7 @@ if (exists $ARGV[0] and $ARGV[0] eq "autoconf") {
#transfer mode
print "graph_title Teamspeak Transfer Overview\n";
print "graph_vlabel Teamspeak Transfer\n";
print "graph_category Teamspeak\n";
print "graph_category voip\n";
print "graph_info This graph shows the Teamspeak3 Transfer Overview\n";
print "transfer.label ~ Transfer per second\n";
print "transfer.info Transfer per second over 5 min\n";

View file

@ -45,7 +45,7 @@ if ( exists $ARGV[0] and $ARGV[0] eq "config" )
{
print "graph_title Teamspeak User\n";
print "graph_vlabel Connected Teamspeak Users\n";
print "graph_category Teamspeak\n";
print "graph_category voip\n";
#print "graph_args --base 1000 -l 0\n";
print "graph_info This graph shows the number of connected users on a teamspeak2 server\n";
foreach my $server (@uports)