2014-04-09 19:13:46 +02:00
|
|
|
<?php
|
|
|
|
$objectName = $this->is_service ? 'Services' : 'Hosts';
|
|
|
|
?>
|
2013-10-23 12:58:15 +02:00
|
|
|
|
2014-04-09 19:13:46 +02:00
|
|
|
<tr class="newsection">
|
|
|
|
<th>
|
2014-04-16 19:43:56 +02:00
|
|
|
<?= count($comments) ?> Comments
|
2014-04-09 19:13:46 +02:00
|
|
|
</th>
|
|
|
|
<td>
|
|
|
|
<a
|
|
|
|
href="<?= $this->href('monitoring/command/removecomment', $this->target); ?>"
|
2014-04-16 19:43:56 +02:00
|
|
|
>
|
2014-04-09 19:13:46 +02:00
|
|
|
<?= $this->icon('remove_petrol.png') ?> Remove Comments
|
|
|
|
</a> <br >
|
|
|
|
<a
|
|
|
|
href="<?= $this->href('monitoring/command/delaynotifications', $this->target); ?>"
|
|
|
|
>
|
|
|
|
<?= $this->icon('notification_disabled_petrol.png') ?> Delay Notifications
|
|
|
|
</a> <br >
|
|
|
|
<a
|
|
|
|
title="Acknowledge all problems on the selected hosts or services"
|
|
|
|
href="<?= $this->href('monitoring/command/acknowledgeproblem', $this->target); ?>"
|
|
|
|
>
|
|
|
|
<?= $this->icon('acknowledgement_petrol.png') ?> Acknowledge
|
|
|
|
</a>
|
|
|
|
</td>
|
2014-04-16 19:43:56 +02:00
|
|
|
<td>Change <a href=" <?= $this->href(
|
|
|
|
'monitoring/list/comments',
|
|
|
|
array('comment_id' => implode(',', $this->comments))
|
|
|
|
);
|
|
|
|
?>"> <?= count($comments) ?> </a> comments.
|
|
|
|
</td>
|
2014-04-09 19:13:46 +02:00
|
|
|
</tr>
|