Added last-check on services

This commit is contained in:
f0o
2016-02-22 08:38:51 +00:00
parent 4248617e8a
commit dcbe31fe6b
2 changed files with 6 additions and 2 deletions
+1
View File
@@ -70,6 +70,7 @@ echo '<div class="table-responsive">
<th>Changed</th>
<th>Message</th>
<th>Description</th>
<th>Last Check</th>
</tr>';
if ($_SESSION['userlevel'] >= '5') {
$host_sql = 'SELECT * FROM devices AS D, services AS S WHERE D.device_id = S.device_id GROUP BY D.hostname ORDER BY D.hostname';