Grafana

v0.1.5

Grafana admin-API ops — datasource health, dashboard listings, alert state, user list, version, settings. Read-only. Auth via GRAFANA_URL + GRAFANA_TOKEN env vars on the runner host.

Pack ID
grafana
Vendor
emisar
OS
linux
Actions
10
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:6ede782d245977e70388f5dda2af0f7e6ca95940d01a4f8dd126ade6d6315c39

on the runner host
sudo emisar pack install grafana \
  --hash sha256:6ede782d245977e70388f5dda2af0f7e6ca95940d01a4f8dd126ade6d6315c39 \
  --dest /etc/emisar/packs

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

Actions 10 total

View on GitHub