From 966ee7dae97271c3fad4b961b3f1b9e77571f395 Mon Sep 17 00:00:00 2001 From: Franziska Kunsmann Date: Sat, 24 Apr 2021 12:00:09 +0200 Subject: [PATCH] bundles/unbound: set correct statistics interval --- bundles/unbound/files/unbound.conf | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/bundles/unbound/files/unbound.conf b/bundles/unbound/files/unbound.conf index 36c8c1e..8d520fe 100644 --- a/bundles/unbound/files/unbound.conf +++ b/bundles/unbound/files/unbound.conf @@ -4,12 +4,8 @@ server: verbosity: 0 -% if node.has_bundle('netdata') or node.has_bundle('telegraf'): - statistics-interval: 1 + statistics-interval: 60 extended-statistics: yes -% else: - statistics-interval: 300 -% endif statistics-cumulative: no num-threads: ${threads}