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:
6
html/pages/device/overview/sensors/runtime.inc.php
Normal file
6
html/pages/device/overview/sensors/runtime.inc.php
Normal file
@@ -0,0 +1,6 @@
|
||||
<?php
|
||||
$graph_type = 'sensor_runtime';
|
||||
$sensor_class = 'runtime';
|
||||
$sensor_unit = 'Min';
|
||||
$sensor_type = 'Runtime';
|
||||
require 'pages/device/overview/generic/sensor.inc.php';
|
Reference in New Issue
Block a user