';
}
else {
$data[8] = '';
}
$data[8] .= print_timestamp ($module["utimestamp"], true);
$data[8] .= '';
array_push ($table->data, $data);
$rowIndex++;
}
if (empty ($table->data)) {
echo ''.__('This agent doesn\'t have any active monitors').'
';
}
else {
echo "".__('Full list of monitors')."
";
print_table ($table);
}
unset ($table);
unset ($table_data);
?>