downtimes)): ?> downtimes as $downtime) { $row = array(); if ($downtime->downtime_is_in_effect === '1') { $row[] = 'Running
since '. $this->timeSince($downtime->downtime_actual_start_time); } else { if ($downtime->downtime_is_fixed) { $row[] = 'Scheduled
for '. $downtime->downtime_scheduled_start_time; } else { $row[] = 'Waiting'; } } $row[] = sprintf( 'Triggered by %s: %s', $downtime->downtime_author_name, $downtime->downtime_comment_data ); $row[] = ''; $list[] = ''. implode('', $row). ''; } ?>
$this->object->host_name, 'service' => $this->object->service_description ); $scheduleDowntimeHref = $this->href('monitoring/command/scheduleDowntime', $scheduleDowntimeData); ?>
Downtimes

object->downtimes)): ?> object->downtimes as $downtime): ?>
No Downtimes
downtime_is_in_effect === '1'): ?> Running since timeSince($downtime->downtime_actual_start_time); ?> downtime_is_fixed): ?> Scheduled for downtime_scheduled_start_time; ?> Waiting Triggered by downtime_author_name; ?>
downtime_comment_data; ?>