diff --git a/README.md b/README.md index 97abec23..1d86ebe2 100644 --- a/README.md +++ b/README.md @@ -636,11 +636,11 @@ ________________________________________________________________________________
- 🔸InfluxDB LXC + 🔸InfluxDB/Telegraf LXC

-

InfluxDB LXC Container

+

InfluxDB/Telegraf LXC Container

To create a new Proxmox InfluxDB LXC Container, run the following in the Proxmox Shell. @@ -652,7 +652,21 @@ bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/ct/i After the script completes, If you're dissatisfied with the default settings, click on the LXC, then on the **_Resources_** tab and change the settings to what you desire. Changes are immediate. -⚙️ **To Update InfluxDB** +⚙️ **InfluxDB Configuration** + +Run in the LXC console +```yaml +nano /etc/influxdb/influxdb.conf +``` + +⚙️ **Telegraf Configuration** + +Run in the LXC console +```yaml +nano /etc/telegraf/telegraf.conf +``` + +⚙️ **To Update InfluxDB/Telegraf** Run in the LXC console ```yaml