mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-14 16:04:30 +02:00
8 lines
118 B
PHP
8 lines
118 B
PHP
<?php
|
|
|
|
$graph_type = 'sensor_dbm';
|
|
$class = 'dbm';
|
|
$unit = 'dBm';
|
|
|
|
require 'pages/health/sensors.inc.php';
|