]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/apache/recipes/default.rb
Use a custom FPM pool for piwik.openstreetmap.org
[chef.git] / cookbooks / apache / recipes / default.rb
index 6a429a41f28432811a00a41152593535f0759b8d..d443f1e409ce5eff9c76c861ca67f2bddb176583 100644 (file)
@@ -97,9 +97,7 @@ munin_plugin "apache_processes"
 munin_plugin "apache_volume"
 
 prometheus_exporter "apache" do
-  github_owner "Lusitaniae"
-  version "0.8.0"
   port 9117
   listen_switch "telemetry.address"
-  options "-scrape_uri http://localhost/server-status?auto"
+  options "--scrape_uri=http://localhost/server-status?auto"
 end