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

Category Tree: Reduce number of categories

ceph -> fs
added category for some plugins from "other" section
This commit is contained in:
dipohl 2017-02-23 18:54:28 +01:00
parent a8d024ace4
commit 7e56247745
10 changed files with 18 additions and 1 deletions

View file

@ -9,6 +9,7 @@ process_stats_command = ENV['process_stats_command'] || '/opt/ruby-enterprise-1.
if ARGV.length > 0 && ARGV[0] == 'config'
puts "graph_title Passenger Processes"
puts "graph_category webserver"
puts "graph_vlabel processes"
puts "max.label Max processes"
puts "count.label Total processes"