]> git.openstreetmap.org Git - chef.git/commitdiff
Run chrony_exporter for prometheus
authorTom Hughes <tom@compton.nu>
Wed, 14 Jun 2023 18:11:59 +0000 (19:11 +0100)
committerTom Hughes <tom@compton.nu>
Wed, 14 Jun 2023 18:11:59 +0000 (19:11 +0100)
cookbooks/ntp/metadata.rb
cookbooks/ntp/recipes/default.rb

index f80c8dbeefa0e0b0e1d840f21d666636fd9c2fb7..240e619f95ef960836e64dbbec11a06936e602fa 100644 (file)
@@ -7,4 +7,5 @@ description       "Installs and configures ntp as a client or server"
 version           "0.8.2"
 supports          "ubuntu"
 depends           "munin"
+depends           "prometheus"
 depends           "systemd"
index 02c80bc011f080db4d04c79253a86dbd9d2d1450..3a9b0bb8bc2fb2d4eb97a64d2a0fd34eb142a47e 100644 (file)
@@ -63,6 +63,10 @@ end
 
 munin_plugin "chrony"
 
+prometheus_exporter "chrony" do
+  port 9123
+end
+
 # chrony occasionally marks all servers offline during a network outage.
 # force online all sources during a chef run
 execute "chronyc-online" do