]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/commitdiff
Unbound: output statistics daily instead of just on shutdown
authorPeter Müller <peter.mueller@link38.eu>
Sat, 27 Oct 2018 13:44:02 +0000 (15:44 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Thu, 1 Nov 2018 10:31:09 +0000 (10:31 +0000)
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>
config/unbound/unbound.conf

index cda591dab4dd862f00f06aa010486ac2f0c181d0..2cc5bab8a23eab251f1256787b515c01f3139f27 100644 (file)
@@ -28,7 +28,7 @@ server:
        log-queries: no
 
        # Unbound Statistics
-       statistics-interval: 0
+       statistics-interval: 86400
        statistics-cumulative: yes
        extended-statistics: yes