librenms/html/includes/graphs/collectd_cpu.inc.php
2009-09-22 12:02:54 +00:00

11 lines
216 B
PHP

<?php
$cpu = only_alphanumeric($_GET['cpu']);
$dir = $config['collectd_dir'] . "/" . $hostname ."/cpu-" . $cpu;
$graph = graph_collectd_cpu ($dir, $graphfile, $from, $to, $width, $height, $title, $vertical);
?>