mirror of
https://github.com/bsmithio/OPNsense-Dashboard.git
synced 2026-06-14 12:21:26 +00:00
Add minor additions
This commit is contained in:
parent
40b7fdeb47
commit
20da18e2ad
1 changed files with 3 additions and 0 deletions
|
|
@ -112,6 +112,9 @@ printf 'Defaults\!PFIFGW \!log_allowed\n' | sudo tee -a /usr/local/etc/sudoers >
|
|||
Add the [custom.conf](./config/custom.conf) telegraf config to /usr/local/etc/telegraf.d
|
||||
|
||||
```
|
||||
sudo mkdir /usr/local/etc/telegraf.d
|
||||
sudo chown telegraf:telegraf /usr/local/etc/telegraf.d
|
||||
sudo chmod 750 /usr/local/etc/telegraf.d
|
||||
sudo curl https://raw.githubusercontent.com/bsmithio/OPNsense-Dashboard/master/config/custom.conf -o /usr/local/etc/telegraf.d/custom.conf
|
||||
```
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue