Files
librenms-librenms/includes/html/graphs/device/uptime.inc.php

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

19 lines
252 B
PHP
Raw Normal View History

<?php
$scale_min = 0;
$filename = Rrd::name($device['hostname'], 'uptime');
$ds = 'uptime';
$colours = 'greens';
$float_precision = 3;
$descr = 'Uptime';
$munge = true;
$unit_text = 'Days';
require 'includes/html/graphs/generic_stats.inc.php';