17 lines
598 B
PHP
17 lines
598 B
PHP
<?php
|
|
return array(
|
|
'name' => 'cpu_load_status',
|
|
'triggers' => array(
|
|
0 => 'cpu load',
|
|
1 => 'load average',
|
|
2 => 'cpu status',
|
|
3 => 'load status',
|
|
4 => 'cpu usage',
|
|
),
|
|
'cmd' => 'curl -sk --max-time 5 https://weval-consulting.com/api/agent-health-global.php 2>/dev/null | python3 -c \'import json,sys; print(json.dumps(json.load(sys.stdin).get("cpu",{})))\'',
|
|
'status' => 'EXECUTED',
|
|
'created_at' => '2026-04-19T23:00:00+00:00',
|
|
'source' => 'opus-wire-v48-deep-scan-9-intents',
|
|
'description' => 'V48 deep health scan - SSL+memory+CPU+Qdrant+GitHub PAT+nginx',
|
|
);
|