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

10 lines
118 B
PHP
Raw Normal View History

<?php
$graph_type = "sensor_current";
$class = "current";
$unit = "A";
include("pages/health/sensors.inc.php");
?>