diff --git a/modules/monitoring/application/views/scripts/show/components/checkstatistics.phtml b/modules/monitoring/application/views/scripts/show/components/checkstatistics.phtml index 415b66b76..c2338749c 100644 --- a/modules/monitoring/application/views/scripts/show/components/checkstatistics.phtml +++ b/modules/monitoring/application/views/scripts/show/components/checkstatistics.phtml @@ -55,7 +55,9 @@ if ($object->getType() === $object::TYPE_HOST) { ); } } ?> - = $this->timeUntil($object->next_check) ?> + state !== 99) { + echo $this->timeUntil($object->next_check); + } ?>