13 lines
370 B
PHP
13 lines
370 B
PHP
<?php
|
|
return array (
|
|
'name' => 'incident_kill_orphan_node',
|
|
'triggers' =>
|
|
array (
|
|
0 => 'confirm kill orphan paperclip node yanis',
|
|
),
|
|
'cmd' => 'curl -s http://localhost/api/incident-remediation.php?action=kill-orphan-paperclip-postgres',
|
|
'status' => 'EXECUTED',
|
|
'created_at' => '2026-04-20T20:55:53+00:00',
|
|
'source' => 'opus4-autowire-early-v2',
|
|
);
|