librenms/html/pages/health/dbm.inc.php

10 lines
112 B
PHP
Raw Normal View History

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