X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/aeaa46f3071de018b5c5e0f5678cb5b4082e3ddc..e1bc94ff7a1970c8bc669a034ffbf7d0165e510a:/cookbooks/ntp/recipes/default.rb diff --git a/cookbooks/ntp/recipes/default.rb b/cookbooks/ntp/recipes/default.rb index 02c80bc01..3a9b0bb8b 100644 --- a/cookbooks/ntp/recipes/default.rb +++ b/cookbooks/ntp/recipes/default.rb @@ -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