From 014aeef8367d451e3bc46c65b55f4b775887138d Mon Sep 17 00:00:00 2001 From: Martin Date: Fri, 8 Nov 2024 12:53:34 +0100 Subject: [PATCH] Disable enable_scrape_thresholds in example config file --- config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.yml b/config.yml index 8af7df9..5b6126a 100644 --- a/config.yml +++ b/config.yml @@ -16,8 +16,8 @@ icinga2: metric_prefix: icinga2 # Enables a separate request to fetch host metadata like state and state_type enable_scrape_metadata: true - # Enables export of warning and critical threshold values - enable_scrape_thresholds: true + # Enables export of warning and critical threshold values. Default false + enable_scrape_thresholds: false # Set the service name for host check metric, default is alive - only change this if it is a name conflict with other # services