projects
/
chef.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
823b590
)
Disable squid_delay_pools munin plugins
author
Tom Hughes
<tom@compton.nu>
Thu, 17 Jan 2019 08:28:08 +0000
(08:28 +0000)
committer
Tom Hughes
<tom@compton.nu>
Thu, 17 Jan 2019 08:28:08 +0000
(08:28 +0000)
cookbooks/squid/recipes/default.rb
patch
|
blob
|
history
diff --git
a/cookbooks/squid/recipes/default.rb
b/cookbooks/squid/recipes/default.rb
index e26ffe2dd9724d9da0b1da9b433b066c46971dd5..12a11119abb0cca94537e9b8c17a072042b50cfc 100644
(file)
--- a/
cookbooks/squid/recipes/default.rb
+++ b/
cookbooks/squid/recipes/default.rb
@@
-118,10
+118,16
@@
log "squid-restart" do
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_delay_pools" do
+ action :delete
+end
+
+munin_plugin "squid_delay_pools_noreferer" do
+ action :delete
+end