initial commit
parent
948d387a17
commit
88140e892e
|
@ -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';
|
Loading…
Reference in New Issue