initial commit

master
Ariel Antigua 2018-08-23 11:27:48 -04:00
parent 948d387a17
commit 88140e892e
1 changed files with 19 additions and 0 deletions

View File

@ -0,0 +1,19 @@
<?php
$rrd_filename = rrd_name($device['hostname'], 'atswatts');
require 'includes/graphs/common.inc.php';
$ds = 'requests';
$colour_area = '9999cc';
$colour_line = '0000cc';
$colour_area_max = '9999cc';
$graph_max = 1;
$graph_min = 0;
$unit_text = 'requests';
require 'includes/graphs/generic_simplex.inc.php';