mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Create runtime.inc.php
This commit is contained in:
5
html/pages/device/health/runtime.inc.php
Normal file
5
html/pages/device/health/runtime.inc.php
Normal file
@@ -0,0 +1,5 @@
|
||||
<?php
|
||||
$class = 'runtime';
|
||||
$unit = 'Min';
|
||||
$graph_type = 'sensor_runtime';
|
||||
require 'sensors.inc.php';
|
Reference in New Issue
Block a user