diff --git a/modules/monitoring/application/views/scripts/show/components/checkstatistics.phtml b/modules/monitoring/application/views/scripts/show/components/checkstatistics.phtml index b69e0af0f..ee4c6bc1d 100644 --- a/modules/monitoring/application/views/scripts/show/components/checkstatistics.phtml +++ b/modules/monitoring/application/views/scripts/show/components/checkstatistics.phtml @@ -6,12 +6,15 @@ $activeChecksEnabled = (bool) $object->active_checks_enabled; translate('Last check') : $this->translate('Last update') ?> - - state !== 99) { - echo $this->timeAgo($object->last_check); - } ?> + + state !== 99) { + echo $this->timeAgo($object->last_check); + } ?> + next_update < time()) { + echo $this->icon('circle', $this->translate('Check result is late'), array('class' => 'fg-color-critical')); + } ?>