librenms/html/pages/health/dbm.inc.php
Adam Amstrong 8cf5ae5c75 dirty bitch moron files
git-svn-id: http://www.observium.org/svn/observer/trunk@2780 61d68cd4-352d-0410-923a-c4978735b2b8
2011-12-14 10:54:35 +00:00

10 lines
112 B
PHP

<?php
$graph_type = "sensor_dbm";
$class = "dbm";
$unit = "dBm";
include("pages/health/sensors.inc.php");
?>