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 |
Active |
|
Docker Status |
docker |
docker ps --format 'table {{.Names}}\t{{.Status}}\t{{.Ports}}' |
30 | P V |
Active |
|
Git Pull |
git |
cd {path} && git pull |
60 | P |
Active |
|
System Status |
monitoring |
uptime && df -h / && free -m |
30 | P V |
Active |
|
View Logs |
monitoring |
journalctl -u {service} --no-pager -n 50 |
30 | P V |
Active |
|
Service Restart |
system |
sudo systemctl restart {service} |
60 | P |
Active |
|
Template Assignment Matrix
| Template | P
Prudence | V
Valor | V
Virtuous |
|---|---|---|---|
Backup Database | |||
Docker Status | |||
Git Pull | |||
System Status | |||
View Logs | |||
Service Restart |