Update README.md

This commit is contained in:
tteckster 2022-06-30 07:32:22 -04:00 committed by GitHub
parent 026d8798b4
commit 509abf8c93
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 29 additions and 0 deletions

View File

@ -880,6 +880,35 @@ ________________________________________________________________________________
</details>
<details>
<summary markdown="span"> 🔸Prometheus LXC </summary>
<p align="center"><img src="https://github.com/tteck/Proxmox/blob/main/misc/images/prome.png?raw=true" height="100"/></p>
<h1 align="center" id="heading"> Prometheus LXC </h1>
[Prometheus](https://prometheus.io/) is an open-source systems monitoring and alerting toolkit
To create a new Proxmox Prometheus LXC, run the following in the Proxmox Shell.
```yaml
bash -c "$(wget -qLO - https://github.com/tteck/Proxmox/raw/main/ct/prometheus-v3.sh)"
```
<h3 align="center" id="heading">⚡ Default Settings: 12GB RAM - 4GB Storage - 1vCPU ⚡</h3>
**Prometheus Interface - IP:9090**
⚙️ **To Update Prometheus**
```yaml
Working On
```
____________________________________________________________________________________________
</details>
<details>
<summary markdown="span"> InfluxDB/Telegraf LXC </summary>