From c3a24fe88f84a5e3d32814c62d707ab3f6fa6a5e Mon Sep 17 00:00:00 2001 From: Dan Langille Date: Tue, 11 Sep 2018 20:21:51 -0400 Subject: [PATCH] Correct typo (#9184) - boolean on weather to call rndc stats + boolean on whether or not to call rndc stats --- doc/Extensions/Applications.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/Extensions/Applications.md b/doc/Extensions/Applications.md index d823b49aec..3897fcc10e 100644 --- a/doc/Extensions/Applications.md +++ b/doc/Extensions/Applications.md @@ -179,7 +179,7 @@ Anything starting with a # is comment. The format for variables are $variable=$v Content of an example /etc/snmp/bind.config . Please edit with your own settings. ``` rndc = The path to rndc. Default: /usr/bin/env rndc -call_rndc = A 0/1 boolean on weather to call rndc stats. Suggest to set to 0 if using netdata. Default: 1 +call_rndc = A 0/1 boolean on whether or not to call rndc stats. Suggest to set to 0 if using netdata. Default: 1 stats_file = The path to the named stats file. Default: /var/run/named/stats agent = A 0/1 boolean for if this is being used as a LibreNMS agent or not. Default: 0 zero_stats = A 0/1 boolean for if the stats file should be zeroed first. Default: 0 (1 if guessed)