Correct typo (#9184)

- boolean on weather to call rndc stats
+ boolean on whether or not to call rndc stats
This commit is contained in:
Dan Langille
2018-09-11 20:21:51 -04:00
committed by Tony Murray
parent 93d909c877
commit c3a24fe88f

View File

@@ -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)