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

Category Tree: Reduce number of categories

This commit is contained in:
dipohl 2017-02-20 23:01:26 +01:00
parent 53351aa04f
commit afcc3e9b47
9 changed files with 11 additions and 11 deletions

View file

@ -12,7 +12,7 @@ if ARGV[0] == 'config'
puts "graph_vlabel players"
puts "players.label players"
puts "graph_info Number of players connected to Minecraft"
puts "graph_category Minecraft"
puts "graph_category games"
exit
end
@ -33,4 +33,4 @@ player_count = response[1].split(" ", 2)[1].to_i
max_players = response[2].split(" ", 2)[1].to_i
player_list = response[3].split(" ", 2)[1].chomp[1..-2]
puts "players.value #{player_count}"
puts "players.value #{player_count}"