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