Files

19 lines
309 B
PHP
Raw Permalink Normal View History

2019-01-17 12:43:18 -05:00
<?php
$rrd_filename = rrd_name($device['hostname'], 'topvision_cmreg');
$ds = 'cmreg';
$colour_area = '00b33c';
$colour_line = '006622';
$colour_area_max = '9999cc';
$scale_min = '0';
$graph_max = 1;
$graph_min = 0;
$unit_text = 'CM Registered';
2019-04-11 23:26:42 -05:00
require 'includes/html/graphs/generic_simplex.inc.php';