2009-11-03 20:04:07 +00:00
|
|
|
<?php
|
|
|
|
|
2015-07-10 13:36:21 +02:00
|
|
|
$scale_min = '0';
|
2009-11-03 20:04:07 +00:00
|
|
|
|
2016-07-07 01:33:43 -05:00
|
|
|
$rrd_filename = rrd_name($device['hostname'], 'hr_users');
|
2012-05-09 10:01:42 +00:00
|
|
|
|
2015-07-10 13:36:21 +02:00
|
|
|
$ds = 'users';
|
2012-05-09 10:01:42 +00:00
|
|
|
|
2015-07-10 13:36:21 +02:00
|
|
|
$colour_line = '008C00';
|
|
|
|
$colour_area = 'CDEB8B';
|
2012-05-09 10:01:42 +00:00
|
|
|
|
2015-07-10 13:36:21 +02:00
|
|
|
$colour_area_max = 'cc9999';
|
2012-05-09 10:01:42 +00:00
|
|
|
|
|
|
|
$graph_max = 1;
|
|
|
|
$graph_min = 0;
|
|
|
|
|
2016-07-08 15:56:46 -05:00
|
|
|
$unit_text = 'Users';
|
2012-05-09 10:01:42 +00:00
|
|
|
|
2015-07-10 13:36:21 +02:00
|
|
|
require 'includes/graphs/generic_simplex.inc.php';
|