munin: dnsmasq: Plugin Vars ergänzt (#304)
Co-authored-by: Michael Grote <michael.grote@posteo.de> Reviewed-on: mg/ansible#304 Co-authored-by: mg <michael.grote@posteo.de> Co-committed-by: mg <michael.grote@posteo.de>
This commit is contained in:
parent
7fe56a5bc8
commit
9dfcae6a2e
1 changed files with 5 additions and 1 deletions
|
@ -44,12 +44,16 @@
|
|||
user root
|
||||
- name: dnsmasq
|
||||
src: https://git.mgrote.net/mg/munin-plugins/raw/branch/master/extern/dnsmasq
|
||||
config: |
|
||||
[dnsmasq]
|
||||
env.logfile {{ dnsmasq_logfile }}
|
||||
user root
|
||||
### mgrote.dnsmasq
|
||||
# Welche DNS-Server soll dnsmasq anfragen?
|
||||
dnsmasq_resolver:
|
||||
- 9.9.9.9
|
||||
- 1.1.1.1
|
||||
dnsmasq_log_queries: true
|
||||
dnsmasq_log_queries: true # has to be true for munin
|
||||
dnsmasq_logfile: /var/log/dnsmasq.log
|
||||
dnsmasq_blocklists:
|
||||
- name: sysctl.org
|
||||
|
|
Loading…
Reference in a new issue