Add cron ping error response to status notice
[MAILPOET-2290]
This commit is contained in:
committed by
M. Shull
parent
89ed90dddb
commit
23f785bf62
@ -32,6 +32,7 @@ class Help {
|
||||
'cron' => [
|
||||
'url' => CronHelper::getCronUrl(CronDaemon::ACTION_PING),
|
||||
'isReachable' => CronHelper::validatePingResponse($cron_ping_response),
|
||||
'pingResponse' => $cron_ping_response,
|
||||
],
|
||||
'mss' => [
|
||||
'enabled' => (Bridge::isMPSendingServiceEnabled()) ?
|
||||
|
Reference in New Issue
Block a user