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