1
0
Fork 0
mirror of https://github.com/munin-monitoring/contrib.git synced 2025-08-02 06:08:23 +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

@ -12,6 +12,7 @@ memory_stats_command = ENV['memory_stats_command'] || '/opt/ruby-enterprise-1.8.
if ARGV.length > 0 && ARGV[0] == 'config'
puts "graph_title Passenger Memory Usage"
puts "graph_category webserver"
puts "graph_vlabel MB"
puts "apache_rss.label Apache Dirty RSS"
puts "passenger_rss.label Passenger Dirty RSS"