Files
librenms-librenms/includes/html/graphs/rserver/failed.inc.php
T

20 lines
295 B
PHP
Raw Normal View History

2012-01-12 11:09:45 +00:00
<?php
$scale_min = 0;
2019-04-11 23:26:42 -05:00
require 'includes/html/graphs/common.inc.php';
2012-04-05 16:47:39 +00:00
2012-01-12 11:09:45 +00:00
$graph_max = 1;
$ds = "RserverCurrentConns";
$colour_area = "B0C4DE";
$colour_line = "191970";
$colour_area_max = "FFEE99";
$nototal = 1;
$unit_text = "Conns";
2019-04-11 23:26:42 -05:00
require 'includes/html/graphs/generic_simplex.inc.php';