librenms/html/pages/device/graphs/hrprocesses.inc.php

6 lines
177 B
PHP

<?php
echo("<div class=graphhead>Running Processes</div>");
$graph_type = "device_hrprocesses"; include ("includes/print-device-graph.php");
echo("<br />");
?>