Unbound: output statistics daily instead of just on shutdown

Currently, Unbound only prints statistics if it is being shutdown
(mostly because of a machine reboot). This makes detecting DNS
anomalies hard as no intermediate statistic result is being logged.

This patch changes Unbound's behaviour in order to log statistics
every 86,400 seconds (i.e. 24 hours).

Signed-off-by: Peter Müller <peter.mueller@link38.eu>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
Peter Müller
2018-10-27 15:44:02 +02:00
committed by Michael Tremer
parent c22498887d
commit 2e0660f9ce

View File

@@ -28,7 +28,7 @@ server:
log-queries: no
# Unbound Statistics
statistics-interval: 0
statistics-interval: 86400
statistics-cumulative: yes
extended-statistics: yes