mirror of
https://github.com/tteck/Proxmox.git
synced 2025-02-15 06:09:15 +01:00
Update README.md
This commit is contained in:
parent
351b07c6f0
commit
b9a8189b56
1 changed files with 37 additions and 0 deletions
37
README.md
37
README.md
|
@ -1187,6 +1187,43 @@ ________________________________________________________________________________
|
||||||
|
|
||||||
</details>
|
</details>
|
||||||
|
|
||||||
|
<details>
|
||||||
|
<summary markdown="span"> InfluxDB2</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"> InfluxDB2 LXC </h1>
|
||||||
|
|
||||||
|
[InfluxDB2](https://www.influxdata.com/) is an open-source time series database developed by the company InfluxData.
|
||||||
|
|
||||||
|
To create a new Proxmox InfluxDB2 LXC, run the following in the Proxmox Shell.
|
||||||
|
|
||||||
|
```yaml
|
||||||
|
bash -c "$(wget -qLO - https://github.com/tteck/Proxmox/raw/main/ct/influxdb2.sh)"
|
||||||
|
```
|
||||||
|
|
||||||
|
<h3 align="center" id="heading">⚡ Default Settings: 2GB RAM - 8GB Storage - 2vCPU ⚡</h3>
|
||||||
|
|
||||||
|
**InfluxDB2 Interface - IP:8086**
|
||||||
|
|
||||||
|
⚙️ **InfluxDB2 Configuration**
|
||||||
|
|
||||||
|
Run in the LXC console
|
||||||
|
```yaml
|
||||||
|
nano /etc/influxdb/influxdb.conf
|
||||||
|
```
|
||||||
|
|
||||||
|
⚙️ **To Update InfluxDB2**
|
||||||
|
|
||||||
|
Run in the LXC console
|
||||||
|
```yaml
|
||||||
|
apt update && apt upgrade -y
|
||||||
|
```
|
||||||
|
|
||||||
|
____________________________________________________________________________________________
|
||||||
|
|
||||||
|
</details>
|
||||||
|
|
||||||
<details>
|
<details>
|
||||||
<summary markdown="span"> Grafana LXC </summary>
|
<summary markdown="span"> Grafana LXC </summary>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue