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

6 lines
152 B
PHP

<?php
$graph_title = "Processor Utilisation";
$graph_type = "device_cpu";
include ("includes/print-device-graph.php");
?>