mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-14 12:30:49 +08:00
alarm email add human time
This commit is contained in:
@@ -9,5 +9,5 @@ return [
|
||||
'disable_user_parked' => '定時封禁已掛起的非活躍賬號.',
|
||||
'destroy_disabled_account' => '定時物理刪除已封禁賬號',
|
||||
'alarm_email_subject' => '[:site_name]後臺清理任務異常',
|
||||
'alarm_email_body' => '當前時間::now_time, 級別 :level 上次運行時間是::last_time,已經超過::elapsed_seconds 秒沒有運行,設置的運行間隔是::interval 秒,請檢查!',
|
||||
'alarm_email_body' => '當前時間::now_time, 級別 :level 上次運行時間是::last_time,已經超過::elapsed_seconds 秒(:elapsed_seconds_human)沒有運行,設置的運行間隔是::interval 秒(:interval_human),請檢查!',
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user