2015-04-21 16:02:17 +01:00
										 
									 
								 
							 | 
							
								
							 | 
							
								
							 | 
							
							
								<?php
							 | 
						
					
						
							| 
								
							 | 
							
								
							 | 
							
								
							 | 
							
							
								
							 | 
						
					
						
							
								
									
										
										
										
											2015-07-13 20:10:26 +02:00
										 
									 
								 
							 | 
							
								
									
										
									
								
							 | 
							
								
							 | 
							
							
								require 'includes/graphs/common.inc.php';
							 | 
						
					
						
							
								
									
										
										
										
											2015-04-21 16:02:17 +01:00
										 
									 
								 
							 | 
							
								
							 | 
							
								
							 | 
							
							
								
							 | 
						
					
						
							
								
									
										
										
										
											2016-07-07 01:33:43 -05:00
										 
									 
								 
							 | 
							
								
									
										
									
								
							 | 
							
								
							 | 
							
							
								$rrdfilename = rrd_name($device['hostname'], 'siklu-interface');
							 | 
						
					
						
							
								
									
										
										
										
											2015-04-21 16:02:17 +01:00
										 
									 
								 
							 | 
							
								
							 | 
							
								
							 | 
							
							
								
							 | 
						
					
						
							| 
								
							 | 
							
								
							 | 
							
								
							 | 
							
							
								if (file_exists($rrdfilename)) {
							 | 
						
					
						
							| 
								
							 | 
							
								
							 | 
							
								
							 | 
							
							
								    $rrd_options .= " COMMENT:'bps      Now       Ave      Max     \\n'";
							 | 
						
					
						
							
								
									
										
										
										
											2015-07-13 20:10:26 +02:00
										 
									 
								 
							 | 
							
								
									
										
									
								
							 | 
							
								
							 | 
							
							
								    $rrd_options .= ' DEF:rfInGoodOctets='.$rrdfilename.':rfInGoodOctets:AVERAGE ';
							 | 
						
					
						
							| 
								
							 | 
							
								
							 | 
							
								
							 | 
							
							
								    $rrd_options .= ' DEF:rfInErroredOctets='.$rrdfilename.':rfInErroredOctets:AVERAGE ';
							 | 
						
					
						
							| 
								
							 | 
							
								
							 | 
							
								
							 | 
							
							
								    $rrd_options .= ' DEF:rfInIdleOctets='.$rrdfilename.':rfInIdleOctets:AVERAGE ';
							 | 
						
					
						
							| 
								
							 | 
							
								
							 | 
							
								
							 | 
							
							
								    $rrd_options .= ' DEF:rfOutIdleOctets='.$rrdfilename.':rfOutIdleOctets:AVERAGE ';
							 | 
						
					
						
							
								
									
										
										
										
											2015-04-21 16:02:17 +01:00
										 
									 
								 
							 | 
							
								
							 | 
							
								
							 | 
							
							
								    $rrd_options .= " LINE1:rfInGoodOctets#00FF00:'Good Octets         ' ";
							 | 
						
					
						
							
								
									
										
										
										
											2015-07-13 20:10:26 +02:00
										 
									 
								 
							 | 
							
								
									
										
									
								
							 | 
							
								
							 | 
							
							
								    $rrd_options .= ' GPRINT:rfInGoodOctets:LAST:%0.2lf%s ';
							 | 
						
					
						
							| 
								
							 | 
							
								
							 | 
							
								
							 | 
							
							
								    $rrd_options .= ' GPRINT:rfInGoodOctets:MIN:%0.2lf%s ';
							 | 
						
					
						
							| 
								
							 | 
							
								
							 | 
							
								
							 | 
							
							
								    $rrd_options .= ' GPRINT:rfInGoodOctets:MAX:%0.2lf%s\\\l ';
							 | 
						
					
						
							
								
									
										
										
										
											2015-04-21 16:02:17 +01:00
										 
									 
								 
							 | 
							
								
							 | 
							
								
							 | 
							
							
								    $rrd_options .= " LINE1:rfInErroredOctets#CC0000:'Errored Octets         ' ";
							 | 
						
					
						
							
								
									
										
										
										
											2015-07-13 20:10:26 +02:00
										 
									 
								 
							 | 
							
								
									
										
									
								
							 | 
							
								
							 | 
							
							
								    $rrd_options .= ' GPRINT:rfInErroredOctets:LAST:%0.2lf%s ';
							 | 
						
					
						
							| 
								
							 | 
							
								
							 | 
							
								
							 | 
							
							
								    $rrd_options .= ' GPRINT:rfInErroredOctets:MIN:%0.2lf%s ';
							 | 
						
					
						
							| 
								
							 | 
							
								
							 | 
							
								
							 | 
							
							
								    $rrd_options .= ' GPRINT:rfInErroredOctets:MAX:%0.2lf%s\\\l ';
							 | 
						
					
						
							
								
									
										
										
										
											2015-04-30 18:23:42 +01:00
										 
									 
								 
							 | 
							
								
									
										
									
								
							 | 
							
								
							 | 
							
							
								    $rrd_options .= " LINE1:rfInIdleOctets#0022FF:'In Idle Octets         ' ";
							 | 
						
					
						
							
								
									
										
										
										
											2015-07-13 20:10:26 +02:00
										 
									 
								 
							 | 
							
								
									
										
									
								
							 | 
							
								
							 | 
							
							
								    $rrd_options .= ' GPRINT:rfInIdleOctets:LAST:%0.2lf%s ';
							 | 
						
					
						
							| 
								
							 | 
							
								
							 | 
							
								
							 | 
							
							
								    $rrd_options .= ' GPRINT:rfInIdleOctets:MIN:%0.2lf%s ';
							 | 
						
					
						
							| 
								
							 | 
							
								
							 | 
							
								
							 | 
							
							
								    $rrd_options .= ' GPRINT:rfInIdleOctets:MAX:%0.2lf%s\\\l ';
							 | 
						
					
						
							
								
									
										
										
										
											2015-04-30 18:23:42 +01:00
										 
									 
								 
							 | 
							
								
									
										
									
								
							 | 
							
								
							 | 
							
							
								    $rrd_options .= " LINE1:rfOutIdleOctets#DD9CFB:'Out Idle Octets         ' ";
							 | 
						
					
						
							
								
									
										
										
										
											2015-07-13 20:10:26 +02:00
										 
									 
								 
							 | 
							
								
									
										
									
								
							 | 
							
								
							 | 
							
							
								    $rrd_options .= ' GPRINT:rfOutIdleOctets:LAST:%0.2lf%s ';
							 | 
						
					
						
							| 
								
							 | 
							
								
							 | 
							
								
							 | 
							
							
								    $rrd_options .= ' GPRINT:rfOutIdleOctets:MIN:%0.2lf%s ';
							 | 
						
					
						
							| 
								
							 | 
							
								
							 | 
							
								
							 | 
							
							
								    $rrd_options .= ' GPRINT:rfOutIdleOctets:MAX:%0.2lf%s\\\l ';
							 | 
						
					
						
							| 
								
							 | 
							
								
							 | 
							
								
							 | 
							
							
								}//end if
							 |