]> git.ipfire.org Git - thirdparty/knot-resolver.git/commitdiff
doc/operators-guide: add query watchdog
authorTomas Krizek <tomas.krizek@nic.cz>
Mon, 2 Dec 2019 17:33:27 +0000 (18:33 +0100)
committerTomas Krizek <tomas.krizek@nic.cz>
Wed, 15 Jan 2020 09:38:14 +0000 (10:38 +0100)
doc/operators-guide.rst

index cd40fd52a5d5144e862efab827dfada95f092815..232971c75152eae1dd6e1b95c8a4e15bed349501 100644 (file)
@@ -125,4 +125,19 @@ size in the config file as well.
    applications, leading to ``SIGBUS`` errors during runtime.
 
 
+Watchdog
+========
+
+.. tip:: Configuring a query watchdog may improve the resilience of the
+   service.
+
+While Knot Resolver is automatically restarted by systemd if it crashes,
+activating a query watchdog is useful for potential edge-case bugs that might
+cause the resolver to stop properly responding to queries while it is still
+running.
+
+See :ref:`mod-watchdog` for more information about this functionality and its
+configuration.
+
+
 .. _`supervisord`: http://supervisord.org/