From 93ba67c84aa659ed3507d7cf10c7254fbef55428 Mon Sep 17 00:00:00 2001 From: Viktor Barzin Date: Wed, 10 Jun 2026 21:29:17 +0000 Subject: [PATCH] devvm: install prometheus-node-exporter (was never installed) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The monitoring stack now scrapes devvm (job 'devvm') for the t3 drop attribution work, but the box had no node_exporter at all — installed via apt and persisted here so reprovisioning keeps it. --- scripts/workstation/packages.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/scripts/workstation/packages.txt b/scripts/workstation/packages.txt index 9c419569..c1f89359 100644 --- a/scripts/workstation/packages.txt +++ b/scripts/workstation/packages.txt @@ -34,3 +34,7 @@ shellcheck # kubelogin (kubectl oidc-login) -> `kubectl krew install oidc-login` or int128/kubelogin release. # NOTE: the apt package literally named "kubelogin" is the AZURE # tool, NOT the OIDC one we need -- do not apt-install it. + +# Scraped by Prometheus job `devvm` (stacks/monitoring) — pressure/swap/load +# history for t3 drop attribution (docs/runbooks/t3-drop-attribution.md). +prometheus-node-exporter