mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
* Add pwrstatd application * Adding pwrstatd test json and correcting pwrstatd snmprec file. Pwrstatd tests pass.
13 lines
210 B
PHP
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';
|