17 lines
619 B
PHP
17 lines
619 B
PHP
<?php
|
|
return array(
|
|
'name' => 'github_pat_status',
|
|
'triggers' => array(
|
|
0 => 'github pat status',
|
|
1 => 'github pat',
|
|
2 => 'pat status',
|
|
3 => 'github token',
|
|
4 => 'git remote status',
|
|
),
|
|
'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("github",{})))\'',
|
|
'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',
|
|
);
|