-------------------------------------------------------------------------------- -- Avocent ACS6000 TRAP MIB -- Copyright 2011 Avocent Corporation -- Revision: 3.0.0 -- Last Modified: May 09, 2011 -- ENTERPRISE was changed from acsProducts to acs -------------------------------------------------------------------------------- ACS-TRAP-MIB DEFINITIONS ::= BEGIN IMPORTS enterprises, MODULE-IDENTITY, OBJECT-TYPE FROM SNMPv2-SMI TRAP-TYPE FROM RFC-1215; -------------------------------------------------------------------------------- -- Object Groupings -- Familyoid 16 -- Productoid 1 -- Managementoid 2 -- TrapObjectoid 6 -------------------------------------------------------------------------------- -- avocent OBJECT IDENTIFIER ::= { enterprises 10418 } acs MODULE-IDENTITY LAST-UPDATED "201105090000Z" ORGANIZATION "Avocent Corporation" CONTACT-INFO "postal : Avocent Corporation 47281 Bayside Parkway Fremont, CA 94538, USA e-mail : Technical Support techsupport@avocent.com" DESCRIPTION "This module defines the Avocent TRAP MIB extensions to acs products." REVISION "201105090000Z" DESCRIPTION "Updated ENTERPRISE and include FIPS modules traps" REVISION "200904300000Z" DESCRIPTION "Updating traps" ::= { enterprises 10418 16 } acsProducts OBJECT IDENTIFIER ::= { acs 1 } acsManagement OBJECT IDENTIFIER ::= { acs 2 } acsTrapObject OBJECT IDENTIFIER ::= { acsManagement 6 } ------------------------------------------------------------------------------- -- ACS Trap Object ------------------------------------------------------------------------------- acsTrapObjectUserName OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS accessible-for-notify STATUS current --% AVAILABILITY public DESCRIPTION "This object is sent in a trap to identify the name of the user for which the trap condition occurred." ::= { acsTrapObject 1 } acsTrapObjectDaemonName OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS accessible-for-notify STATUS current DESCRIPTION "This object is sent in a trap to indicate the Daemon name that has started/stopped." --% AVAILABILITY public ::= { acsTrapObject 2 } acsTrapObjectTargetUserName OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS accessible-for-notify STATUS current --% AVAILABILITY public DESCRIPTION "This object is sent in a trap to identify the name of the user for which the trap condition occurred." ::= { acsTrapObject 3 } acsTrapObjectFileName OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS accessible-for-notify STATUS current --% AVAILABILITY public DESCRIPTION "This object is sent in a trap to identify the name of the file that was used." ::= { acsTrapObject 4 } acsTrapFirmwareVersion OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS accessible-for-notify STATUS current DESCRIPTION "This object is sent in a trap to identify current Firmware version." --% AVAILABILITY public ::= { acsTrapObject 5 } acsTrapNewFirmwareVersion OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS accessible-for-notify STATUS current DESCRIPTION "This object is sent in a trap to identify new Firmware version." --% AVAILABILITY public ::= { acsTrapObject 6 } acsTrapFirmwareUpgradeResult OBJECT-TYPE SYNTAX INTEGER { imageUpgradeSuccess(1), imageUpgradeInternalError(2) } MAX-ACCESS accessible-for-notify STATUS current DESCRIPTION "This object is sent in a trap to identify the firmware upgrade result." --% AVAILABILITY public ::= { acsTrapObject 7 } acsTrapObjectAlertIndex OBJECT-TYPE SYNTAX INTEGER MAX-ACCESS accessible-for-notify STATUS current DESCRIPTION "This object is sent in a trap to identify the alert string that matched in the alert message." --% AVAILABILITY public ::= { acsTrapObject 8 } acsTrapObjectAlertMessage OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS accessible-for-notify STATUS current --% AVAILABILITY public DESCRIPTION "This object is sent in a trap to identify the line text where the alert string was detected." ::= { acsTrapObject 9 } acsTrapObjectAlertString OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS accessible-for-notify STATUS current DESCRIPTION "This object is sent in a trap to identify the alert string that matched in the alert message." --% AVAILABILITY public ::= { acsTrapObject 10 } acsTrapObjectSessionType OBJECT-TYPE SYNTAX INTEGER { ssh(0), telnet(1), console(2), http(4), https(5) } MAX-ACCESS accessible-for-notify STATUS current DESCRIPTION "This object is sent in a trap to identify type of Session for access to appliance." --% AVAILABILITY public ::= { acsTrapObject 11 } acsTrapObjectSerialPortName OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS accessible-for-notify STATUS current DESCRIPTION "This object is sent in a trap to identify the target Device by name - alias of the serial port." --% AVAILABILITY public ::= { acsTrapObject 12 } acsTrapObjectSerialPortNumber OBJECT-TYPE SYNTAX INTEGER MAX-ACCESS accessible-for-notify STATUS current DESCRIPTION "This object is sent in a trap to identify which serial port number the trap condition occurred." --% AVAILABILITY public ::= { acsTrapObject 13 } acsTrapObjectSerialSessionType OBJECT-TYPE SYNTAX INTEGER { cas-ssh(1), cas-telnet(2), cas-console(3), cas-raw(4), dial-in(5) } MAX-ACCESS accessible-for-notify STATUS current DESCRIPTION "This object is sent in a trap to identify type of Serial Session." --% AVAILABILITY public ::= { acsTrapObject 14 } acsTrapObjectDataBufferSize OBJECT-TYPE SYNTAX INTEGER MAX-ACCESS accessible-for-notify STATUS current DESCRIPTION "This object is sent in a trap to identify current size of global buffer." --% AVAILABILITY public ::= { acsTrapObject 15 } acsTrapObjectPduId OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS accessible-for-notify STATUS current DESCRIPTION "This object is sent in a trap to identify the ID of the PDU where the trap occurred." --% AVAILABILITY public ::= { acsTrapObject 16 } acsTrapObjectPduNumber OBJECT-TYPE SYNTAX INTEGER MAX-ACCESS accessible-for-notify STATUS current --% AVAILABILITY public DESCRIPTION "This object is sent in a trap to identify the index of the PDU the trap condition occurred on." ::= { acsTrapObject 17 } acsTrapObjectPduSocket OBJECT-TYPE SYNTAX INTEGER MAX-ACCESS accessible-for-notify STATUS current --% AVAILABILITY public DESCRIPTION "This object is sent in a trap to identify number of outlets of the PDU." ::= { acsTrapObject 18 } acsTrapObjectPduVendor OBJECT-TYPE SYNTAX INTEGER { cyclades(1), spc(2), serverTech(3) } MAX-ACCESS accessible-for-notify STATUS current DESCRIPTION "This object is sent in a trap to identify the vendor of the IPDU where the trap occurred." --% AVAILABILITY public ::= { acsTrapObject 19 } acsTrapObjectPduIdOld OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS accessible-for-notify STATUS current DESCRIPTION "This object is sent in a trap to identify the old ID of the PDU where the trap occurred." --% AVAILABILITY public ::= { acsTrapObject 20 } -- this may now be redundant - objects 40 and 41 replacing it. acsTrapObjectPduCurrentValue OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS accessible-for-notify STATUS current DESCRIPTION "This object is sent in a trap to detected current value of the PDU." --% AVAILABILITY public ::= { acsTrapObject 22 } acsTrapObjectSocketNumber OBJECT-TYPE SYNTAX INTEGER MAX-ACCESS accessible-for-notify STATUS current DESCRIPTION "This object is sent in a trap to identify outlet number the trap condition occurred on." --% AVAILABILITY public ::= { acsTrapObject 23 } acsTrapObjectSocketName OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS accessible-for-notify STATUS current DESCRIPTION "This object is sent in a trap to identify outlet name stored in the PM." --% AVAILABILITY public ::= { acsTrapObject 24 } acsTrapObjectSocketOldName OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS accessible-for-notify STATUS current DESCRIPTION "This object is sent in a trap to identify the old outlet name stored in the PM." --% AVAILABILITY public ::= { acsTrapObject 25 } acsTrapObjectSerialSessionNumbers OBJECT-TYPE SYNTAX INTEGER MAX-ACCESS accessible-for-notify STATUS current DESCRIPTION "This object is sent in a trap to identify the number of sessions openned in the serial port." --% AVAILABILITY public ::= { acsTrapObject 26 } acsTrapObjectPduElementName OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS accessible-for-notify STATUS current DESCRIPTION "This object is sent in a trap to identify the Element of the PDU where the trap occurred." --% AVAILABILITY public ::= { acsTrapObject 40 } acsTrapObjectPduElementType OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS accessible-for-notify STATUS current DESCRIPTION "This object is sent in a trap to identify the Element Type of the PDU where the trap occurred." --% AVAILABILITY public ::= { acsTrapObject 41 } -- ACS6000 Object Types acsTrapObjectTemperatureMaximumValue OBJECT-TYPE SYNTAX INTEGER MAX-ACCESS accessible-for-notify STATUS current DESCRIPTION "This object is sent in a trap to identify the maximum temperature value configured in the appliance." --% AVAILABILITY public ::= { acsTrapObject 100 } acsTrapObjectTemperatureMaxThreshold OBJECT-TYPE SYNTAX INTEGER MAX-ACCESS accessible-for-notify STATUS current DESCRIPTION "This object is sent in a trap to identify the max temperature threshold configured in the appliance." --% AVAILABILITY public ::= { acsTrapObject 101 } acsTrapObjectTemperatureMinimumValue OBJECT-TYPE SYNTAX INTEGER MAX-ACCESS accessible-for-notify STATUS current DESCRIPTION "This object is sent in a trap to identify the minimum temperature value configured in the appliance." --% AVAILABILITY public ::= { acsTrapObject 102 } acsTrapObjectTemperatureMinThreshold OBJECT-TYPE SYNTAX INTEGER MAX-ACCESS accessible-for-notify STATUS current DESCRIPTION "This object is sent in a trap to identify the min temperature threshold configured in the appliance." --% AVAILABILITY public ::= { acsTrapObject 103 } acsTrapObjectTemperatureCurrent OBJECT-TYPE SYNTAX INTEGER MAX-ACCESS accessible-for-notify STATUS current DESCRIPTION "This object is sent in a trap to identify the current temperature." --% AVAILABILITY public ::= { acsTrapObject 104 } acsTrapObjectPowerSupplyNumber OBJECT-TYPE SYNTAX INTEGER MAX-ACCESS accessible-for-notify STATUS current --% AVAILABILITY public DESCRIPTION "This object is sent in a trap to identify the appliance power supply for which the trap condition occurred." ::= { acsTrapObject 105 } acsTrapObjectPowerSupplyOldState OBJECT-TYPE SYNTAX INTEGER { powerSupplyOn(1), powerSupplyOff(2) } MAX-ACCESS accessible-for-notify STATUS current --% AVAILABILITY public DESCRIPTION "This object is sent in a trap to identify the old state of the power supply." ::= { acsTrapObject 106 } acsTrapObjectPowerSupplyNewState OBJECT-TYPE SYNTAX INTEGER { powerSupplyOn(1), powerSupplyOff(2) } MAX-ACCESS accessible-for-notify STATUS current --% AVAILABILITY public DESCRIPTION "This object is sent in a trap to identify the new state of the power supply." ::= { acsTrapObject 107 } acsTrapObjectPlugDeviceName OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS accessible-for-notify STATUS current DESCRIPTION "This object is sent in a trap to identify the device name used by the plugged device." --% AVAILABILITY public ::= { acsTrapObject 108 } acsTrapObjectPlugDeviceType OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS accessible-for-notify STATUS current DESCRIPTION "This object is sent in a trap to identify the type of the plugged device." --% AVAILABILITY public ::= { acsTrapObject 109 } acsTrapObjectPlugDeviceInfo OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS accessible-for-notify STATUS current DESCRIPTION "This object is sent in a trap to identify the info about plugged device." --% AVAILABILITY public ::= { acsTrapObject 110 } acsTrapObjectPduFuseStatus OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS accessible-for-notify STATUS current DESCRIPTION "This object is sent in a trap for blown fuse detection in the PDU." --% AVAILABILITY public ::= { acsTrapObject 112 } acsTrapObjectServiceName OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS accessible-for-notify STATUS current DESCRIPTION "This object is sent in a trap to indicate the Service name that is in FIPS or non-FIPS mode." --% AVAILABILITY public ::= { acsTrapObject 113 } -- -- The Enterprise ID is corresponds to the same OID as acs in the ACS-MIB. -- -------------------------------------------------------------------------------- -- Enterprise Traps -------------------------------------------------------------------------------- -- Appliance Management Traps avctAcsRebootStartedTrap TRAP-TYPE ENTERPRISE acs VARIABLES { acsTrapObjectUserName } DESCRIPTION "ACS6000 is in process of rebooting. The name of the user who issued the command is contained in acsTrapObjectUserName." --#SUMMARY "The appliance is rebooting. Command issued by user: %s." --#ARGUMENTS { 0 } --#SEVERITY INFORMATIONAL --#CATEGORY "Status Events" --NAME "Appliance Rebooting" --SHORT "appliance rebooting" --EVENT evt_reboot --% TrapTypeEnum=15 ::= 1 avctAcsDaemonStarted TRAP-TYPE ENTERPRISE acs VARIABLES { acsTrapObjectUserName, acsTrapObjectDaemonName } DESCRIPTION "This trap is generated when daemon in the appliance started. The daemon name is contained in acsTrapObjectDaemonName. The name of the user who start the daemon is contained in acsTrapObjectUserName. " --#SUMMARY "A daemon started. User: %s. Daemon name: %s." --#ARGUMENTS { 0, 1 } --#SEVERITY INFORMATIONAL --#CATEGORY "Status Events" --NAME "Appliance Daemon Started" --SHORT "appliance daemon started" --EVENT evt_daemon_start --% TrapTypeEnum=9 ::= 2 avctAcsDaemonStoped TRAP-TYPE ENTERPRISE acs VARIABLES { acsTrapObjectUserName, acsTrapObjectDaemonName } DESCRIPTION "This trap is generated when daemon in the appliance stopped. The daemon name is contained in acsTrapObjectDaemonName. The name of the user who stop the daemon is contained in acsTrapObjectUserName. " --#SUMMARY "A daemon stopped. User: %s. Daemon name: %s." --#ARGUMENTS { 0, 1 } --#SEVERITY INFORMATIONAL --#CATEGORY "Status Events" --NAME "Appliance Daemon Stopped" --SHORT "appliance daemon stopped" --EVENT evt_daemon_stop --% TrapTypeEnum=9 ::= 3 avctAcsSessionTerminatedTrap TRAP-TYPE ENTERPRISE acs VARIABLES { acsTrapObjectUserName, acsTrapObjectTargetUserName } DESCRIPTION "This trap is generated when one previous session is terminated by another user. The name of the user who terminated the session is contained in acsTrapObjectUserName. The name of the user who was terminated from the session is contained in acsTrapObjectTargetUserName." --#SUMMARY "Session terminated. Command issued by user: %s. Terminated user: %s." --#ARGUMENTS { 0, 1 } --#SEVERITY INFORMATIONAL --#CATEGORY "Status Events" --NAME "Appliance Session Terminated" --SHORT "appliance session terminated" --EVENT evt_session_term --% TrapTypeEnum=9 ::= 4 avctAcsConfigurationStoredTrap TRAP-TYPE ENTERPRISE acs VARIABLES { acsTrapObjectUserName, acsTrapObjectFileName } DESCRIPTION "This trap is generated when 'store backup configuration' command is successful. acsTrapObjectUserName is name of the user who executed the command. acsTrapObjectFileName is name of the file where the configuration was stored." --#SUMMARY "Backup configuration was stored. User: %s. Filename: %s." --#ARGUMENTS {0, 1} --#SEVERITY INFORMATIONAL --#CATEGORY "Configuration Events" --NAME "Appliance Backup Configuration Stored" --SHORT "appliance backup configuration stored" --EVENT evt_config_store --% TrapTypeEnum=9 ::= 5 avctAcsConfigurationRestoredTrap TRAP-TYPE ENTERPRISE acs VARIABLES { acsTrapObjectUserName, acsTrapObjectFileName } DESCRIPTION "This trap is generated when 'restore backup configuration' command is successful. acsTrapObjectUserName is name of the user who executed the command. acsTrapObjectFileName is name of the file used to restored the configuration." --#SUMMARY "Backup configuration was restored. User: %s. Filename: %s." --#ARGUMENTS {0, 1} --#SEVERITY INFORMATIONAL --#CATEGORY "Configuration Events" --NAME "Appliance Backup Configuration Restored" --SHORT "appliance backup configuration restored" --EVENT evt_config_restore --% TrapTypeEnum=9 ::= 6 avctAcsLocalUserAddedTrap TRAP-TYPE ENTERPRISE acs VARIABLES { acsTrapObjectUserName, acsTrapObjectTargetUserName } DESCRIPTION "A new user has been added to the local user database. The name of the user who added the new user is contained in acsTrapObjectUserName. The name of the new user is contained in acsTrapObjectTargetUserName." --#SUMMARY "A user was added to the local user database. Command issued by user: %s. New user: %s." --#ARGUMENTS { 0, 1} --#SEVERITY INFORMATIONAL --#CATEGORY "Configuration Events" --NAME "Appliance User Added to Local User Database" --SHORT "appliance user added to local user database" --EVENT evt_user_add --% TrapTypeEnum=9 ::= 8 avctAcsLocalUserDeletedTrap TRAP-TYPE ENTERPRISE acs VARIABLES { acsTrapObjectUserName, acsTrapObjectTargetUserName } DESCRIPTION "A user has been deleted from the local user database. The name of the user who deleted the user is contained in acsTrapObjectUserName. The name of the user who was deleted is contained in acsTrapObjectTargetUserName." --#SUMMARY "A user was deleted from the local user database. Command issued by user: %s. Deleted user: %s." --#ARGUMENTS {0,1} --#SEVERITY INFORMATIONAL --#CATEGORY "Configuration Events" --NAME "Appliance User Deleted from Local User Database" --SHORT "appliance user deleted from local user database" --EVENT evt_user_del --% TrapTypeEnum=9 ::= 9 avctAcsLocalUserModifiedTrap TRAP-TYPE ENTERPRISE acs VARIABLES { acsTrapObjectUserName, acsTrapObjectTargetUserName } DESCRIPTION "A user has been modified in the local user database. The name of the user who modified the data is contained in acsTrapObjectUserName. The name of the user who was modified is contained in acsTrapObjectTargetUserName." --#SUMMARY "A user was modified in the local user database. Command issued by user: %s. Modified user: %s." --#ARGUMENTS {0,1} --#SEVERITY INFORMATIONAL --#CATEGORY "Configuration Events" --NAME "Appliance User Modified in Local User Database" --SHORT "appliance user modified in local user database" --EVENT evt_user_mod --% TrapTypeEnum=9 ::= 10 avctAcsFirmwareUpgradeStarted TRAP-TYPE ENTERPRISE acs VARIABLES { acsTrapObjectUserName, acsTrapFirmwareVersion, acsTrapNewFirmwareVersion } DESCRIPTION "The appliance has started an upgrade of a software image. The name of the user who initiate the process is contained in acsTrapObjectUserName. The current firmware version is contained in acsTrapFirmwareVersion. The new firmware version is contained in acsTrapNewFirmwareVersion." --#SUMMARY "Image upgrade started. User: %s. Current version: %s. New version: %s." --#ARGUMENTS { 0, 1, 2} --#SEVERITY INFORMATIONAL --#CATEGORY "Status Events" --NAME "Appliance Image Upgrade Started" --SHORT "appliance image upgrade started" --EVENT evt_imgup_start --% TrapTypeEnum=9 ::= 11 avctAcsFirmwareUpgradeResultsTrap TRAP-TYPE ENTERPRISE acs VARIABLES { acsTrapFirmwareUpgradeResult , acsTrapNewFirmwareVersion } DESCRIPTION "This trap is generated when Firmware upgraded is done to indicate the result. The new FW version is contained in acsTrapNewFirmwareVersion. The result of the process is contained in acsTrapFirmwareUpgradeResult." --#SUMMARY "Image upgrade result. Result: %d. New firmware version: %s." --#ARGUMENTS {0,1} --#SEVERITY INFORMATIONAL --#CATEGORY "Status Events" --NAME "Appliance Image Upgrade Result" --SHORT "appliance image upgrade result" --EVENT evt_imgup_result --% TrapTypeEnum=9 ::= 12 avctAcsApplianceAlertTrap TRAP-TYPE ENTERPRISE acs VARIABLES { acsTrapObjectUserName, acsTrapObjectAlertIndex, acsTrapObjectAlertString, acsTrapObjectAlertMessage } DESCRIPTION "An appliance alert was detected on a ssh or telnet session. The name of user who was logged into the appliance when trap occurred is contained in acsTrapObjectUserName. The index of the appliance alert that was detected in the message is contained in acsTrapObjectAlertIndex. The appliance alert that was detected is contained in acsTrapObjectAlertString. The line text where the appliance alert was detected is contained in acsTrapObjectAlertMessage." --#SUMMARY "An appliance alert was detected. User: %s. Alert index: %d. Alert string: %s. Line text: %s." --#ARGUMENTS { 0, 1, 2, 3} --#SEVERITY CRITICAL --#CATEGORY "Error Events" --NAME "Appliance Alert Detected" --SHORT "appliance alert detected" --EVENT evt_alert_detect --% TrapTypeEnum=9 ::= 13 avctAcsApplianceStartedTrap TRAP-TYPE ENTERPRISE acs DESCRIPTION "This trap is generated when the appliance is started." --#SUMMARY "The appliance has started." --#SEVERITY ALERT --#CATEGORY "Error Events" --NAME "Appliance Started" --SHORT "appliance started" --EVENT evt_app_start --% TrapTypeEnum=9 ::= 14 avctAcsApplianceFIPStestFail TRAP-TYPE ENTERPRISE acs DESCRIPTION "This trap is sent when FIPS self test failed." --#SUMMARY "FIPS compatible OpenSSl selftest failed." --#SEVERITY CRITICAL --#CATEGORY "Status Events" --NAME "Appliance FIPS compatible OpenSSL selftest failed" --SHORT "appliance FIPS compatible OpenSSL selftest failed" --EVENT evt_fips_failed --% TrapTypeEnum=9 ::= 16 avctAcsFIPSmode TRAP-TYPE ENTERPRISE acs VARIABLES { acsTrapObjectServiceName } DESCRIPTION "This trap is generated if FIPS module is enabled and service is in FIPS mode. The service name is contained in acsTrapObjectServiceName. " --#SUMMARY "Service is in FIPS mode of operation. Service name: %s." --#ARGUMENTS { 0 } --#SEVERITY INFORMATIONAL --#CATEGORY "Status Events" --NAME "Appliance Service in FIPS mode" --SHORT "appliance service in FIPS mode" --EVENT evt_daemon_fips --% TrapTypeEnum=9 ::= 17 avctAcsnoFIPSmode TRAP-TYPE ENTERPRISE acs VARIABLES { acsTrapObjectServiceName } DESCRIPTION "This trap is generated if FIPS module is enabled and service is in non-FIPS mode. The service name is contained in acsTrapObjectServiceName. " --#SUMMARY "Service is in non-FIPS mode of operation. Service name: %s." --#ARGUMENTS { 0 } --#SEVERITY INFORMATIONAL --#CATEGORY "Status Events" --NAME "Appliance Service in non-FIPS mode" --SHORT "appliance Service in non-FIPS mode" --EVENT evt_daemon_nonfips --% TrapTypeEnum=9 ::= 18 -- AAA Traps - start # 50 avctAcsUserLoginTrap TRAP-TYPE ENTERPRISE acs VARIABLES { acsTrapObjectUserName, acsTrapObjectSessionType } DESCRIPTION "This trap is sent when user logged into the appliance. The name of the user who logged in is contained in acsTrapObjectUserName and the method used to log into appliance is contained in acsTrapObjectSessionType." --#SUMMARY "A user logged into the appliance. User: %s. Session type: %d." --#ARGUMENTS { 0, 1 } --#SEVERITY INFORMATIONAL --#CATEGORY "Status Events" --NAME "Appliance User Logged In" --SHORT "appliance user logged in" --EVENT evt_usr_login --% TrapTypeEnum=15 ::= 50 avctAcsUserLogoutTrap TRAP-TYPE ENTERPRISE acs VARIABLES { acsTrapObjectUserName, acsTrapObjectSessionType } DESCRIPTION "A user logged out of the appliance. The name of the user who logged in is contained in acsTrapObjectUserName and the method used to log into appliance is contained in acsTrapObjectSessionType." --#SUMMARY "A user logged out of the appliance. User: %s. Session type: %d." --#ARGUMENTS { 0, 1} --#SEVERITY INFORMATIONAL --#CATEGORY "Status Events" --NAME "Appliance User Logged Out" --SHORT "appliance user logged out" --EVENT evt_usr_logout --% TrapTypeEnum=15 ::= 51 avctAcsAuthenticationFailureTrap TRAP-TYPE ENTERPRISE acs VARIABLES { acsTrapObjectUserName } DESCRIPTION "A user failed to authenticate with the appliance. The name of the user who failed to authenticate is contained in acsTrapObjectUserName." --#SUMMARY "User authentication failed. User: %s." --#ARGUMENTS {0} --#SEVERITY NON-CRITICAL --#CATEGORY "Error Events" --NAME "Appliance Authentication Failure" --SHORT "appliance authentication failure" --EVENT evt_authe_fail --% TrapTypeEnum=15 ::= 52 avctAcsPortAuthenticationFailureTrap TRAP-TYPE ENTERPRISE acs VARIABLES { acsTrapObjectUserName, acsTrapObjectSerialPortName, acsTrapObjectSerialPortNumber, acsTrapObjectSerialSessionType } DESCRIPTION "This trap is sent when a serial session authentication fails. The name of the user who failed to authenticate is contained in acsTrapObjectUserName. The serial port number on the appliance is contained in acsTrapObjectSerialPortNumber. The serial port name on the appliance is contained in acsTrapObjectSerialPortName The type of protocol configured on this port is contained in acsTrapObjectSerialSessionType." --#SUMMARY "Serial session authentication failed. User: %s. Port name: %s. Port number: %d. Session type: %d." --#ARGUMENTS { 0, 1, 2, 3 } --#SEVERITY NON-CRITICAL --#CATEGORY "Error Events" --NAME "Appliance Serial Session Authentication Failed" --SHORT "appliance serial session authentication failed" --EVENT evt_serauthe_fail --% TrapTypeEnum=6 ::= 53 -- -- Serial Port Traps - start # 100 -- avctAcsPortPowerOnDetectTrap TRAP-TYPE ENTERPRISE acs VARIABLES { acsTrapObjectSerialPortName, acsTrapObjectSerialPortNumber } DESCRIPTION "The appliance has detected that the power on/off control signal (RS232C - DCD signal) is high on a serial port indicating that the server attached to the port is powered on. This trap is sent on initialization if the condition is detected. Subsequent traps occur only if there is a transition of the DCD signal from low to high. The affected serial port number is contained in acsTrapObjectSerialPortNumber. The affected serial port name is contained in acsTrapObjectSerialPortName." --#SUMMARY "Power on detected on a serial port. Port name: %s. Port number: %d." --#ARGUMENTS { 0, 1} --#SEVERITY MINOR --#CATEGORY "Status Events" --NAME "Appliance Serial Port Power Detected On" --SHORT "appliance serial port power detected on" --EVENT evt_serpow_on --% TrapTypeEnum=22 ::= 100 avctAcsPortPowerOffDetectTrap TRAP-TYPE ENTERPRISE acs VARIABLES { acsTrapObjectSerialPortName, acsTrapObjectSerialPortNumber } DESCRIPTION "The appliance has detected that the power on/off control signal (RS232C - DCD signal) is low on a serial port indicating that the server attached to the port is powered off. This trap is sent on initialization if the condition is detected. Subsequent traps occur only if there is a transition of the DCD signal from high to low. The affected serial port number is contained in acsTrapObjectSerialPortNumber. The affected serial port name is contained in acsTrapObjectSerialPortName." --#SUMMARY "Power off detected on a serial port. Port name: %s. Port number: %d." --#ARGUMENTS { 0, 1} --#SEVERITY CRITICAL --#CATEGORY "Status Events" --NAME "Appliance Serial Port Power Detected Off" --SHORT "appliance serial port power detected off" --EVENT evt_serpow_off --% TrapTypeEnum=23 ::= 101 -- -- CAS session Traps -- start # 150 avctAcsSerialSessionStartedTrap TRAP-TYPE ENTERPRISE acs VARIABLES { acsTrapObjectUserName, acsTrapObjectSerialPortName, acsTrapObjectSerialPortNumber, acsTrapObjectSerialSessionType, acsTrapObjectSerialSessionNumbers } DESCRIPTION "This trap is sent when a serial session has started on particular port. The name of the user who is connected to the session is contained in acsTrapObjectUserName. The serial port number on the appliance is contained in acsTrapObjectSerialPortNumber. The serial port name on the appliance is contained in acsTrapObjectSerialPortName The type of protocol running on this serial port is contained in acsTrapObjectSerialSessionType. The numbe of sessions openned in this port is contained in acsTrapObjecSerialSessionNumbers. " --#SUMMARY "Serial session started. User: %s. Port name: %s. Port number: %d. Session type: %d. Number of sessions: %d." --#ARGUMENTS { 0, 1, 2, 3, 4 } --#SEVERITY INFORMATIONAL --#CATEGORY "Status Events" --NAME "Appliance Serial Session Started" --SHORT "appliance serial session started" --EVENT evt_sersess_start --% TrapTypeEnum=9 ::= 150 avctAcsSerialSessionStoppedTrap TRAP-TYPE ENTERPRISE acs VARIABLES { acsTrapObjectUserName, acsTrapObjectSerialPortName, acsTrapObjectSerialPortNumber, acsTrapObjectSerialSessionType, acsTrapObjectSerialSessionNumbers } DESCRIPTION "This trap is sent when a serial session has stopped. The user who was connected to the session is contained in acsTrapObjectUserName. The serial port number on the appliance is contained in acsTrapObjectSerialPortNumber. The serial port name on the appliance is contained in acsTrapObjectSerialPortName The type of protocol running on this port is contained in acsTrapObjectSerialSessionType. The number of serial sessions openned in this port is contained in acsTrapObjectSessionNumbers." --#SUMMARY "Serial session stopped. User: %s. Port name: %s. Port number: %d. Session type: %d. Number of sessions: %d." --#ARGUMENTS { 0, 1, 2, 3, 4 } --#SEVERITY INFORMATIONAL --#CATEGORY "Status Events" --NAME "Appliance Serial Session Stopped" --SHORT "appliance serial session stopped" --EVENT evt_sersess_stop --% TrapTypeEnum=9 ::= 151 avctAcsPortAlertTrap TRAP-TYPE ENTERPRISE acs VARIABLES { acsTrapObjectSerialPortName, acsTrapObjectSerialPortNumber, acsTrapObjectAlertIndex, acsTrapObjectAlertString, acsTrapObjectAlertMessage } DESCRIPTION "The appliance detected a port alert on a serial port. The serial port number where the port alert was detected on is contained in acsTrapObjectSerialPortNumber. The serial port name where the port alert was detected on is contained in acsTrapObjectSerialPortName. The index of the port alert that was detected is contained in acsTrapObjectAlertIndex. The port alert that was detected is contained in acsTrapObjectAlertString. The line text where the port alert was detected is contained in acsTrapObjectAlertMessage." --#SUMMARY "A port alert was detected on a serial port. Port name: %s. Port number: %d. Port alert index: %d. Port alert string: %s. Line text: %s." --#ARGUMENTS { 0, 1, 2, 3, 4 } --#SEVERITY CRITICAL --#CATEGORY "Error Events" --NAME "Appliance Port Alert Detected On Serial Port" --SHORT "appliance port alert detected on serial port" --EVENT evt_serport_alrt --% TrapTypeEnum=19 ::= 152 avctAcsDataBufferNFSFailure TRAP-TYPE ENTERPRISE acs DESCRIPTION "This trap is generated when the appliance is sending data buffering data to a NFS server and the write operation fails." --#SUMMARY "NFS Failure.Data Buffering could not be written to NFS server." --#SEVERITY ALERT --#CATEGORY "Error Events" --NAME "Appliance NFS Failure" --SHORT "appliance NFS failure" --EVENT evt_nfs_failure --% TrapTypeEnum=9 ::= 153 avctAcsDataBufferNFSRecovery TRAP-TYPE ENTERPRISE acs DESCRIPTION "This trap is generated when the NFS server is back online after a failure in a Data Buffering write operation." --#SUMMARY "NFS Recovery.Server is back online after a failure." --#SEVERITY ALERT --#CATEGORY "Error Events" --NAME "Appliance NFS Recovery" --SHORT "appliance NFS recovery" --EVENT evt_nfs_recovery --% TrapTypeEnum=9 ::= 154 -- -- DSView Integration traps -- start # 200 avctAcsDataBufferFullThresholdLowTrap TRAP-TYPE ENTERPRISE acs VARIABLES { acsTrapObjectDataBufferSize } DESCRIPTION "This trap is generated when the appliance is managed by DSView and global data buffer has reached configured Low level Threshold. acsTrapObjectDataBufferSize is current size of the buffer." --#SUMMARY "Data Buffering for DSView data log is getting full (low threshold). Buffer size: %d." --#ARGUMENTS {0} --#SEVERITY NON-CRITICAL --#CATEGORY "Error Events" --NAME "Appliance DSView Data Log Buffer Full First Warning" --SHORT "appliance DSView data log buffer full first warning" --EVENT evt_dsview_loglow --% TrapTypeEnum=9 ::= 200 avctAcsDataBufferFullThresholdMedTrap TRAP-TYPE ENTERPRISE acs VARIABLES { acsTrapObjectDataBufferSize } DESCRIPTION "This trap is generated when the appliance is managed by DSView and global data buffer has reached configured Med level Threshold. acsTrapObjectDataBufferSize is current size of the buffer." --#SUMMARY "Data Buffering for DSView data log is almost full (medium threshold). Buffer size: %d." --#ARGUMENTS {0} --#SEVERITY NON-CRITICAL --#CATEGORY "Error Events" --NAME "Appliance DSView Data Log Buffer Full Second Warning" --SHORT "appliance DSView data log buffer full second warning" --EVENT evt_dsview_logmed --% TrapTypeEnum=9 ::= 201 avctAcsDataBufferFullLostDataTrap TRAP-TYPE ENTERPRISE acs DESCRIPTION "This trap is generated when the appliance is managed by DSView and global data buffer has exceeded beyond the size of buffer and data lost has occurred." --#SUMMARY "Data Buffering for DSView data log had data loss because buffer full." --#SEVERITY NON-CRITICAL --#CATEGORY "Error Events" --NAME "Appliance DSView Log Data loss" --SHORT "appliance DSView log data loss" --EVENT evt_dsview_loss --% TrapTypeEnum=9 ::= 202 -------------------------------------------------------------------------------- -- Power Management Enterprise Traps -------------------------------------------------------------------------------- -- -- PDU Traps -- start # 300 avctAcsPduOnlineTrap TRAP-TYPE ENTERPRISE acs VARIABLES { acsTrapObjectSerialPortNumber, acsTrapObjectPduNumber, acsTrapObjectPduId, acsTrapObjectPduSocket, acsTrapObjectPduVendor } DESCRIPTION "A power device unit(PDU) attached to the appliance is online. The port number on the appliance that the power device is attached to is contained in acsTrapObjectSerialPortNumber. The power device number in the chain is contained in acsTrapObjectPduNumber. The power device ID is contained in acsTrapObjectPduId. The number of outlets of the power device is contained in acsTrapObjectPduSocket. The vendor of the power device is contained in acsTrapObjectPduVendor" --#SUMMARY "A power device is online. Serial port number: %d. PDU number: %d. PDU ID: %s. Number of sockets: %d. Vendor: %d." --#ARGUMENTS { 0, 1, 2, 3, 4} --#SEVERITY INFORMATIONAL --#CATEGORY "Status Events" --NAME "Appliance Power Device Online" --SHORT "appliance power device online" --EVENT evt_powdev_on --% TrapTypeEnum=9 ::= 300 avctAcsPduOfflineTrap TRAP-TYPE ENTERPRISE acs VARIABLES { acsTrapObjectSerialPortNumber, acsTrapObjectPduNumber, acsTrapObjectPduId, acsTrapObjectPduSocket, acsTrapObjectPduVendor } DESCRIPTION "A power device attached to the appliance is offline. The port number on the appliance that the power device is attached to is contained in acsTrapObjectSerialPortNumber. The power device number in the chain is contained in acsTrapObjectPduNumber. The power device ID is contained in acsTrapObjectPduId. The number of outlets of the power device is contained in acsTrapObjectPduSocket. The vendor of the power device is contained in acsTrapObjectPduVendor." --#SUMMARY "A power device is offline. Serial port number: %d. PDU number: %d. PDU ID: %s. Number of sockets: %d. Vendor: %d." --#ARGUMENTS { 0, 1, 2, 3, 4} --#SEVERITY CRITICAL --#CATEGORY "Error Events" --NAME "Appliance Power Device Offline" --SHORT "appliance power device offline" --EVENT evt_powdev_off --% TrapTypeEnum=9 ::= 301 avctAcsPduIdChangedTrap TRAP-TYPE ENTERPRISE acs VARIABLES { acsTrapObjectSerialPortNumber, acsTrapObjectPduNumber, acsTrapObjectPduIdOld, acsTrapObjectPduId, acsTrapObjectPduVendor } DESCRIPTION "The ID of the PDU was changed. The port number on the appliance that the power device is attached to is contained in acsTrapObjectSerialPortNumber. The power device number in the chain is contained in acsTrapObjectPduNumber. The old power device ID is contained in acsTrapObjectPduIdOld. The new power device ID is contained in acsTrapObjectPduId. The vendor of the power device is contained in acsTrapObjectPduVendor." --#SUMMARY "Power device ID was changed. Serial port number: %d. PDU number: %d. PDU old ID: %s. PDU new ID: %s. Vendor: %d." --#ARGUMENTS { 0, 1, 2, 3, 4} --#SEVERITY MINOR --#CATEGORY "Status Events" --NAME "Appliance Power Device ID Changed" --SHORT "appliance power device id changed" --EVENT evt_powid_chng --% TrapTypeEnum=9 ::= 302 avctAcsPduMaxLoadHighTrap TRAP-TYPE ENTERPRISE acs VARIABLES { acsTrapObjectSerialPortNumber, acsTrapObjectPduNumber, acsTrapObjectPduId, acsTrapObjectPduElementType, acsTrapObjectPduElementName, acsTrapObjectPduCurrentValue } DESCRIPTION "The current on a power device attached to the appliance is above its high critical threshold. The port number on the appliance that the power device is attached to is contained in the acsTrapObjectSerialPortNumber. The PDU# that detected the problem is contained in the acsTrapObjectPduNumber. The ID of the PDU that detected the problem is contained in the acsTrapObjectPduId. The Type of the PDU Element that detected the problem is contained in the acsTrapObjectPduElementType. The Name of the Pdu Element that detected the problem is contained in the acsTrapObjectPduElementName. The current value detected when this trap was originated is contained in acsTrapObjectPduCurrentValue." --#SUMMARY "Appliance power device current is above its high critical threshold. Serial port number: %d. PDU number: %d. PDU ID: %s. Elem Type: %s. Elem Name: %s. Current detected: %s amps." --#ARGUMENTS { 0, 1, 2, 3, 4, 5} --#SEVERITY CRITICAL --#CATEGORY "Status Events" --NAME "Appliance Power Device Current Above High Critical Threshold" --SHORT "appliance power device current above high critical threshold" --EVENT evt_pow_maxload --% TrapTypeEnum=9 ::= 303 avctAcsPduMinLoadLowTrap TRAP-TYPE ENTERPRISE acs VARIABLES { acsTrapObjectSerialPortNumber, acsTrapObjectPduNumber, acsTrapObjectPduId, acsTrapObjectPduElementType, acsTrapObjectPduElementName, acsTrapObjectPduCurrentValue } DESCRIPTION "The current on a power device attached to the appliance is below its low critical threshold. The port number on the appliance that the power device is attached to is contained in the acsTrapObjectSerialPortNumber. The PDU# that detected the problem is contained in the acsTrapObjectPduNumber. The ID of the PDU that detected the problem is contained in the acsTrapObjectPduId. The Type of the PDU Element that detected the problem is contained in the acsTrapObjectPduElementType. The Name of the Pdu Element that detected the problem is contained in the acsTrapObjectPduElementName. The current value detected when this trap was originated is contained in acsTrapObjectPduCurrentValue." --#SUMMARY "Appliance power device current is below its low critical threshold. Serial port number: %d. PDU number: %d. PDU ID: %s. Elem Type: %s. Elem Name: %s. Current detected: %s amps." --#ARGUMENTS { 0, 1, 2, 3, 4, 5} --#SEVERITY NON-CRITICAL --#CATEGORY "Status Events" --NAME "Appliance Power Device Current Below Low Critical Threshold" --SHORT "appliance power device current below low critical threshold" --EVENT evt_pow_minload --% TrapTypeEnum=9 ::= 304 avctAcsPduFirmwareUpgradeStarted TRAP-TYPE ENTERPRISE acs VARIABLES { acsTrapObjectUserName, acsTrapObjectSerialPortNumber, acsTrapObjectPduNumber, acsTrapFirmwareVersion, acsTrapNewFirmwareVersion } DESCRIPTION "The appliance has started an upgrade of the PM software. The name of the user who initiate the process is contained in acsTrapObjectUserName. The port number on the appliance that the power device is attached to is contained in the acsTrapObjectSerialPortNumber. The PDU# that detected the problem is contained in the acsTrapObjectPduNumber. The current firmware version is contained in acsTrapFirmwareVersion. The new firmware version is contained in acsTrapNewFirmwareVersion." --#SUMMARY "PDU image upgrade started. User: %s. Serial port number: %d. PDU number: %d. Current version: %s. New version: %s." --#ARGUMENTS { 0, 1, 2, 3, 4} --#SEVERITY INFORMATIONAL --#CATEGORY "Status Events" --NAME "Appliance PDU Image Upgrade Started" --SHORT "appliance pdu image upgrade started" --EVENT evt_pdup_start --% TrapTypeEnum=9 ::= 307 avctAcsPduFirmwareUpgradeResultsTrap TRAP-TYPE ENTERPRISE acs VARIABLES { acsTrapObjectSerialPortNumber, acsTrapObjectPduNumber, acsTrapFirmwareUpgradeResult, acsTrapNewFirmwareVersion } DESCRIPTION "This trap is generated when Firmware upgraded is done to indicate the result. The port number on the appliance that the power device is attached to is contained in the acsTrapObjectSerialPortNumber. The PDU# that gone beneath the minimum threshold is contained in the acsTrapObjectPduNumber. The new FW version is contained in acsTrapNewFirmwareVersion. The result of the process is contained in acsTrapFirmwareUpgradeResult." --#SUMMARY "PDU image upgrade result. Serial port number:%d. PDU number: %d. Result: %d. New firmware version: %s." --#ARGUMENTS {0, 1, 2, 3} --#SEVERITY INFORMATIONAL --#CATEGORY "Status Events" --NAME "Appliance PDU Image Upgrade Result" --SHORT "appliance pdu image upgrade result" --EVENT evt_pdup_rslt --% TrapTypeEnum=9 ::= 308 avctAcsPduHwOcpTripped TRAP-TYPE ENTERPRISE acs VARIABLES { acsTrapObjectSerialPortNumber, acsTrapObjectPduNumber, acsTrapObjectPduId, acsTrapObjectPduElementType, acsTrapObjectPduElementName } DESCRIPTION "This trap is generated when the HW overcurrent protection mechanism is tripped. The port number on the appliance that the power device is attached to is contained in the acsTrapObjectSerialPortNumber. The number of the PDU that was tripped is contained in the acsTrapObjectPduNumber. The ID of the PDU that was tripped is contained in the acsTrapObjectPduId. The Type of the PDU Element that detected the event is contained in the acsTrapObjectPduElementType. The Name of the Pdu Element that detected the event is contained in the acsTrapObjectPduElementName." --#SUMMARY "HW overcurrent protection was tripped. Serial port number:%d. PDU number: %d. PDU ID: %s. Elem Type: %s. Elem Name: %s." --#ARGUMENTS {0, 1, 2, 3, 4} --#SEVERITY CRITICAL --#CATEGORY "Status Events" --NAME "Appliance PDU HW Overcurrent Protection tripped" --SHORT "appliance pdu hwocp tripped" --EVENT evt_hwocp_tripped --% TrapTypeEnum=9 ::= 309 avctAcsPduHwOcpReset TRAP-TYPE ENTERPRISE acs VARIABLES { acsTrapObjectSerialPortNumber, acsTrapObjectPduNumber, acsTrapObjectPduId, acsTrapObjectPduElementType, acsTrapObjectPduElementName } DESCRIPTION "This trap is generated when the HW overcurrent protection mechanism is reset. The port number on the appliance that the power device is attached to is contained in the acsTrapObjectSerialPortNumber. The number of the PDU whose HW OCP was reset is contained in the acsTrapObjectPduNumber. The ID of the PDU ID whose HW OCP was reset is contained in the acsTrapObjectPduId. The Type of the PDU Element that detected the event is contained in the acsTrapObjectPduElementType. The Name of the Pdu Element that detected the event is contained in the acsTrapObjectPduElementName." --#SUMMARY "HW overcurrent protection was reset. Serial port number:%d. PDU number: %d. PDU ID: %s. Elem Type: %s. Elem Name: %s." --#ARGUMENTS {0, 1, 2, 3, 4} --#SEVERITY INFORMATIONAL --#CATEGORY "Status Events" --NAME "Appliance PDU HW Overcurrent Protection reset" --SHORT "appliance pdu hwocp reset" --EVENT evt_hwocp_reset --% TrapTypeEnum=9 ::= 310 avctAcsPduMaxLoadBackTrap TRAP-TYPE ENTERPRISE acs VARIABLES { acsTrapObjectSerialPortNumber, acsTrapObjectPduNumber, acsTrapObjectPduId, acsTrapObjectPduElementType, acsTrapObjectPduElementName, acsTrapObjectPduCurrentValue } DESCRIPTION "The current on a power device attached to the appliance is back to normal. The port number on the appliance that the power device is attached to is contained in the acsTrapObjectSerialPortNumber. The PDU# that detected the event is contained in the acsTrapObjectPduNumber. The ID of the PDU that detected the event is contained in the acsTrapObjectPduId. The Type of the PDU Element that detected the event is contained in the acsTrapObjectPduElementType. The Name of the Pdu Element that detected the event is contained in the acsTrapObjectPduElementName. The current value detected when this trap was originated is contained in acsTrapObjectPduCurrentValue." --#SUMMARY "Appliance power device normal current restored. Serial port number: %d. PDU number: %d. PDU ID: %s. Elem Type: %s. Elem Name: %s. Current detected: %s amps." --#ARGUMENTS { 0, 1, 2, 3, 4, 5} --#SEVERITY NON-CRITICAL --#CATEGORY "Status Events" --NAME "Appliance Power Device Normal Current Restored" --SHORT "appliance power device normal current restored" --EVENT evt_pow_normload --% TrapTypeEnum=9 ::= 311 avctAcsPduWarnLoadTrap TRAP-TYPE ENTERPRISE acs VARIABLES { acsTrapObjectSerialPortNumber, acsTrapObjectPduNumber, acsTrapObjectPduId, acsTrapObjectPduElementType, acsTrapObjectPduElementName, acsTrapObjectPduCurrentValue } DESCRIPTION "The current on a power device attached to the appliance is above its high warning threshold. The port number on the appliance that the power device is attached to is contained in the acsTrapObjectSerialPortNumber. The PDU# that detected the problem is contained in the acsTrapObjectPduNumber. The ID of the PDU that detected the problem is contained in the acsTrapObjectPduId. The Type of the PDU Element that detected the problem is contained in the acsTrapObjectPduElementType. The Name of the Pdu Element that detected the problem is contained in the acsTrapObjectPduElementName. The current value detected when this trap was originated is contained in acsTrapObjectPduCurrentValue." --#SUMMARY "Appliance power device current is above its high warning threshold. Serial port number: %d. PDU number: %d. PDU ID: %s. Elem Type: %s. Elem Name: %s. Current detected: %s amps." --#ARGUMENTS { 0, 1, 2, 3, 4, 5} --#SEVERITY NON-CRITICAL --#CATEGORY "Status Events" --NAME "Appliance Power Device Current Above High Warning Threshold" --SHORT "appliance power device current above high warning threshold" --EVENT evt_pow_warnload --% TrapTypeEnum=9 ::= 312 avctAcsPduLowLoadLowTrap TRAP-TYPE ENTERPRISE acs VARIABLES { acsTrapObjectSerialPortNumber, acsTrapObjectPduNumber, acsTrapObjectPduId, acsTrapObjectPduElementType, acsTrapObjectPduElementName, acsTrapObjectPduCurrentValue } DESCRIPTION "The current on a power device attached to the appliance is below its low warning threshold. The port number on the appliance that the power device is attached to is contained in the acsTrapObjectSerialPortNumber. The PDU# that detected the problem is contained in the acsTrapObjectPduNumber. The ID of the PDU that detected the problem is contained in the acsTrapObjectPduId. The Type of the PDU Element that detected the problem is contained in the acsTrapObjectPduElementType. The Name of the Pdu Element that detected the problem is contained in the acsTrapObjectPduElementName. The current value detected when this trap was originated is contained in acsTrapObjectPduCurrentValue." --#SUMMARY "Appliance power device current is below its low warning threshold. Serial port number: %d. PDU number: %d. PDU ID: %s. Elem Type: %s. Elem Name: %s. Current detected: %s amps." --#ARGUMENTS { 0, 1, 2, 3, 4, 5} --#SEVERITY NON-CRITICAL --#CATEGORY "Status Events" --NAME "Appliance Power Device Current Below Low Warning Threshold" --SHORT "appliance power device current below low warning threshold" --EVENT evt_pow_lowload --% TrapTypeEnum=9 ::= 313 avctAcsPduBlownFuseTrap TRAP-TYPE ENTERPRISE acs VARIABLES { acsTrapObjectSerialPortNumber, acsTrapObjectPduNumber, acsTrapObjectPduId, acsTrapObjectPduElementType, acsTrapObjectPduElementName, acsTrapObjectPduFuseStatus } DESCRIPTION "Blown fuse detection in one circuit of the PDU. The port number on the appliance that the power device is attached to is contained in the acsTrapObjectSerialPortNumber. The PDU# that detected the problem is contained in the acsTrapObjectPduNumber. The ID of the PDU that detected the problem is contained in the acsTrapObjectPduId. The Type of the PDU Element that detected the problem is contained in the acsTrapObjectPduElementType. The Name of the Pdu Element that detected the problem is contained in the acsTrapObjectPduElementName. The status detected when this trap was originated is contained in acsTrapObjectPduFuseStatus." --#SUMMARY "Fuse status change. Serial port number: %d. PDU number: %d. PDU ID: %s. Elem Type: %s. Elem Name: %s. Fuse status: %s." --#ARGUMENTS { 0, 1, 2, 3, 4, 5} --#SEVERITY CRITICAL --#CATEGORY "Status Events" --NAME "Appliance Power Device Blown Fuse Detection" --SHORT "appliance power device blown fuse detection" --EVENT evt_blown_fuse --% TrapTypeEnum=9 ::= 314 -- -- -- Outlet traps -- start # 350 avctAcsOutletNameChangedTrap TRAP-TYPE ENTERPRISE acs VARIABLES { acsTrapObjectSerialPortNumber, acsTrapObjectPduNumber, acsTrapObjectPduId, acsTrapObjectSocketNumber, acsTrapObjectSocketOldName, acsTrapObjectSocketName } DESCRIPTION "The name of socket was changed. The port number on the appliance that the chain of power device is attached to is contained in acsTrapObjectSerialPortNumber. The number of the power device is contained in the acsTrapObjectPduNumber. The ID of the power device is contained in acsTrapObjectPduId. The socket number that has changed the name is contained in acsTrapObjectSocketNumber. The old socket name is contained in acsTrapObjectSocketOldName. The socket name that has changed to the on state is contained in acsTrapObjectSocketName." --#SUMMARY "Power device socket name was changed. Serial port number: %d. PDU number: %d. PDU ID: %s. Socket number: %d. Old socket name: %s. New socket name: %s." --#ARGUMENTS { 0, 1, 2, 3, 4, 5} --#SEVERITY MINOR --#CATEGORY "Status Events" --NAME "Appliance Power Device Socket Name Changed" --SHORT "appliance power device socket name changed" --EVENT evt_pdsock_chng --% TrapTypeEnum=9 ::= 350 avctAcsOutletCmdOnTrap TRAP-TYPE ENTERPRISE acs VARIABLES { acsTrapObjectUserName, acsTrapObjectSerialPortNumber, acsTrapObjectPduNumber, acsTrapObjectPduId, acsTrapObjectSocketNumber, acsTrapObjectSocketName } DESCRIPTION "An outlet on a chain of power device has been issued the on command. The name of the user who issued the on command is contained in acsTrapObjectUserName. The port number on the appliance that the chain of power device is attached to is contained in acsTrapObjectSerialPortNumber. The power device number in the chain is contained in acsTrapObjectPduNumber. The ID of the power device is contained in acsTrapObjectPduId. The socket number that was issued the on command is contained in acsTrapObjectSocketNumber. The socket name that was issued the on command is contained in acsTrapObjectSocketName." --#SUMMARY "The on command was issued to a power device socket. Command issued by user: %s. Serial port number: %d. PDU number: %d. PDU ID: %s. Socket number: %d. Socket name: %s." --#ARGUMENTS { 0, 1, 2, 3, 4, 5} --#SEVERITY MINOR --#CATEGORY "Status Events" --NAME "Appliance Power Device Socket On Command" --SHORT "appliance power device socket on command" --EVENT evt_pdsock_oncmd --% TrapTypeEnum=9 ::= 351 avctAcsOutletStatusOnTrap TRAP-TYPE ENTERPRISE acs VARIABLES { acsTrapObjectSerialPortNumber, acsTrapObjectPduNumber, acsTrapObjectPduId, acsTrapObjectSocketNumber, acsTrapObjectSocketName } DESCRIPTION "An outlet on a chain of power device has changed to the on state. The port number on the appliance that the chain of power device is attached to is contained in acsTrapObjectSerialPortNumber. The ID of the power device is contained in acsTrapObjectPduId. The socket number that has changed to the on state is contained acsTrapObjectSocketNumber. The number of the power device is contained in the acsTrapObjectPduNumber. The socket name that has changed to the on state is contained in acsTrapObjectSocketName." --#SUMMARY "Power device socket state changed to on. Serial port number: %d. PDU number: %d. PDU ID: %s. Socket number: %d. Socket name: %s." --#ARGUMENTS { 0, 1, 2, 3, 4} --#SEVERITY MINOR --#CATEGORY "Status Events" --NAME "Appliance Power Device Socket State On" --SHORT "appliance power device socket state on" --EVENT evt_pdsock_onst --% TrapTypeEnum=9 ::= 352 avctAcsOutletCmdOffTrap TRAP-TYPE ENTERPRISE acs VARIABLES { acsTrapObjectUserName, acsTrapObjectSerialPortNumber, acsTrapObjectPduNumber, acsTrapObjectPduId, acsTrapObjectSocketNumber, acsTrapObjectSocketName } DESCRIPTION "An outlet on a chain of power device has been issued the off command. The port number on the appliance that the chain of power device is attached to is contained in acsTrapObjectSerialPortNumber. The power device number in the chain is contained in acsTrapObjectPduNumber. The ID of the power device is contained in acsTrapObjectPduId. The socket number that was issued the off command is contained in acsTrapObjectSocketNumber. The socket name that was issued the off command is contained in acsTrapObjectSocketName. The name of the user who issued the off command is contained in acsTrapObjectUserName." --#SUMMARY "The off command was issued to a power device socket. Command issued by user: %s. Serial port number: %d. PDU number: %d. PDU ID: %s. Socket number: %d. Socket name: %s." --#ARGUMENTS { 0, 1, 2, 3, 4, 5} --#SEVERITY MINOR --#CATEGORY "Status Events" --NAME "Appliance Power Device Socket Off Command" --SHORT "appliance power device socket off command" --EVENT evt_pdsock_offcmd --% TrapTypeEnum=9 ::= 353 avctAcsOutletStatusOffTrap TRAP-TYPE ENTERPRISE acs VARIABLES { acsTrapObjectSerialPortNumber, acsTrapObjectPduNumber, acsTrapObjectPduId, acsTrapObjectSocketNumber, acsTrapObjectSocketName } DESCRIPTION "An outlet on a chain of power device has changed to the off state. The port number on the appliance that the chain of power device is attached to is contained in acsTrapObjectSerialPortNumber. The number of the power device is contained in the acsTrapObjectPduNumber. The ID of the power device is contained in acsTrapObjectPduId. The socket number that has changed to the off state is contained in acsTrapObjectSocketNumber. The socket name that has changed to the off state is contained in acsTrapObjectSocketName." --#SUMMARY "Power device socket state changed to off. Serial port number: %d. PDU number: %d. PDU ID: %s. Socket number: %d. Socket name: %s." --#ARGUMENTS { 0, 1, 2, 3, 4} --#SEVERITY MINOR --#CATEGORY "Status Events" --NAME "Appliance Power Device Socket State Off" --SHORT "appliance power device socket state off" --EVENT evt_pdsock_offst --% TrapTypeEnum=9 ::= 354 avctAcsOutletCmdCycleTrap TRAP-TYPE ENTERPRISE acs VARIABLES { acsTrapObjectUserName, acsTrapObjectSerialPortNumber, acsTrapObjectPduNumber, acsTrapObjectPduId, acsTrapObjectSocketNumber, acsTrapObjectSocketName } DESCRIPTION "An outlet on a chain of power device has been issued the cycle command. The port number on the appliance that the chain of power device is attached to is contained in acsTrapObjectSerialPortNumber. The power device number in the chain is contained in acsTrapObjectPduNumber. The ID of the power device is contained in acsTrapObjectPduId. The socket number that was issued the cycle command is contained in acsTrapObjectSocketNumber. The socket name that was issued the cycle command is contained in acsTrapObjectSocketName. The name of the user who issued the cycle command is contained in acsTrapObjectUserName." --#SUMMARY "The cycle command was issued to a power device socket. Command issued by user: %s. Serial port number: %d. PDU number: %d. PDU ID: %s. Socket number: %d. Socket name: %s." --#ARGUMENTS { 0, 1, 2, 3, 4, 5} --#SEVERITY MINOR --#CATEGORY "Status Events" --NAME "Appliance Power Device Socket Cycle Command" --SHORT "appliance power device socket cycle command" --EVENT evt_pdsock_cycmd --% TrapTypeEnum=9 ::= 355 avctAcsOutletCycleFinishedTrap TRAP-TYPE ENTERPRISE acs VARIABLES { acsTrapObjectSerialPortNumber, acsTrapObjectPduNumber, acsTrapObjectPduId, acsTrapObjectSocketNumber, acsTrapObjectSocketName } DESCRIPTION "An outlet on a chain of power device has completed the cycle command. The port number on the appliance that the chain of power device is attached to is contained in acsTrapObjectSerialPortNumber. The power device number in the chain is contained in acsTrapObjectPduNumber. The ID of the power device is contained in acsTrapObjectPduId. The socket number that was issued the cycle command is contained in acsTrapObjectSocketNumber. The socket name that was issued the cycle command is contained in acsTrapObjectSocketName." --#SUMMARY "The cycle command has completed to a power device socket. Serial port number: %d. PDU number: %d. PDU ID: %s. Socket number: %d. Socket name: %s." --#ARGUMENTS { 0, 1, 2, 3, 4} --#SEVERITY MINOR --#CATEGORY "Status Events" --NAME "Appliance Power Device Socket Cycle Command Completed" --SHORT "appliance power device socket cycle command completed" --EVENT evt_pdsock_cycom --% TrapTypeEnum=9 ::= 356 avctAcsOutletOnSenseFailTrap TRAP-TYPE ENTERPRISE acs VARIABLES { acsTrapObjectSerialPortNumber, acsTrapObjectPduNumber, acsTrapObjectPduId, acsTrapObjectSocketNumber, acsTrapObjectSocketName } DESCRIPTION "A power device attached to the appliance has detected an on sense failure for a socket. An on sense failure occurs when a socket should be in the on state but is actually in the off state. The port number on the appliance that the chain of power device is attached to is contained in acsTrapObjectSerialPortNumber. The number of the power device is contained in the acsTrapObjectPduNumber. The ID of the power device is contained in acsTrapObjectPduId. The socket number that has changed to the on state is contained in acsTrapObjectSocketNumber. The socket name that has changed to the on state is contained in acsTrapObjectSocketName." --#SUMMARY "Power device socket on sense failure. Serial port number: %d. PDU number: %d. PDU ID: %s. Socket number: %d. Socket name: %s." --#ARGUMENTS { 0, 1, 2, 3, 4} --#SEVERITY MINOR --#CATEGORY "Status Events" --NAME "Appliance Power Device On Sense Failure" --SHORT "appliance power device on sense failure" --EVENT evt_pd_onfail --% TrapTypeEnum=9 ::= 357 avctAcsOutletOffSenseFailTrap TRAP-TYPE ENTERPRISE acs VARIABLES { acsTrapObjectSerialPortNumber, acsTrapObjectPduNumber, acsTrapObjectPduId, acsTrapObjectSocketNumber, acsTrapObjectSocketName } DESCRIPTION "A power device attached to the appliance has detected an off sense failure for a socket. An off sense failure occurs when a socket should be in the off state but is actually in the on state. The port number on the appliance that the chain of power device is attached to is contained in acsTrapObjectSerialPortNumber. The number of the power device is contained in the acsTrapObjectPduNumber. The ID of the power device is contained in acsTrapObjectPduId. The socket number that has changed to the on state is contained in acsTrapObjectSocketNumber. The socket name that has changed to the on state is contained in acsTrapObjectSocketName." --#SUMMARY "Power device socket off sense failure. Serial port number: %d. PDU number: %d. PDU ID: %s. Socket number: %d. Socket name: %s." --#ARGUMENTS { 0, 1, 2, 3, 4} --#SEVERITY MINOR --#CATEGORY "Status Events" --NAME "Appliance Power Device Off Sense Failure" --SHORT "appliance power device off sense failure" --EVENT evt_pd_offail --% TrapTypeEnum=9 ::= 358 -- -- ACS 6000 Appliance Specifics TRAPS -- 500 avctAcsTemperatureExceededMaxTrap TRAP-TYPE ENTERPRISE acs VARIABLES { acsTrapObjectTemperatureMaximumValue, acsTrapObjectTemperatureMaxThreshold, acsTrapObjectTemperatureCurrent } DESCRIPTION "The appliance temperature has exceeded the maximum threshold configured. The maximum temperature configured is contained in acsTrapObjectTemperatureMaximumValue. The threshold configured is contained in the acsTrapObjectTemperatureMaxThreshold. The current temperature is contained in acsTrapObjectTemperatureCurrent." --#SUMMARY "Appliance temperature exceeded the maximum threshold. Maximum value: %d. Threshold: %d. Current: %d." --#ARGUMENTS { 0, 1, 2} --#SEVERITY CRITICAL --#CATEGORY "Status Events" --NAME "Appliance Temperature Max Threshold Exceeded" --SHORT "appliance temperature max threshold exceeded" --EVENT evt_temp_maxexd --% TrapTypeEnum=9 ::= 500 avctAcsTemperatureReachedMaxTrap TRAP-TYPE ENTERPRISE acs VARIABLES { acsTrapObjectTemperatureMaximumValue, acsTrapObjectTemperatureMaxThreshold, acsTrapObjectTemperatureCurrent } DESCRIPTION "The appliance temperature has gone beneath the maximum threshold configured. The maximum temperature configured is contained in acsTrapObjectTemperatureMaximumValue The threshold confiugred is contained in acsTrapObjectTemperatureMaxThreshold. The current temperature is contained in acsTrapObjectTemperatureCurrent." --#SUMMARY "Appliance temperature reached the maximum threshold. Maximum value: %d. Threshold: %d. Current: %d." --#ARGUMENTS { 0, 1, 2} --#SEVERITY NON-CRITICAL --#CATEGORY "Status Events" --NAME "Appliance Temperature Max Threshold Reached" --SHORT "appliance temperature max threshold reached" --EVENT evt_temp_maxrch --% TrapTypeEnum=9 ::= 501 avctAcsTemperatureExceededMinTrap TRAP-TYPE ENTERPRISE acs VARIABLES { acsTrapObjectTemperatureMinimumValue, acsTrapObjectTemperatureMinThreshold, acsTrapObjectTemperatureCurrent } DESCRIPTION "The appliance temperature has exceeded the minimum threshold configured. The minimum temperature configured is contained in acsTrapObjectTemperatureMinimumValue. The threshold configured is contained in the acsTrapObjectTemperatureMinThreshold. The current temperature is contained in acsTrapObjectTemperatureCurrent." --#SUMMARY "Appliance temperature exceeded the minimum threshold. Minimum value: %d. Threshold: %d. Current: %d." --#ARGUMENTS { 0, 1, 2} --#SEVERITY NON-CRITICAL --#CATEGORY "Status Events" --NAME "Appliance Temperature Min Threshold Exceeded" --SHORT "appliance temperature min threshold exceeded" --EVENT evt_temp_minexd --% TrapTypeEnum=9 ::= 502 avctAcsTemperatureReachedMinTrap TRAP-TYPE ENTERPRISE acs VARIABLES { acsTrapObjectTemperatureMinimumValue, acsTrapObjectTemperatureMinThreshold, acsTrapObjectTemperatureCurrent } DESCRIPTION "The appliance temperature has gone beneath the minimum threshold configured. The minimum temperature configured is contained in acsTrapObjectTemperatureMinimumValue The threshold confiugred is contained in acsTrapObjectTemperatureMinThreshold. The current temperature is contained in acsTrapObjectTemperatureCurrent." --#SUMMARY "Appliance temperature reached the minimum threshold. Minimum value: %d. Threshold:%d. Current: %d." --#ARGUMENTS { 0, 1, 2} --#SEVERITY NON-CRITICAL --#CATEGORY "Status Events" --NAME "Appliance Temperature Min Threshold Reached" --SHORT "appliance temperature min threshold reached" --EVENT evt_temp_minrch --% TrapTypeEnum=9 ::= 503 avctAcsPowerSupplyTrap TRAP-TYPE ENTERPRISE acs VARIABLES { acsTrapObjectPowerSupplyNumber, acsTrapObjectPowerSupplyOldState, acsTrapObjectPowerSupplyNewState } DESCRIPTION "The state of the appliance power supply has changed. The number of power supply is contained in acsTrapObjectPowerSupplyNumber. The old state of the power supply is contained in acsTrapObjectSupplyOldState. The new state of the power supply is contained in acsTrapObjectSupplyNewState." --#SUMMARY "State of the power supply has been changed. Power supply number: %d. Old state: %d. New state: %d." --#ARGUMENTS { 0, 1, 2} --#SEVERITY CRITICAL --#CATEGORY "Status Events" --NAME "Appliance Power Supply State Changed" --SHORT "appliance power supply state changed" --EVENT evt_pow_stch --% TrapTypeEnum=9 ::= 504 avctAcsPlugDeviceInsertTrap TRAP-TYPE ENTERPRISE acs VARIABLES { acsTrapObjectPlugDeviceName, acsTrapObjectPlugDeviceType, acsTrapObjectPlugDeviceInfo } DESCRIPTION "A plugged device has been inserted in the appliance. The device name used by plugged device is contained in acsTrapObjectPlugDeviceName. The type of the plugged device is contained in acsTrapObjectPlugDeviceType. The info about the plugged device is contained in acsTrapObjectPlugDeviceInfo." --#SUMMARY "A pluggable device has been inserted in the appliance. Device name: %s. Device type: %s. Device info: %s." --#ARGUMENTS { 0, 1, 2} --#SEVERITY CRITICAL --#CATEGORY "Status Events" --NAME "Appliance Has A Pluggable Device Inserted" --SHORT "appliance has a pluggable device inserted" --EVENT evt_plgd_ins --% TrapTypeEnum=9 ::= 505 avctAcsPlugDeviceEjectTrap TRAP-TYPE ENTERPRISE acs VARIABLES { acsTrapObjectPlugDeviceName, acsTrapObjectPlugDeviceType, acsTrapObjectPlugDeviceInfo } DESCRIPTION "A plugged device has been ejected from the appliance. The device name used by plugged device is contained in acsTrapObjectPlugDeviceName. The type of the plugged device is contained in acsTrapObjectPlugDeviceType. The info about the plugged device is contained in acsTrapObjectPlugDeviceInfo." --#SUMMARY "A pluggable device has been ejected from the appliance. Device name: %s. Device type: %s. Device info: %s." --#ARGUMENTS { 0, 1, 2} --#SEVERITY CRITICAL --#CATEGORY "Status Events" --NAME "Appliance Has A Pluggable Device Ejected" --SHORT "appliance has a pluggable device ejected" --EVENT evt_plgd_ej --% TrapTypeEnum=9 ::= 506 avctAcsSensorThresholdNormalTrap TRAP-TYPE ENTERPRISE acs VARIABLES { acsTrapObjectSerialPortNumber, acsTrapObjectPduNumber, acsTrapObjectPduId, acsTrapObjectPduElementType, acsTrapObjectPduElementName, acsTrapObjectPduCurrentValue } DESCRIPTION "A sensor attached to the appliance cleared its alarm. The port number of the appliance where the sensor is attached to is contained in acsTrapObjectSerialPortNumber. The number of the PDU where the sensor is attached is contained in acsTrapObjectPduNumber. The ID of the PDU where the sensor is attached is contained in acsTrapObjectPduId. The Type of the sensor is contained in acsTrapObjectPduElementType. The Name of the sensor is contained in acsTrapObjectPduElementName. The current value detected when this trap was originated is contained in acsTrapObjectPduCurrentValue." --#SUMMARY "Sensor alarm was cleared. Serial port number: %d. PDU number: %d. PDU ID: %s. Sensor Type: %s. Sensor Name: %s. Current value: %s." --#ARGUMENTS { 0, 1, 2, 3, 4, 5} --#SEVERITY NON-CRITICAL --#CATEGORY "Status Events" --NAME "Sensor Alarm Cleared" --SHORT "sensor alarm cleared" --EVENT evt_sensor_alarm_normal --% TrapTypeEnum=9 ::= 507 avctAcsSensorThresholdHighCriticalTrap TRAP-TYPE ENTERPRISE acs VARIABLES { acsTrapObjectSerialPortNumber, acsTrapObjectPduNumber, acsTrapObjectPduId, acsTrapObjectPduElementType, acsTrapObjectPduElementName, acsTrapObjectPduCurrentValue } DESCRIPTION "A sensor attached to the appliance is above its high critical threshold. The port number of the appliance where the sensor is attached to is contained in acsTrapObjectSerialPortNumber. The number of the PDU where the sensor is attached is contained in acsTrapObjectPduNumber. The ID of the PDU where the sensor is attached is contained in acsTrapObjectPduId. The Type of the sensor is contained in acsTrapObjectPduElementType. The Name of the sensor is contained in acsTrapObjectPduElementName. The current value detected when this trap was originated is contained in acsTrapObjectPduCurrentValue." --#SUMMARY "Sensor is above its high critical threshold. Serial port number: %d. PDU number: %d. PDU ID: %s. Sensor Type: %s. Sensor Name: %s. Current value: %s." --#ARGUMENTS { 0, 1, 2, 3, 4, 5} --#SEVERITY CRITICAL --#CATEGORY "Status Events" --NAME "Sensor Alarm High Critical" --SHORT "sensor alarm high critical" --EVENT evt_sensor_alarm_high_crit --% TrapTypeEnum=9 ::= 508 avctAcsSensorThresholdHighWarningTrap TRAP-TYPE ENTERPRISE acs VARIABLES { acsTrapObjectSerialPortNumber, acsTrapObjectPduNumber, acsTrapObjectPduId, acsTrapObjectPduElementType, acsTrapObjectPduElementName, acsTrapObjectPduCurrentValue } DESCRIPTION "A sensor attached to the appliance is above its high warning threshold. The port number of the appliance where the sensor is attached to is contained in acsTrapObjectSerialPortNumber. The number of the PDU where the sensor is attached is contained in acsTrapObjectPduNumber. The ID of the PDU where the sensor is attached is contained in acsTrapObjectPduId. The Type of the sensor is contained in acsTrapObjectPduElementType. The Name of the sensor is contained in acsTrapObjectPduElementName. The current value detected when this trap was originated is contained in acsTrapObjectPduCurrentValue." --#SUMMARY "Sensor is above its high warning threshold. Serial port number: %d. PDU number: %d. PDU ID: %s. Sensor Type: %s. Sensor Name: %s. Current value: %s." --#ARGUMENTS { 0, 1, 2, 3, 4, 5} --#SEVERITY NON-CRITICAL --#CATEGORY "Status Events" --NAME "Sensor Alarm High Warning" --SHORT "sensor alarm high warning" --EVENT evt_sensor_alarm_high_warn --% TrapTypeEnum=9 ::= 509 avctAcsSensorThresholdLowWarningTrap TRAP-TYPE ENTERPRISE acs VARIABLES { acsTrapObjectSerialPortNumber, acsTrapObjectPduNumber, acsTrapObjectPduId, acsTrapObjectPduElementType, acsTrapObjectPduElementName, acsTrapObjectPduCurrentValue } DESCRIPTION "A sensor attached to the appliance is below its low warning threshold. The port number of the appliance where the sensor is attached to is contained in acsTrapObjectSerialPortNumber. The number of the PDU where the sensor is attached is contained in acsTrapObjectPduNumber. The ID of the PDU where the sensor is attached is contained in acsTrapObjectPduId. The Type of the sensor is contained in acsTrapObjectPduElementType. The Name of the sensor is contained in acsTrapObjectPduElementName. The current value detected when this trap was originated is contained in acsTrapObjectPduCurrentValue." --#SUMMARY "Sensor is below its low warning threshold. Serial port number: %d. PDU number: %d. PDU ID: %s. Sensor Type: %s. Sensor Name: %s. Current value: %s." --#ARGUMENTS { 0, 1, 2, 3, 4, 5} --#SEVERITY NON-CRITICAL --#CATEGORY "Status Events" --NAME "Sensor Alarm Low Warning" --SHORT "sensor alarm low warning" --EVENT evt_sensor_alarm_low_warn --% TrapTypeEnum=9 ::= 510 avctAcsSensorThresholdLowCriticalTrap TRAP-TYPE ENTERPRISE acs VARIABLES { acsTrapObjectSerialPortNumber, acsTrapObjectPduNumber, acsTrapObjectPduId, acsTrapObjectPduElementType, acsTrapObjectPduElementName, acsTrapObjectPduCurrentValue } DESCRIPTION "A sensor attached to the appliance is below its low critical threshold. The port number of the appliance where the sensor is attached to is contained in acsTrapObjectSerialPortNumber. The number of the PDU where the sensor is attached is contained in acsTrapObjectPduNumber. The ID of the PDU where the sensor is attached is contained in acsTrapObjectPduId. The Type of the sensor is contained in acsTrapObjectPduElementType. The Name of the sensor is contained in acsTrapObjectPduElementName. The current value detected when this trap was originated is contained in acsTrapObjectPduCurrentValue." --#SUMMARY "Sensor is below its low critical threshold. Serial port number: %d. PDU number: %d. PDU ID: %s. Sensor Type: %s. Sensor Name: %s. Current value: %s." --#ARGUMENTS { 0, 1, 2, 3, 4, 5} --#SEVERITY NON-CRITICAL --#CATEGORY "Status Events" --NAME "Sensor Alarm Low Critical" --SHORT "sensor alarm low critical" --EVENT evt_sensor_alarm_low_crit --% TrapTypeEnum=9 ::= 511 avctAcsSensorThresholdDigitalSensorAlarmTrap TRAP-TYPE ENTERPRISE acs VARIABLES { acsTrapObjectSerialPortNumber, acsTrapObjectPduNumber, acsTrapObjectPduId, acsTrapObjectPduElementType, acsTrapObjectPduElementName, acsTrapObjectPduCurrentValue } DESCRIPTION "A digital sensor attached to the appliance is in its alarm state. The port number of the appliance where the sensor is attached to is contained in acsTrapObjectSerialPortNumber. The number of the PDU where the sensor is attached is contained in acsTrapObjectPduNumber. The ID of the PDU where the sensor is attached is contained in acsTrapObjectPduId. The Type of the sensor is contained in acsTrapObjectPduElementType. The Name of the sensor is contained in acsTrapObjectPduElementName. The current value detected when this trap was originated is contained in acsTrapObjectPduCurrentValue." --#SUMMARY "Digital sensor changed to alarm state. Serial port number: %d. PDU number: %d. PDU ID: %s. Sensor Type: %s. Sensor Name: %s. Current value: %s." --#ARGUMENTS { 0, 1, 2, 3, 4, 5} --#SEVERITY CRITICAL --#CATEGORY "Status Events" --NAME "Digital Sensor Alarm" --SHORT "digital sensor alarm" --EVENT evt_digital_sensor_alarm --% TrapTypeEnum=9 ::= 512 END