]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/apache/recipes/default.rb
Switch to installing prometheus exporters from github
[chef.git] / cookbooks / apache / recipes / default.rb
index e5f30a410855aea3fb4f6e87f0ddb4b8435fd721..6a429a41f28432811a00a41152593535f0759b8d 100644 (file)
@@ -97,7 +97,9 @@ 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"
-  exporter_options "-scrape_uri http://localhost/server-status?auto"
+  options "-scrape_uri http://localhost/server-status?auto"
 end