mirror of https://github.com/tteck/Proxmox.git
Update README.md
This commit is contained in:
parent
20e8525887
commit
b4b3711e36
20
README.md
20
README.md
|
@ -636,11 +636,11 @@ ________________________________________________________________________________
|
||||||
</details>
|
</details>
|
||||||
|
|
||||||
<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>
|
<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.
|
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.
|
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
|
Run in the LXC console
|
||||||
```yaml
|
```yaml
|
||||||
|
|
Loading…
Reference in New Issue