Post

Prometheus

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.

Prometheus

Installation

Default install:

1
bash -c "$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/main/ct/prometheus.sh)"
CPU: 1 cores RAM: 2048 MB Disk: 4 GB OS: Debian 13

Alpine install:

1
bash -c "$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/main/ct/alpine-prometheus.sh)"
CPU: 1 cores RAM: 256 MB Disk: 1 GB OS: Alpine 3.23

Configuration

Config file:

1
/etc/prometheus/prometheus.yml

Web Interface

Port: 9090

This post is licensed under CC BY 4.0 by the author.