mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Add PowerDNS Recursor docs to Agent-Setup.md
This commit is contained in:
@@ -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`
|
||||||
|
Reference in New Issue
Block a user