Files
librenms-librenms/includes/html/graphs/application/pwrstatd_minutes.inc.php
bnerickson 4efbb83d9b Add pwrstatd application (#14365)
* Add pwrstatd application

* Adding pwrstatd test json and correcting pwrstatd snmprec file.  Pwrstatd tests pass.
2022-10-12 11:01:09 +02:00

13 lines
210 B
PHP

<?php
$unit_text = 'Minutes';
$unitlen = 20;
$bigdescrlen = 25;
$smalldescrlen = 25;
$rrdArray = [
'mruntime' => ['descr' => 'PSU Battery Runtime'],
];
require 'pwrstatd-common.inc.php';