include_recipe "munin"
include_recipe "nodejs"
include_recipe "postgresql"
+include_recipe "prometheus"
include_recipe "python"
include_recipe "tools"
mode "755"
files_owner "tile"
files_group "tile"
- files_mode 0o644
+ files_mode "644"
end
template "/srv/tile.openstreetmap.org/html/index.html" do
mode "755"
files_owner "root"
files_group "root"
- files_mode 0o755
+ files_mode "755"
end
template "/usr/local/bin/expire-tiles" do
munin_plugin "renderd_zoom_time"
munin_plugin "replication_delay"
+
+prometheus_collector "modtile" do
+ interval "1m"
+end
+
+prometheus_collector "renderd" do
+ interval "1m"
+end