Prometheus LXC Install Script

Prometheus is widely used to monitor the performance and health of various infrastructure components and applications, and trigger alerts based on predefined rules. It has a multi-dimensional data model and supports various data sources and exporters, making it an extremely flexible and scalable monitoring solution.

To create a new Proxmox VE Prometheus LXC, run the command below in the Proxmox VE Shell.

bash -c "$(wget -qLO - https://github.com/tteck/Proxmox/raw/main/ct/prometheus.sh)"

Default Settings: 2GB RAM - 4GB Storage - 1vCPU

Prometheus Interface: IP:9090

1 Like