MongoDB operations

v0.1.4

Replica-set + shard-cluster introspection, slow-query identification, collection stats, plus remediation surface (killOp, replSet stepDown, collection compact, dropIndex). Authenticates via MONGO_URI env var on the runner host.

Pack ID
mongodb
Vendor
emisar
OS
linux
Actions
23
Required binaries: mongosh. 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:c656aacbb884aa8c938feec85c56846b42db16a948d84157c065bfb9bc075882

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

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

Actions 23 total

View on GitHub