librenms/html/pages/device/graphs/hrusers.inc.php
2015-07-11 16:12:35 +02:00

9 lines
207 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';
}