Files
librenms-librenms/includes/html/graphs/application/smart_runtime.inc.php
T

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

25 lines
530 B
PHP
Raw Normal View History

<?php
2020-09-21 15:40:17 +02:00
2019-08-07 14:32:25 +02:00
$name = 'smart_id9';
$unit_text = '';
$unitlen = 20;
$bigdescrlen = 15;
$smalldescrlen = 15;
$colours = 'mega';
$dostack = 0;
$printtotal = 0;
$addarea = 1;
$transparency = 15;
$rrd_filename = Rrd::name($device['hostname'], ['app', $name, $app->app_id, $vars['disk']]);
2021-03-28 17:25:30 -05:00
if (Rrd::checkRrdExists($rrd_filename)) {
$rrd_list[] = [
'filename' => $rrd_filename,
'descr' => 'Power On Hours',
'ds' => 'id9',
];
}
require 'includes/html/graphs/generic_multi_line_exact_numbers.inc.php';