librenms/html/pages/health/fanspeed.inc.php
Adam Amstrong 75471a30cf health => db* and genericify sensors pages
git-svn-id: http://www.observium.org/svn/observer/trunk@2331 61d68cd4-352d-0410-923a-c4978735b2b8
2011-05-16 09:55:27 +00:00

10 lines
122 B
PHP

<?php
$graph_type = "sensor_fanspeed";
$class = 'fanspeed';
$unit = "rpm";
include("pages/health/sensors.inc.php");
?>