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:
parent
53351aa04f
commit
afcc3e9b47
9 changed files with 11 additions and 11 deletions
|
@ -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}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue