mirror of
https://github.com/bsmithio/OPNsense-Dashboard.git
synced 2026-06-14 12:21:26 +00:00
Update configure.md
Small changes in sudoers Defaults for PFIGW - removed unneeded string escapes
This commit is contained in:
parent
e8468e5093
commit
235392c479
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue