remote_file "#{Chef::Config[:file_cache_path]}/fastly-ip-list.json" do
source "https://api.fastly.com/public-ip-list"
compile_time true
+ ignore_failure true
end
tilecaches = search(:node, "roles:tilecache").sort_by { |n| n[:hostname] }
munin_plugin "replication_delay"
-prometheus_collector "modtile" do
- action :delete
-end
-
-prometheus_collector "renderd" do
- action :delete
-end
-
prometheus_exporter "modtile" do
port 9494
end