X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/ab47927c016597f8602b81dcdc168ad5c335389d..40e04dda9c896503238eef130e6bed4f06bd1738:/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