initial commit; version 22.5.12042
This commit is contained in:
22
html/includes/graphs/application/lighttpd_hits.inc.php
Normal file
22
html/includes/graphs/application/lighttpd_hits.inc.php
Normal file
@ -0,0 +1,22 @@
|
||||
<?php
|
||||
|
||||
$scale_min = 0;
|
||||
|
||||
include($config['html_dir']."/includes/graphs/common.inc.php");
|
||||
|
||||
$colour_area = "B0C4DE";
|
||||
$colour_line = "191970";
|
||||
#$colour_area_max = "FFEE99";
|
||||
$colour_area_max = "B0C4DE";
|
||||
|
||||
$rrd_filename = get_rrd_path($device, "app-lighttpd-".$app['app_id']);
|
||||
|
||||
$ds = "totalaccesses";
|
||||
|
||||
$graph_max = 1;
|
||||
|
||||
$unit_text = "Hits/Sec";
|
||||
|
||||
include($config['html_dir']."/includes/graphs/generic_simplex.inc.php");
|
||||
|
||||
?>
|
Reference in New Issue
Block a user