Add cron ping error response to status notice

[MAILPOET-2290]
This commit is contained in:
Rostislav Wolny
2019-08-21 13:43:06 +02:00
committed by M. Shull
parent 89ed90dddb
commit 23f785bf62
2 changed files with 7 additions and 3 deletions

View File

@ -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()) ?