. * * @version 1.1 * @package LibreNMS * @link http://librenms.org * @copyright 2016 crcro * @author Cercel Valentin * * v1 - initial release * v1.1 - changed description from seconds to minutes */ require 'includes/graphs/common.inc.php'; $scale_min = 0; $ds = 'time_remaining'; $colour_area = 'EEEEEE'; $colour_line = '36393D'; $colour_area_max = 'FFEE99'; $graph_max = 0; $unit_text = 'Minutes'; $ups_nut = rrd_name($device['hostname'], array('app', 'ups-nut', $app['app_id'])); if (rrdtool_check_rrd_exists($ups_nut)) { $rrd_filename = $ups_nut; } require 'includes/graphs/generic_simplex.inc.php';