mirror of
				https://github.com/xcat2/xcat-core.git
				synced 2025-11-04 05:12:30 +00:00 
			
		
		
		
	git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@1714 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
		
			
				
	
	
		
			15 lines
		
	
	
		
			518 B
		
	
	
	
		
			Perl
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			518 B
		
	
	
	
		
			Perl
		
	
	
	
	
	
#!/usr/bin/perl
 | 
						|
 | 
						|
$RES::Condition{'AnyNodeNetworkInterfaceStatus'} = {
 | 
						|
	Name => q(AnyNodeNetworkInterfaceStatus),
 | 
						|
	ResourceClass => q(IBM.NetworkInterface),
 | 
						|
	EventExpression => q(OpState!=1),
 | 
						|
	EventDescription => q(An event will be generated whenever any network interface on the node is not online.),
 | 
						|
        RearmExpression => q(OpState=1),
 | 
						|
        RearmDescription => q(A rearm event will be generated when the network interface on the node becomes online again),
 | 
						|
	ManagementScope => q(4),
 | 
						|
	Severity => q(2),
 | 
						|
 | 
						|
};
 | 
						|
1;
 |