Update configure.md

Small changes in sudoers Defaults for PFIGW - removed unneeded string escapes
This commit is contained in:
Alex Andrascu 2022-08-26 20:24:11 +01:00 committed by GitHub
parent e8468e5093
commit 235392c479
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -106,7 +106,7 @@ You may also wish to disable sudo logging for telegraf_pfifgw.php, otherwise you
```
printf 'Cmnd_Alias PFIFGW = /usr/local/bin/telegraf_pfifgw.php\n' | sudo tee -a /usr/local/etc/sudoers > /dev/null
printf 'Defaults\!PFIFGW \!log_allowed\n' | sudo tee -a /usr/local/etc/sudoers > /dev/null
printf 'Defaults!PFIFGW !log_allowed\n' | sudo tee -a /usr/local/etc/sudoers > /dev/null
```
Add the [custom.conf](./config/custom.conf) telegraf config to /usr/local/etc/telegraf.d