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
|
### Permissions
|
||||||
|
|
||||||
Telegraf will need read access to the powerdns control socket.
|
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:
|
||||||
On many systems this can be accomplished by adding the `telegraf` user to the
|
|
||||||
`pdns` group:
|
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
usermod telegraf -a -G pdns
|
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
|
## Metrics
|
||||||
|
|
||||||
- powerdns
|
- powerdns
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue