Document using posix acl in disk input

This commit is contained in:
Daniel Nelson 2018-12-20 12:12:25 -08:00
parent 5027a516c7
commit ce8ec24100
No known key found for this signature in database
GPG Key ID: CAAD59C9444F6155
1 changed files with 5 additions and 0 deletions

View File

@ -59,6 +59,11 @@ $ sudo -u telegraf cat /proc/self/mounts | grep sda2
$ sudo -u telegraf stat /home
```
It may be desired to use POSIX ACLs to provide additional access:
```
sudo setfacl -R -m u:telegraf:X /var/lib/docker/volumes/
```
### Example Output:
```