From 46b2951f108a1fee830c036cdd77dc583ec60daa Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Wed, 6 Aug 2025 14:46:11 +0100 Subject: [PATCH] Disable DNS lookups in the chrony exporter --- cookbooks/ntp/recipes/default.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/cookbooks/ntp/recipes/default.rb b/cookbooks/ntp/recipes/default.rb index 9a15297f0..76e28a942 100644 --- a/cookbooks/ntp/recipes/default.rb +++ b/cookbooks/ntp/recipes/default.rb @@ -63,6 +63,7 @@ end prometheus_exporter "chrony" do port 9123 + options "--no-collector.dns-lookups" end # chrony occasionally marks all servers offline during a network outage. -- 2.39.5