librenms/html/pages/device/graphs/system/wireless.inc.php
2010-07-21 22:28:50 +00:00

10 lines
254 B
PHP

<?php
if(is_file($config['rrd_dir'] . "/" . $device['hostname'] ."/wificlients-radio1.rrd")) {
$graph_title = "Wireless clients";
$graph_type = "device_wificlients";
include ("includes/print-device-graph.php");
}
?>