Skip to main content

Prometheus operations

v0.1.9

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.

12 allowed by default 2 need approval
Pack ID
prometheus
Vendor
emisar
OS
linux
Actions
14
Required binaries. Install these on the host before relying on the pack — an action that calls a missing one fails at run time.
curl

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:a78f6ba4c60920ec31db1558fa7091e5d98e019d376adc0bd9a5c867d8566951

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

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

Actions 14 total

View on GitHub