docs(inputs.powerdns): Document additonal permissions (#14256)
This commit is contained in:
parent
364628ec98
commit
d4449b6faf
|
|
@ -25,15 +25,16 @@ See the [CONFIGURATION.md][CONFIGURATION.md] for more details.
|
|||
|
||||
### Permissions
|
||||
|
||||
Telegraf will need read access to the powerdns control socket.
|
||||
|
||||
On many systems this can be accomplished by adding the `telegraf` user to the
|
||||
`pdns` group:
|
||||
Telegraf will need access to the powerdns control socket. On many systems this
|
||||
can be accomplished by adding the `telegraf` user to the `pdns` group:
|
||||
|
||||
```sh
|
||||
usermod telegraf -a -G pdns
|
||||
```
|
||||
|
||||
Additionally, telegraf may need additional permissions. Look at the
|
||||
`socket-mode` PowerDNS option to set permissions on the socket.
|
||||
|
||||
## Metrics
|
||||
|
||||
- powerdns
|
||||
|
|
|
|||
Loading…
Reference in New Issue