Files

20 lines
295 B
PHP
Raw Permalink Normal View History

2009-11-03 20:04:07 +00:00
<?php
$scale_min = '0';
2009-11-03 20:04:07 +00:00
$rrd_filename = rrd_name($device['hostname'], 'hr_users');
$ds = 'users';
$colour_line = '008C00';
$colour_area = 'CDEB8B';
$colour_area_max = 'cc9999';
$graph_max = 1;
$graph_min = 0;
2016-07-08 15:56:46 -05:00
$unit_text = 'Users';
2019-04-11 23:26:42 -05:00
require 'includes/html/graphs/generic_simplex.inc.php';