Merge pull request #3869 from murrant/app-pdns-recursor

New App: Powerdns Recursor
This commit is contained in:
Neil Lathwood
2016-07-26 20:51:19 +01:00
committed by GitHub
12 changed files with 612 additions and 10 deletions

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`