| 
									
										
										
										
											2015-04-03 18:59:58 +01:00
										 |  |  | <?php | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2015-07-13 20:10:26 +02:00
										 |  |  | require 'includes/graphs/common.inc.php'; | 
					
						
							| 
									
										
										
										
											2015-04-03 18:59:58 +01:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2015-07-13 20:10:26 +02:00
										 |  |  | $rrd_options .= ' -l 0 -E '; | 
					
						
							| 
									
										
										
										
											2015-04-03 18:59:58 +01:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2015-07-13 20:10:26 +02:00
										 |  |  | $rrdfilename = $config['rrd_dir'].'/'.$device['hostname'].'/ubnt-airmax-mib.rrd'; | 
					
						
							| 
									
										
										
										
											2015-04-03 18:59:58 +01:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2015-07-13 20:10:26 +02:00
										 |  |  | if (file_exists($rrdfilename)) { | 
					
						
							|  |  |  |     $rrd_options .= " COMMENT:'                         Now   Min  Max\\n'"; | 
					
						
							|  |  |  |     $rrd_options .= ' DEF:WlStatStaCount='.$rrdfilename.':WlStatStaCount:AVERAGE '; | 
					
						
							|  |  |  |     $rrd_options .= " LINE1:WlStatStaCount#CC0000:'Stations             ' "; | 
					
						
							|  |  |  |     $rrd_options .= ' GPRINT:WlStatStaCount:LAST:%3.0lf '; | 
					
						
							|  |  |  |     $rrd_options .= ' GPRINT:WlStatStaCount:MIN:%3.0lf '; | 
					
						
							|  |  |  |     $rrd_options .= ' GPRINT:WlStatStaCount:MAX:%3.0lf\\\l '; | 
					
						
							| 
									
										
										
										
											2015-04-03 18:59:58 +01:00
										 |  |  | } |