Update README.md

This commit is contained in:
tteckster 2022-03-03 07:47:05 -05:00 committed by GitHub
parent 20e8525887
commit b4b3711e36
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 17 additions and 3 deletions

View File

@ -636,11 +636,11 @@ ________________________________________________________________________________
</details>
<details>
<summary markdown="span"> 🔸InfluxDB LXC </summary>
<summary markdown="span"> 🔸InfluxDB/Telegraf LXC </summary>
<p align="center"><img src="https://external-content.duckduckgo.com/iu/?u=https%3A%2F%2Fwww.hopisystems.com%2Fassets%2Fimages%2Fintegrations%2Finfluxdb.png&f=1&nofb=1" height="150"/></p>
<h1 align="center" id="heading"> InfluxDB LXC Container </h1>
<h1 align="center" id="heading"> InfluxDB/Telegraf LXC Container </h1>
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