ABOUT
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.
INSTALL
Approved local installer
DefaultDebian 13
Approved locally1 CPU2048 MB RAM4 GB disk
Config path/etc/prometheus/prometheus.yml
Run this command in the Proxmox VE shell. It downloads the immutable approved file, verifies SHA-256, and only then executes it.
( url='https://scripts.francoisvw.com/snapshots/c19711ea1b2526bec67e34be948114e255b5a811/ct/prometheus.sh'; sha='413d348f0f8230941a77b74fc3443ab6568f4c6f3196fb89257499607b8d3200'; tmp="$(mktemp)" || exit; curl -fsSL "$url" -o "$tmp" && printf '%s %s\n' "$sha" "$tmp" | sha256sum -c - && bash "$tmp"; rc=$?; rm -f "$tmp"; exit "$rc" )
View approved source ↗Path ct/prometheus.shSHA-256 413d348f0f8230941a77b74fc3443ab6568f4c6f3196fb89257499607b8d3200 alpineAlpine 3.24
Approved locally1 CPU256 MB RAM1 GB disk
Config path/etc/prometheus/prometheus.yml
Run this command in the Proxmox VE shell. It downloads the immutable approved file, verifies SHA-256, and only then executes it.
( url='https://scripts.francoisvw.com/snapshots/c19711ea1b2526bec67e34be948114e255b5a811/ct/alpine-prometheus.sh'; sha='6f39336c4d20a54b7e1949efa16b0c077aab9c39bf4264c7c72a002bc5a228c5'; tmp="$(mktemp)" || exit; curl -fsSL "$url" -o "$tmp" && printf '%s %s\n' "$sha" "$tmp" | sha256sum -c - && bash "$tmp"; rc=$?; rm -f "$tmp"; exit "$rc" )
View approved source ↗Path ct/alpine-prometheus.shSHA-256 6f39336c4d20a54b7e1949efa16b0c077aab9c39bf4264c7c72a002bc5a228c5 LOCAL CHANGE REVIEW
Approved vs latest fetched source
Sign in with a passkey to inspect pending source changes. Approved content remains public.