mirror of
				https://github.com/xcat2/xcat-core.git
				synced 2025-11-04 13:22:36 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			48 lines
		
	
	
		
			1.7 KiB
		
	
	
	
		
			Perl
		
	
	
	
	
	
			
		
		
	
	
			48 lines
		
	
	
		
			1.7 KiB
		
	
	
	
		
			Perl
		
	
	
	
	
	
# IBM_PROLOG_BEGIN_TAG
 | 
						|
# This is an automatically generated prolog.
 | 
						|
#
 | 
						|
#
 | 
						|
#
 | 
						|
# Licensed Materials - Property of IBM
 | 
						|
#
 | 
						|
# (C) COPYRIGHT International Business Machines Corp. 2010,2011
 | 
						|
# All Rights Reserved
 | 
						|
#
 | 
						|
# US Government Users Restricted Rights - Use, duplication or
 | 
						|
# disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
 | 
						|
#
 | 
						|
# IBM_PROLOG_END_TAG
 | 
						|
package TEAL::event_id;
 | 
						|
 | 
						|
# This file contains the schema necessary to support the TEAL eventid
 | 
						|
 | 
						|
%tabeventid = (
 | 
						|
    AIXNodeCoreDump               => "XR000001",
 | 
						|
    AllServiceableEvents          => "XR000002",
 | 
						|
    AnyNodeAnyLoggedError         => "XR000003",
 | 
						|
    AnyNodeFileSystemInodesUsed   => "XR000004",
 | 
						|
    AnyNodeFileSystemSpaceUsed    => "XR000005",
 | 
						|
    AnyNodeNetworkInterfaceStatus => "XR000006",
 | 
						|
    AnyNodePagingPercentSpaceFree => "XR000007",
 | 
						|
    AnyNodeProcessorsIdleTime     => "XR000008",
 | 
						|
    AnyNodeRealMemFree            => "XR000009",
 | 
						|
    AnyNodeTmpSpaceUsed           => "XR000010",
 | 
						|
    AnyNodeVarSpaceUsed           => "XR000011",
 | 
						|
    CheckCONSonSN                 => "XR000012",
 | 
						|
    CheckDHCPonSN                 => "XR000013",
 | 
						|
    CheckFTPonSN                  => "XR000014",
 | 
						|
    CheckNAMEDonSN                => "XR000015",
 | 
						|
    CheckNFSonSN                  => "XR000016",
 | 
						|
    CheckNTPonSN                  => "XR000017",
 | 
						|
    CheckTFTPonSN                 => "XR000018",
 | 
						|
    CheckxCATonSN                 => "XR000019",
 | 
						|
    Drawer_not_configured         => "XR000020",
 | 
						|
    HFI_down                      => "XR000021",
 | 
						|
    HFI_not_configured            => "XR000022",
 | 
						|
    IBSwitchLog                   => "XR000023",
 | 
						|
    NodeReachability              => "XR000024",
 | 
						|
    VarSpaceUsed                  => "XR000025"
 | 
						|
);
 | 
						|
 | 
						|
1;
 |