Add PowerDNS Recursor docs to Agent-Setup.md

This commit is contained in:
Tony Murray
2016-07-24 22:20:43 -05:00
parent 52d5e82379
commit ab8452e7f8

View File

@@ -133,3 +133,15 @@ location /nginx-status {
} }
``` ```
### PowerDNS Recursor
A recursive DNS sever: https://www.powerdns.com/recursor.html
#### Direct Connection
The LibreNMS polling host must be able to connect to port 8082 on the monitored device.
The web-server must be enabled, see the Recursor docs: https://doc.powerdns.com/md/recursor/settings/#webserver
There is currently no way to specify a custom port or password.
#### Agent
Copy powerdns-recursor to the `/usr/lib/check_mk_agent/local` directory.
The user check_mk is running as must be able to run `rec_control get-all`