mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-12 16:06:25 +02:00
9 lines
207 B
PHP
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';
|
|
}
|