]> git.openstreetmap.org Git - chef.git/commitdiff
Add nginx exporter
authorTom Hughes <tom@compton.nu>
Tue, 22 Sep 2020 16:42:13 +0000 (16:42 +0000)
committerTom Hughes <tom@compton.nu>
Tue, 22 Sep 2020 16:50:58 +0000 (16:50 +0000)
cookbooks/nginx/metadata.rb
cookbooks/nginx/recipes/default.rb

index dc7758e3a29c2e05107687e73e3c03ddf5739262..cd321f6daceaceb7013b0c8b22aba1b9f9600821 100644 (file)
@@ -9,4 +9,5 @@ supports          "ubuntu"
 depends           "apt"
 depends           "munin"
 depends           "networking"
 depends           "apt"
 depends           "munin"
 depends           "networking"
+depends           "prometheus"
 depends           "ssl"
 depends           "ssl"
index 20128a1cb4525a9de8a02e35d21bc076f3c63d6e..1cc5e5b46abd1ada864ba7627e78d948183a96b5 100644 (file)
@@ -19,6 +19,7 @@
 
 include_recipe "apt"
 include_recipe "munin"
 
 include_recipe "apt"
 include_recipe "munin"
+include_recipe "prometheus"
 include_recipe "ssl"
 
 package "nginx"
 include_recipe "ssl"
 
 package "nginx"
@@ -61,6 +62,10 @@ package "libwww-perl"
 munin_plugin "nginx_request"
 munin_plugin "nginx_status"
 
 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"
 template "/usr/local/bin/nginx-old-cache-cleanup" do
   source "nginx-old-cache-cleanup.erb"
   owner "root"