Skip to main content

CockroachDB

v0.1.2

Investigate a CockroachDB cluster over the `cockroach` CLI — node liveness / store capacity, under-replicated & unavailable ranges, running queries / sessions / transactions, contention & locks, jobs, statement statistics, table sizes, and cluster settings — plus a few gated operators (cancel a query / session / job, pause / resume a job, decommission / recommission a node). Reads are SQL against crdb_internal / SHOW statements; mutators use SQL or `cockroach node`.

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

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:3e35471ca174a81481cf72251d04e60a8dc2006415d5413198d3d811dcce1959

on the runner host
sudo emisar pack install cockroach \
  --hash sha256:3e35471ca174a81481cf72251d04e60a8dc2006415d5413198d3d811dcce1959 \
  --dest /etc/emisar/packs

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

Actions 26 total

View on GitHub