]> git.openstreetmap.org Git - chef.git/commitdiff
Disable squid_delay_pools munin plugins
authorTom Hughes <tom@compton.nu>
Thu, 17 Jan 2019 08:28:08 +0000 (08:28 +0000)
committerTom Hughes <tom@compton.nu>
Thu, 17 Jan 2019 08:28:08 +0000 (08:28 +0000)
cookbooks/squid/recipes/default.rb

index e26ffe2dd9724d9da0b1da9b433b066c46971dd5..12a11119abb0cca94537e9b8c17a072042b50cfc 100644 (file)
@@ -118,10 +118,16 @@ log "squid-restart" do
 end
 
 munin_plugin "squid_cache"
 end
 
 munin_plugin "squid_cache"
-munin_plugin "squid_delay_pools"
-munin_plugin "squid_delay_pools_noreferer"
 munin_plugin "squid_times"
 munin_plugin "squid_icp"
 munin_plugin "squid_objectsize"
 munin_plugin "squid_requests"
 munin_plugin "squid_traffic"
 munin_plugin "squid_times"
 munin_plugin "squid_icp"
 munin_plugin "squid_objectsize"
 munin_plugin "squid_requests"
 munin_plugin "squid_traffic"
+
+munin_plugin "squid_delay_pools" do
+  action :delete
+end
+
+munin_plugin "squid_delay_pools_noreferer" do
+  action :delete
+end