Files
librenms-librenms/html/pages/device/graphs/hrusers.inc.php
T
2011-03-16 23:10:10 +00:00

10 lines
208 B
PHP

<?php
if (is_file($config['rrd_dir'] . "/" . $device['hostname'] ."/hrSystem.rrd"))
{
$graph_title = "Users Logged On";
$graph_type = "device_hrusers";
include("includes/print-device-graph.php");
}
?>