mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Correct typo (#9184)
- boolean on weather to call rndc stats + boolean on whether or not to call rndc stats
This commit is contained in:
committed by
Tony Murray
parent
93d909c877
commit
c3a24fe88f
@@ -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)
|
||||
|
Reference in New Issue
Block a user