Files
librenms-librenms/html/pages/device/graphs/hrprocesses.inc.php
T
2010-02-08 00:36:28 +00:00

6 lines
141 B
PHP

<?php
$graph_title = "Running Processes";
$graph_type = "device_hrprocesses";
include ("includes/print-device-graph.php");
?>