Files

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

19 lines
252 B
PHP
Raw Permalink Normal View History

2009-10-27 13:04:16 +00:00
<?php
$scale_min = 0;
2009-11-07 02:30:38 +00:00
$filename = Rrd::name($device['hostname'], 'uptime');
2012-04-05 16:47:39 +00:00
$ds = 'uptime';
2009-10-27 13:04:16 +00:00
$colours = 'greens';
$float_precision = 3;
$descr = 'Uptime';
$munge = true;
$unit_text = 'Days';
require 'includes/html/graphs/generic_stats.inc.php';