Skip to content

Commit

Permalink
docs(inputs.powerdns): Document additonal permissions (influxdata#14256)
Browse files Browse the repository at this point in the history
  • Loading branch information
powersj authored Nov 8, 2023
1 parent 364628e commit d4449b6
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions plugins/inputs/powerdns/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d4449b6

Please sign in to comment.