variables :hosts => admins["hosts"]
end
+apache_module "brotli" do
+ conf "brotli.conf.erb"
+end
+
apache_module "deflate" do
conf "deflate.conf.erb"
end
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