Files
html/api/wired-pending/intent-opus4-ACTIVATED-disk_biggest_dirs.php
Opus 1a91e34885
Some checks failed
WEVAL NonReg / nonreg (push) Has been cancelled
auto-sync via WEVIA git_sync_all intent 2026-04-23T23:27:22+02:00
2026-04-23 23:27:22 +02:00

16 lines
447 B
PHP

<?php
return array (
'name' => 'disk_biggest_dirs',
'triggers' =>
array (
0 => 'top dossiers disque',
1 => 'plus gros dossiers',
2 => 'biggest folders',
3 => 'disk usage top',
),
'cmd' => 'du -sh /opt/gitea /opt/wevads/vault /opt/weval-l99 /opt/fmgapp /var/www/html 2>/dev/null | sort -rh | head -10',
'status' => 'ACTIVATED',
'created_at' => '2026-04-23T21:20:51+00:00',
'source' => 'opus4-autowire-early-v2',
);