X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/cc93c756d6821a97edd47ea3ce030b8bf0ca8f62..1751b31885773d33dcf3efb396f198f1d10a2221:/cookbooks/memcached/recipes/default.rb diff --git a/cookbooks/memcached/recipes/default.rb b/cookbooks/memcached/recipes/default.rb index bc24aef65..b178016ad 100644 --- a/cookbooks/memcached/recipes/default.rb +++ b/cookbooks/memcached/recipes/default.rb @@ -35,18 +35,7 @@ template "/etc/memcached.conf" do notifies :restart, "service[memcached]" end -munin_plugin_conf "memcached_multi" do - template "munin.erb" -end - -%w[bytes commands conns evictions items memory].each do |stat| - munin_plugin "memcached_multi_#{stat}" do - target "memcached_multi_" - end -end - prometheus_exporter "memcached" do - version "0.7.0" port 9150 options "--memcached.address=#{node[:memcached][:ip_address]}:#{node[:memcached][:tcp_port]} --memcached.pid-file=/run/memcached/memcached.pid" end