]> git.openstreetmap.org Git - chef.git/commitdiff
Tidy up munin recipe
authorTom Hughes <tom@compton.nu>
Fri, 31 May 2013 18:07:52 +0000 (19:07 +0100)
committerTom Hughes <tom@compton.nu>
Fri, 31 May 2013 18:07:52 +0000 (19:07 +0100)
cookbooks/munin/recipes/default.rb

index fca04dfebf315a19804722d73d310e60211b921d..51020994c8fcff0f3a52d2134ea1fb60cf895717 100644 (file)
@@ -85,7 +85,6 @@ else
 end
 
 # apcpdu_
-# api_
 munin_plugin "cpu"
 
 if File.exists?("/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state")
@@ -188,8 +187,6 @@ end
 
 munin_plugin "load"
 munin_plugin "memory"
-# mod_tile_
-# mysql_
 munin_plugin "netstat"
 
 if File.exists?("/proc/net/rpc/nfs")
@@ -213,10 +210,8 @@ else
   end
 end
 
-# nominatim_
 munin_plugin "open_files"
 munin_plugin "open_inodes"
-# passenger_
 
 munin_plugin "postfix_mailqueue" do
   action :delete
@@ -226,11 +221,8 @@ munin_plugin "postfix_mailvolume" do
   action :delete
 end
 
-# postgres_
 munin_plugin "processes"
 munin_plugin "proc_pri"
-# renderd_
-# replication_delay
 
 Dir.glob("/sys/class/hwmon/hwmon*").each do |hwmon|
   hwmon = "#{hwmon}/device" unless File.exists?("#{hwmon}/name")
@@ -267,7 +259,6 @@ Dir.glob("/sys/class/hwmon/hwmon*").each do |hwmon|
 end
 
 # smart_
-# squid_
 munin_plugin "swap"
 munin_plugin "threads"
 munin_plugin "uptime"