]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/nginx/recipes/default.rb
Add nginx exporter
[chef.git] / cookbooks / nginx / recipes / default.rb
index 20128a1cb4525a9de8a02e35d21bc076f3c63d6e..1cc5e5b46abd1ada864ba7627e78d948183a96b5 100644 (file)
@@ -19,6 +19,7 @@
 
 include_recipe "apt"
 include_recipe "munin"
+include_recipe "prometheus"
 include_recipe "ssl"
 
 package "nginx"
@@ -61,6 +62,10 @@ package "libwww-perl"
 munin_plugin "nginx_request"
 munin_plugin "nginx_status"
 
+prometheus_exporter "nginx" do
+  port 9113
+end
+
 template "/usr/local/bin/nginx-old-cache-cleanup" do
   source "nginx-old-cache-cleanup.erb"
   owner "root"