Command Governance
Command Templates
| Name | Category | Pattern | Approval | Timeout | Agents | Status |
|---|---|---|---|---|---|---|
Backup Database |
backup |
cp /opt/exprezoe/shared/data/agents.db /opt/exprezoe/backups/agents-$(date +%Y%m%d-%H%M%S).db |
30 | P S |
Active |
|
Docker Status |
docker |
docker ps --format 'table {{.Names}}\t{{.Status}}\t{{.Ports}}' |
30 | P V S |
Active |
|
Git Pull |
git |
cd {path} && git pull |
60 | P S |
Active |
|
System Status |
monitoring |
uptime && df -h / && free -m |
30 | P V S |
Active |
|
View Logs |
monitoring |
journalctl -u {service} --no-pager -n 50 |
30 | P V S |
Active |
|
Service Restart |
system |
sudo systemctl restart {service} |
60 | P S |
Active |
|
Template Assignment Matrix
| Template | P
Prudence | V
Valor | S
Sentinel | V
Virtuous |
|---|---|---|---|---|
Backup Database | ||||
Docker Status | ||||
Git Pull | ||||
System Status | ||||
View Logs | ||||
Service Restart |