BigHugger
sk Skill · AIops-tools

queue-aiops

Use this skill whenever the user needs to operate a redis cache or a rabbitmq broker — a one-shot overview, redis memory posture (used vs maxmemory, eviction policy, fragmentation), SLOWLOG and a SCAN-budgeted big-key sample (never KEYS *), connected clients, CONFIG get/set, rabbitmq queues with backlog depth, connections/channels, policies and node watermark alarms, four flagship RCAs (redis memory pressure, redis…

installs 8w
0
30-day movement
starts with the next reading
Related entries
1
Connections
1
Pythonbashqueuegovernancemcpaiops
Host repository
AIops-tools/Queue-AIops
Allowed tools
Bash
Compatible with
Standalone, self-governed broker operations across redis (RESP wire protocol via the redis Python client, password optional — auth-less lab instances are supported — TLS optional) and rabbitmq (management HTTP API /api/..., HTTP Basic auth with a monitoring/management-tagged user). Each target in the config names its own platform, and a name-keyed platform registry selects the protocol shape, so one config can span a mixed estate. The governance harness (audit, policy, token/runaway budget, undo, purge is irreversible (priorState = the message count about to be destroyed), set_policy, delete_policy
Licence
MIT
Host language
Python