| 
									
										
										
										
											2010-07-31 19:49:11 +00:00
										 |  |  | <?php | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2011-03-14 19:24:23 +00:00
										 |  |  | if ($device['os'] == "gamatronicups") | 
					
						
							| 
									
										
										
										
											2010-11-20 14:04:07 +00:00
										 |  |  | { | 
					
						
							| 
									
										
										
										
											2011-03-14 19:24:23 +00:00
										 |  |  |   for ($i = 1; $i <= 3; $i++) | 
					
						
							| 
									
										
										
										
											2010-11-20 14:04:07 +00:00
										 |  |  |   { | 
					
						
							|  |  |  |     $current_oid = "GAMATRONIC-MIB::gamatronicLTD.5.4.1.1.3.$i"; | 
					
						
							|  |  |  |     $descr = "Input Phase $i"; | 
					
						
							|  |  |  |     $current = snmp_get($device, $current_oid, "-Oqv"); | 
					
						
							|  |  |  |     $type = "gamatronicups"; | 
					
						
							|  |  |  |     $precision = 1; | 
					
						
							|  |  |  |     $index = $i; | 
					
						
							|  |  |  |     $lowlimit = 0; | 
					
						
							|  |  |  |     $warnlimit = NULL; | 
					
						
							|  |  |  |     $limit = NULL; | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2011-05-04 11:04:19 +00:00
										 |  |  |     discover_sensor($valid['sensor'], 'current', $device, $current_oid, $index, $type, $descr, '1', '1', $lowlimit, NULL, NULL, NULL, $current); | 
					
						
							| 
									
										
										
										
											2010-11-20 14:04:07 +00:00
										 |  |  |   } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2011-03-14 19:24:23 +00:00
										 |  |  |   for ($i = 1; $i <= 3; $i++) | 
					
						
							| 
									
										
										
										
											2010-11-20 14:04:07 +00:00
										 |  |  |   { | 
					
						
							|  |  |  |     $current_oid = "GAMATRONIC-MIB::gamatronicLTD.5.5.1.1.3.$i"; | 
					
						
							|  |  |  |     $descr = "Output Phase $i"; | 
					
						
							|  |  |  |     $current = snmp_get($device, $current_oid, "-Oqv"); | 
					
						
							|  |  |  |     $type = "gamatronicups"; | 
					
						
							|  |  |  |     $precision = 1; | 
					
						
							|  |  |  |     $index = 100+$i; | 
					
						
							|  |  |  |     $lowlimit = 0; | 
					
						
							|  |  |  |     $warnlimit = NULL; | 
					
						
							|  |  |  |     $limit = NULL; | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2011-05-04 11:04:19 +00:00
										 |  |  |     discover_sensor($valid['sensor'], 'current', $device, $current_oid, $index, $type, $descr, '1', '1', $lowlimit, NULL, NULL, NULL, $current); | 
					
						
							| 
									
										
										
										
											2010-11-20 14:04:07 +00:00
										 |  |  |   } | 
					
						
							| 
									
										
										
										
											2010-07-31 19:49:11 +00:00
										 |  |  | } | 
					
						
							| 
									
										
										
										
											2011-03-14 19:24:23 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  | ?>
 |