Add monitoring for Network Adapters - Brocade
This commit is contained in:
		
							
								
								
									
										1027
									
								
								templates/Template App Brocade HBA.xml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										1027
									
								
								templates/Template App Brocade HBA.xml
									
									
									
									
									
										Normal file
									
								
							
										
											
												File diff suppressed because it is too large
												Load Diff
											
										
									
								
							
							
								
								
									
										9
									
								
								zabbix_agentd.conf.d/bcu.conf
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										9
									
								
								zabbix_agentd.conf.d/bcu.conf
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,9 @@
 | 
				
			|||||||
 | 
					UserParameter=bcu-adapter-list,           echo -e "{\n\"data\":["; sudo bcu adapter --list | head -n-1 | tail -n+4 | awk '{ print $1 }' | awk '{ print "{\"{#ADAPTER}\":\""$0"\"}," }' | head -c -2; echo -e "]\n}";
 | 
				
			||||||
 | 
					UserParameter=bcu-adapter-state[*],       sudo bcu adapter --query $1 | grep status | grep -c good
 | 
				
			||||||
 | 
					UserParameter=bcu-adapter-query[*],       sudo bcu adapter --query $1 | grep "$2" | cut -d ":" -f 2 | sed 's/^[ \t]*//g'
 | 
				
			||||||
 | 
					UserParameter=bcu-adapter-temperature[*], sudo bcu diag --tempshow $1 | cut -d ":" -f 2 | sed 's/^[ \t]*//g' |  cut -d " " -f 1
 | 
				
			||||||
 | 
					UserParameter=bcu-port-list,              echo -e "{\n\"data\":["; sudo bcu port --list -terse | head -n-1 | tail -n+5 | awk '{ print $1 }' | awk '{ print "{\"{#PORT}\":\""$0"\"}," }' | head -c -2; echo -e "]\n}";
 | 
				
			||||||
 | 
					UserParameter=bcu-port-state[*],          sudo bcu port --query $1 | grep "state" | grep -c "Linkup"
 | 
				
			||||||
 | 
					UserParameter=bcu-port-speed[*],          sudo bcu port --speed $1 | grep "Current" | cut -d ":" -f 2 | sed 's/^[ \t]*//g'
 | 
				
			||||||
 | 
					UserParameter=bcu-port-stats[*],          sudo bcu port --stats $1 | grep "$2" | cut -d ":" -f 2 | sed 's/^[ \t]*//g'
 | 
				
			||||||
 | 
					UserParameter=bcu-lport-stats[*],         sudo bcu lport --stats $1 | grep "$2" | cut -d ":" -f 2 | sed 's/^[ \t]*//g'
 | 
				
			||||||
		Reference in New Issue
	
	Block a user