22 lines
721 B
PHP
22 lines
721 B
PHP
<?php
|
|
// OPUS5 PROMOTED 2026-04-19T16:02:56+00:00
|
|
return array (
|
|
'name' => 'diskmonitor',
|
|
'triggers' =>
|
|
array (
|
|
0 => 'diskmonitor',
|
|
1 => 'diskmonitor',
|
|
2 => 'agent diskmonitor',
|
|
3 => 'invoque diskmonitor',
|
|
),
|
|
'cmd' => 'echo {"agent":"DiskMonitor","slug":"diskmonitor","status":"registered","ts":"\\$(date -Iseconds)"}',
|
|
'status' => 'EXECUTED',
|
|
'created_at' => '2026-04-19T17:50:00+00:00',
|
|
'source' => 'opus-wire-v26-b2-truth-registry',
|
|
'description' => 'DiskMonitor agent (cron ) from truth registry',
|
|
'role' => 'cron',
|
|
'executed_at' => '2026-04-19T16:02:56+00:00',
|
|
'out_preview' => '{agent:DiskMonitor,slug:diskmonitor,status:registered,ts:$(date -Iseconds)}',
|
|
'ms' => 3.0,
|
|
);
|