Files
html/api/wired-pending/intent-opus4-top_procs_script.php
opus 1e000c42ca
Some checks failed
WEVAL NonReg / nonreg (push) Has been cancelled
auto-sync via WEVIA git_sync_all intent 2026-04-20T01:41:40+02:00
2026-04-20 01:41:41 +02:00

15 lines
358 B
PHP

<?php
return array (
'name' => 'top_procs_script',
'triggers' =>
array (
0 => 'top processes live',
1 => 'qui consomme cpu',
2 => 'top cpu processes',
),
'cmd' => 'bash /var/www/html/api/v76-scripts/top-processes.sh',
'status' => 'EXECUTED',
'created_at' => '2026-04-19T16:10:55+00:00',
'source' => 'opus4-autowire-early-v2',
);