Files
librenms-librenms/includes/html/graphs/device/temperature.inc.php
T

9 lines
165 B
PHP
Raw Normal View History

2009-10-27 13:04:16 +00:00
<?php
$rrd_options = " --alt-y-grid";
2009-10-27 13:04:16 +00:00
$class = 'temperature';
$unit = 'C';
$unit_long = 'Degree C';
2009-10-27 13:04:16 +00:00
2019-04-11 23:26:42 -05:00
require 'includes/html/graphs/device/sensor.inc.php';