From b4b3711e36134f63442c56b7e822901a9ac4af2d Mon Sep 17 00:00:00 2001 From: tteckster Date: Thu, 3 Mar 2022 07:47:05 -0500 Subject: [PATCH] Update README.md --- README.md | 20 +++++++++++++++++--- 1 file changed, 17 insertions(+), 3 deletions(-) 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