Connection lost
Trying to reconnect…
Server didn't respond
Recovering…
MongoDB operations
v0.1.4Replica-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.
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
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-
sh.getBalancerState()
-
buildInfo
-
db.getCollectionNames()
-
db.<coll>.stats()
-
db.runCommand({compact:"<coll>"})
-
connPoolStats
-
db.currentOp()
-
listDatabases
-
db.stats()
-
db.<coll>.dropIndex("<name>")
-
explain a find()
-
getParameter '*'
-
hostInfo
-
$indexStats aggregation
-
db.killOp(opid)
-
Oplog size + window
-
db.getProfilingStatus()
-
rs.conf()
-
rs.status()
-
rs.stepDown(<seconds>)
-
db.serverStatus()
-
sh.status()
-
db.adminCommand({top:1})