Files
librenms-librenms/includes/html/graphs/device/ucd_cpu_steal.inc.php
Zane C. Bowers-Hadley f023d37cfc update various device graphs to to have better stats (#14815)
* update graphs -> systems page

* update availability graph to use the stats graph for 1 day averages

* a bit of cleanup for various graphs

* a few style fixes I missed

* another style fix

* update the pingperf graph as well

* update the poller perf graph as well

* style fix

* move graphs to using generic_stats default for readability
2023-03-01 01:00:13 +01:00

14 lines
207 B
PHP

<?php
$filename = Rrd::name($device['hostname'], 'ucd_ssCpuRawSteal');
$ds = 'value';
$unit_text = 'CPU Steal';
$float_precision = 3;
$descr = '';
require 'includes/html/graphs/generic_stats.inc.php';