Prometheus operations

v0.1.7

Server status, target health, alertmanager linkage, instant + range queries, rule listing, TSDB stats, plus admin-API actions for remediation: reload config, take snapshot, clean tombstones, delete series. Admin endpoints require --web.enable-admin-api + --web.enable-lifecycle.

Pack ID
prometheus
Vendor
emisar
OS
linux
Actions
14
Required binaries: curl. Actions that call a missing binary fail at run time — install these on the host before relying on the pack.

Install

emisar pack install validates the pack and verifies its content hash before copying it into /etc/emisar/packs. The --hash below pins the install to the exact bytes on this page — a tampered copy is rejected. After install, reload the runner; it re-reads the catalog and advertises every action.

content hash: sha256:5a117491ccc356adf43562f644d763bf7ebf4fe98901496810fb3fb5b66fa118

on the runner host
sudo emisar pack install prometheus \
  --hash sha256:5a117491ccc356adf43562f644d763bf7ebf4fe98901496810fb3fb5b66fa118 \
  --dest /etc/emisar/packs

# Reload so the runner re-reads the catalog:
sudo systemctl reload emisar

Actions 14 total

View on GitHub