UPS_-01-PCUNINTPOWERSUPPLY-MIB DEFINITIONS ::= BEGIN -- -- SST UPS_-01-PCUNINTPOWERSUPPLY MIB -- IMPORTS enterprises, Counter FROM RFC1155-SMI OBJECT-TYPE FROM RFC-1212 DisplayString FROM RFC-1213 TruthValue FROM RFC1253-MIB sstDevice, VerificationState FROM NCR-CORESST-MIB; ups_-01-PcUnintPowerSupply OBJECT IDENTIFIER ::= { sstDevice 94 } devObjs OBJECT IDENTIFIER ::= { ups_-01-PcUnintPowerSupply 1 } srvObjs OBJECT IDENTIFIER ::= { ups_-01-PcUnintPowerSupply 4 } ----------------------------------------------------------- -- Device Service Miscellaneous Definitions ----------------------------------------------------------- Reset ::= INTEGER { reset (1) } ----------------------------------------------------------- -- SST Device - UPS_-01-PcUnintPowerSupply ----------------------------------------------------------- devManufacturer OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS optional DESCRIPTION "The name of the manufacturer of the product." ::= { devObjs 1 } devProduct OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS optional DESCRIPTION "This attribute does not apply to SST devices." ::= { devObjs 2 } devVersion OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS optional DESCRIPTION "This attribute does not apply to SST devices." ::= { devObjs 3 } devSerialNo OBJECT-TYPE SYNTAX DisplayString ACCESS read-write STATUS optional DESCRIPTION "This attribute does not apply to SST devices." ::= { devObjs 4 } devInstallation OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS optional DESCRIPTION "The date and time, in DMI-defined format, when the component was (last) installed." ::= { devObjs 5 } devVerify OBJECT-TYPE SYNTAX VerificationState ACCESS read-only STATUS optional DESCRIPTION "A level of verification that the device software is installed and functioning. This attribute is not currently supported." ::= { devObjs 6 } devName OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "The unique, platform-defined name of the device." ::= { devObjs 7 } devShortDesc OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "The platform-defined short description of the device." ::= { devObjs 8 } devLongDesc OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "The platform-defined long description of the device." ::= { devObjs 9 } devUniversalId OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The unique, platform-defined identifier for the type of device." ::= { devObjs 10 } devVariant OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The identifier for the specific hardware configuration of the device, indicating what hardware the device has." ::= { devObjs 11 } devSummaryState OBJECT-TYPE SYNTAX ModuleState ACCESS read-only STATUS mandatory DESCRIPTION "The summary state of the device indicating the state of the device's least healthy module." ::= { devObjs 12 } -- SST End of Device Info ----------------------------------------------------------- -- SST Service Table ----------------------------------------------------------- srvServiceTable OBJECT-TYPE SYNTAX SEQUENCE OF SrvServiceEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "This group defines the attributes of the services associated with the device.." ::= { srvObjs 1 } srvServiceEntry OBJECT-TYPE SYNTAX SrvServiceEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "This defines the contents of the table." INDEX { srvServiceIndex } ::= { srvServiceTable 1 } SrvServiceEntry ::= SEQUENCE { srvServiceIndex DisplayString, srvServiceVariant INTEGER, srvServiceState OCTET STRING, srvServiceMaintenance OCTET STRING, srvServiceReplenishment OCTET STRING, srvServiceClearState Reset, srvServiceClearTallies Reset } srvServiceIndex OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "A unique, platform-defined name for each service." ::= { srvServiceEntry 1 } srvServiceVariant OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The current configuration of the service, indicating the additional transaction facilities available to the transaction application." ::= { srvServiceEntry 2 } srvServiceState OBJECT-TYPE SYNTAX OCTET STRING ACCESS read-only STATUS mandatory DESCRIPTION "This indicates the current level of availability of the service parts to the transaction application." ::= { srvServiceEntry 3 } srvServiceMaintenance OBJECT-TYPE SYNTAX OCTET STRING ACCESS read-only STATUS mandatory DESCRIPTION "Maintenance information associated with the last state change in the service: M-Code, M-Status and M-Data." ::= { srvServiceEntry 4 } srvServiceReplenishment OBJECT-TYPE SYNTAX OCTET STRING ACCESS read-only STATUS mandatory DESCRIPTION "Replenishment status data associated with the last state change in the service: RS-Data." ::= { srvServiceEntry 5 } srvServiceClearState OBJECT-TYPE SYNTAX Reset ACCESS write-only STATUS mandatory DESCRIPTION "Setting the value of this attribute clears all parts of the service to a good (fully functioning and available) state, but does not guarantee that the fault has been cleared." ::= { srvServiceEntry 6 } srvServiceClearTallies OBJECT-TYPE SYNTAX Reset ACCESS write-only STATUS mandatory DESCRIPTION "Setting the value of this attribute clears all tallies supported by the service." ::= { srvServiceEntry 7 } ----------------------------------------------------------- -- SST Service Tallies Table ----------------------------------------------------------- srvServiceTallyTable OBJECT-TYPE SYNTAX SEQUENCE OF SrvServiceTallyEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "This group defines the attributes of the counters supported by the device service to record the operations, usage and performance of the device it manages." ::= { srvObjs 2 } srvServiceTallyEntry OBJECT-TYPE SYNTAX SrvServiceTallyEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "This defines the contents of the table." INDEX { srvServiceNameIndex, srvServiceTallyIndex } ::= { srvServiceTallyTable 1 } SrvServiceTallyEntry ::= SEQUENCE { srvServiceNameIndex DisplayString, srvServiceTallyIndex INTEGER, srvServiceTallyName DisplayString, srvServiceTallyValue Counter } srvServiceNameIndex OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "A unique name for each service." ::= { srvServiceTallyEntry 1 } srvServiceTallyIndex OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "A unique number for each tally." ::= { srvServiceTallyEntry 2 } srvServiceTallyName OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "A description of the tally." ::= { srvServiceTallyEntry 3 } srvServiceTallyValue OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The current value of the tally." ::= { srvServiceTallyEntry 4 } END UPS_-01-PCUNINTPOWERSUPPLY-UPSDEVICE-MIB DEFINITIONS ::= BEGIN -- -- SST UPS_-01-PCUNINTPOWERSUPPLY MIB -- IMPORTS enterprises, Counter FROM RFC1155-SMI OBJECT-TYPE FROM RFC-1212 DisplayString FROM RFC-1213 TruthValue FROM RFC1253-MIB sstDevice FROM NCR-CORESST-MIB; ups_-01-PcUnintPowerSupply OBJECT IDENTIFIER ::= { sstDevice 94 } upsDevice OBJECT IDENTIFIER ::= { ups_-01-PcUnintPowerSupply 5 } ----------------------------------------------------------- -- Device Module Miscellaneous Definitions ----------------------------------------------------------- ModuleState ::= INTEGER { healthy (1), attentionSoon (2), attentionNow (3), notConfigured (4) } VariableType ::= INTEGER { noThreshold (1), singleThreshold (2), doubleThreshold (3), wordDoubleThreshold (4), measurementSingleThreshold (5), threshold (6)} ActionType ::= INTEGER { fill (1), empty (2), renew (3), replace (4), repair (5) } ----------------------------------------------------------- -- SST Device Module - upsDevice ----------------------------------------------------------- modIdentifier OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Within the device, this is a unique identifier for the module." ::= { upsDevice 1 } modDesc OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "A description of the module." ::= { upsDevice 2 } modReplenishable OBJECT-TYPE SYNTAX TruthValue ACCESS read-only STATUS mandatory DESCRIPTION "A value of TRUE means the module can be replenished (filled, emptied or renewed). A value of FALSE means it can be repaired or replaced." ::= { upsDevice 3 } modCurrentSummaryState OBJECT-TYPE SYNTAX ModuleState ACCESS read-only STATUS mandatory DESCRIPTION "The current summary state of the module." ::= { upsDevice 4 } modCurrentDetailedState OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The status code for the current detailed state." ::= { upsDevice 5 } modCurrentDetailedStateDesc OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "A description of the current detailed state." ::= { upsDevice 6 } modPreviousSummaryState OBJECT-TYPE SYNTAX ModuleState ACCESS read-only STATUS mandatory DESCRIPTION "The previous summary state of the module." ::= { upsDevice 7 } modPreviousDetailedState OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The status code for the previous detailed state." ::= { upsDevice 8 } modPreviousDetailedStateDesc OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "A description of the previous detailed state." ::= { upsDevice 9 } modFaultId OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "A string of digits summarizing all the information about the current state of the module." ::= { upsDevice 10 } modAssemSerial OBJECT-TYPE SYNTAX DisplayString ACCESS read-write STATUS optional DESCRIPTION "The serial number of the module." ::= { upsDevice 11 } modAssemAssem OBJECT-TYPE SYNTAX DisplayString ACCESS read-write STATUS optional DESCRIPTION "The assembly number of the module." ::= { upsDevice 12 } modAssemCode OBJECT-TYPE SYNTAX DisplayString ACCESS read-write STATUS optional DESCRIPTION "The manufacturing code of the module." ::= { upsDevice 13 } modPMDate OBJECT-TYPE SYNTAX DisplayString ACCESS read-write STATUS optional DESCRIPTION "Date of the last scheduled service of the module." ::= { upsDevice 14 } modPMData OBJECT-TYPE SYNTAX OCTET STRING ACCESS read-write STATUS optional DESCRIPTION "Details of the last scheduled service of the module." ::= { upsDevice 15 } ----------------------------------------------------------- -- Device Module Variable Table - upsDevice ----------------------------------------------------------- modVarTable OBJECT-TYPE SYNTAX SEQUENCE OF ModVarEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "This group defines the attributes of the variables used by the module to manage its operational state." ::= { upsDevice 16 } modVarEntry OBJECT-TYPE SYNTAX ModVarEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "This defines the contents of the table." INDEX { modVarIndex } ::= { modVarTable 1 } ModVarEntry ::= SEQUENCE {modVarIndex INTEGER, modVarDesc DisplayString, modVarType VariableType, modVarValue Counter, modVarThreshold1 INTEGER, modVarThreshold2 INTEGER } modVarIndex OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "This is a unique number for every entry in the module variables table." ::= { modVarEntry 1 } modVarDesc OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "A description of the module variable." ::= { modVarEntry 2 } modVarType OBJECT-TYPE SYNTAX VariableType ACCESS read-only STATUS mandatory DESCRIPTION "An enumerated value indicating whether the variable has thresholds and the type of threshold." ::= { modVarEntry 3 } modVarValue OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The value of the module variable." ::= { modVarEntry 4 } modVarThreshold1 OBJECT-TYPE SYNTAX INTEGER ACCESS read-write STATUS optional DESCRIPTION "For variables with one threshold, this is a final value. For variables with two thresholds, this is a warning value." ::= { modVarEntry 5 } modVarThreshold2 OBJECT-TYPE SYNTAX INTEGER ACCESS read-write STATUS optional DESCRIPTION "For variables with two thresholds, this is the final value." ::= { modVarEntry 6 } ----------------------------------------------------------- -- Device Module Actions Table - upsDevice ----------------------------------------------------------- modActionTable OBJECT-TYPE SYNTAX SEQUENCE OF ModActionEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "This group defines the attributes of the actions that can be performed on the module to restore or maintain its normal operational state." ::= { upsDevice 17 } modActionEntry OBJECT-TYPE SYNTAX ModActionEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "This defines the contents of the table." INDEX { modActionIndex } ::= { modActionTable 1 } ModActionEntry ::= SEQUENCE { modActionIndex INTEGER, modActionDesc DisplayString, modActionType ActionType, modActionFaultDetect TruthValue, modActionActiveDetect TruthValue, modActionProactive TruthValue, modActionCustomerAction TruthValue, modActionComplete TruthValue } modActionIndex OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "A unique number for each action in the module actions table." ::= { modActionEntry 1 } modActionDesc OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "A description of the module action." ::= { modActionEntry 2 } modActionType OBJECT-TYPE SYNTAX ActionType ACCESS read-only STATUS mandatory DESCRIPTION "An enumerated value indicating the type of action performed on the module." ::= { modActionEntry 3 } modActionFaultDetect OBJECT-TYPE SYNTAX TruthValue ACCESS read-only STATUS mandatory DESCRIPTION "A value of TRUE means the module can automatically detect that the action has been performed for the associated fault that was reported." ::= { modActionEntry 4 } modActionProactive OBJECT-TYPE SYNTAX TruthValue ACCESS read-only STATUS mandatory DESCRIPTION "A value of TRUE means the action can be performed on the module before the associated fault occurs." ::= { modActionEntry 5 } modActionProactiveDetect OBJECT-TYPE SYNTAX TruthValue ACCESS read-only STATUS mandatory DESCRIPTION "A value of TRUE means the module can, through its sensors, automatically detect that the action has been performed before the associated fault occurs." ::= { modActionEntry 6 } modActionCustomerActionable OBJECT-TYPE SYNTAX TruthValue ACCESS read-only STATUS mandatory DESCRIPTION "A value of TRUE means the customer can perform the action." ::= { modActionEntry 7 } modActionComplete OBJECT-TYPE SYNTAX TruthValue ACCESS write-only STATUS mandatory DESCRIPTION "Setting the value of this attribute to TRUE informs the module that the action has been performed, and clears the appropriate module variables." ::= { modActionEntry 8 } END UPS_-01-PCUNINTPOWERSUPPLY-UPSBATTERY-MIB DEFINITIONS ::= BEGIN -- -- SST UPS_-01-PCUNINTPOWERSUPPLY MIB -- IMPORTS enterprises, Counter FROM RFC1155-SMI OBJECT-TYPE FROM RFC-1212 DisplayString FROM RFC-1213 TruthValue FROM RFC1253-MIB sstDevice FROM NCR-CORESST-MIB; ups_-01-PcUnintPowerSupply OBJECT IDENTIFIER ::= { sstDevice 94 } upsBattery OBJECT IDENTIFIER ::= { ups_-01-PcUnintPowerSupply 6 } ----------------------------------------------------------- -- Device Module Miscellaneous Definitions ----------------------------------------------------------- ModuleState ::= INTEGER { healthy (1), attentionSoon (2), attentionNow (3), notConfigured (4) } VariableType ::= INTEGER { noThreshold (1), singleThreshold (2), doubleThreshold (3), wordDoubleThreshold (4), measurementSingleThreshold (5), threshold (6)} ActionType ::= INTEGER { fill (1), empty (2), renew (3), replace (4), repair (5) } ----------------------------------------------------------- -- SST Device Module - upsBattery ----------------------------------------------------------- modIdentifier OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Within the device, this is a unique identifier for the module." ::= { upsBattery 1 } modDesc OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "A description of the module." ::= { upsBattery 2 } modReplenishable OBJECT-TYPE SYNTAX TruthValue ACCESS read-only STATUS mandatory DESCRIPTION "A value of TRUE means the module can be replenished (filled, emptied or renewed). A value of FALSE means it can be repaired or replaced." ::= { upsBattery 3 } modCurrentSummaryState OBJECT-TYPE SYNTAX ModuleState ACCESS read-only STATUS mandatory DESCRIPTION "The current summary state of the module." ::= { upsBattery 4 } modCurrentDetailedState OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The status code for the current detailed state." ::= { upsBattery 5 } modCurrentDetailedStateDesc OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "A description of the current detailed state." ::= { upsBattery 6 } modPreviousSummaryState OBJECT-TYPE SYNTAX ModuleState ACCESS read-only STATUS mandatory DESCRIPTION "The previous summary state of the module." ::= { upsBattery 7 } modPreviousDetailedState OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The status code for the previous detailed state." ::= { upsBattery 8 } modPreviousDetailedStateDesc OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "A description of the previous detailed state." ::= { upsBattery 9 } modFaultId OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "A string of digits summarizing all the information about the current state of the module." ::= { upsBattery 10 } modAssemSerial OBJECT-TYPE SYNTAX DisplayString ACCESS read-write STATUS optional DESCRIPTION "The serial number of the module." ::= { upsBattery 11 } modAssemAssem OBJECT-TYPE SYNTAX DisplayString ACCESS read-write STATUS optional DESCRIPTION "The assembly number of the module." ::= { upsBattery 12 } modAssemCode OBJECT-TYPE SYNTAX DisplayString ACCESS read-write STATUS optional DESCRIPTION "The manufacturing code of the module." ::= { upsBattery 13 } modPMDate OBJECT-TYPE SYNTAX DisplayString ACCESS read-write STATUS optional DESCRIPTION "Date of the last scheduled service of the module." ::= { upsBattery 14 } modPMData OBJECT-TYPE SYNTAX OCTET STRING ACCESS read-write STATUS optional DESCRIPTION "Details of the last scheduled service of the module." ::= { upsBattery 15 } ----------------------------------------------------------- -- Device Module Variable Table - upsBattery ----------------------------------------------------------- modVarTable OBJECT-TYPE SYNTAX SEQUENCE OF ModVarEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "This group defines the attributes of the variables used by the module to manage its operational state." ::= { upsBattery 16 } modVarEntry OBJECT-TYPE SYNTAX ModVarEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "This defines the contents of the table." INDEX { modVarIndex } ::= { modVarTable 1 } ModVarEntry ::= SEQUENCE {modVarIndex INTEGER, modVarDesc DisplayString, modVarType VariableType, modVarValue Counter, modVarThreshold1 INTEGER, modVarThreshold2 INTEGER } modVarIndex OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "This is a unique number for every entry in the module variables table." ::= { modVarEntry 1 } modVarDesc OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "A description of the module variable." ::= { modVarEntry 2 } modVarType OBJECT-TYPE SYNTAX VariableType ACCESS read-only STATUS mandatory DESCRIPTION "An enumerated value indicating whether the variable has thresholds and the type of threshold." ::= { modVarEntry 3 } modVarValue OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The value of the module variable." ::= { modVarEntry 4 } modVarThreshold1 OBJECT-TYPE SYNTAX INTEGER ACCESS read-write STATUS optional DESCRIPTION "For variables with one threshold, this is a final value. For variables with two thresholds, this is a warning value." ::= { modVarEntry 5 } modVarThreshold2 OBJECT-TYPE SYNTAX INTEGER ACCESS read-write STATUS optional DESCRIPTION "For variables with two thresholds, this is the final value." ::= { modVarEntry 6 } ----------------------------------------------------------- -- Device Module Actions Table - upsBattery ----------------------------------------------------------- modActionTable OBJECT-TYPE SYNTAX SEQUENCE OF ModActionEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "This group defines the attributes of the actions that can be performed on the module to restore or maintain its normal operational state." ::= { upsBattery 17 } modActionEntry OBJECT-TYPE SYNTAX ModActionEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "This defines the contents of the table." INDEX { modActionIndex } ::= { modActionTable 1 } ModActionEntry ::= SEQUENCE { modActionIndex INTEGER, modActionDesc DisplayString, modActionType ActionType, modActionFaultDetect TruthValue, modActionActiveDetect TruthValue, modActionProactive TruthValue, modActionCustomerAction TruthValue, modActionComplete TruthValue } modActionIndex OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "A unique number for each action in the module actions table." ::= { modActionEntry 1 } modActionDesc OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "A description of the module action." ::= { modActionEntry 2 } modActionType OBJECT-TYPE SYNTAX ActionType ACCESS read-only STATUS mandatory DESCRIPTION "An enumerated value indicating the type of action performed on the module." ::= { modActionEntry 3 } modActionFaultDetect OBJECT-TYPE SYNTAX TruthValue ACCESS read-only STATUS mandatory DESCRIPTION "A value of TRUE means the module can automatically detect that the action has been performed for the associated fault that was reported." ::= { modActionEntry 4 } modActionProactive OBJECT-TYPE SYNTAX TruthValue ACCESS read-only STATUS mandatory DESCRIPTION "A value of TRUE means the action can be performed on the module before the associated fault occurs." ::= { modActionEntry 5 } modActionProactiveDetect OBJECT-TYPE SYNTAX TruthValue ACCESS read-only STATUS mandatory DESCRIPTION "A value of TRUE means the module can, through its sensors, automatically detect that the action has been performed before the associated fault occurs." ::= { modActionEntry 6 } modActionCustomerActionable OBJECT-TYPE SYNTAX TruthValue ACCESS read-only STATUS mandatory DESCRIPTION "A value of TRUE means the customer can perform the action." ::= { modActionEntry 7 } modActionComplete OBJECT-TYPE SYNTAX TruthValue ACCESS write-only STATUS mandatory DESCRIPTION "Setting the value of this attribute to TRUE informs the module that the action has been performed, and clears the appropriate module variables." ::= { modActionEntry 8 } END UPS_-01-PCUNINTPOWERSUPPLY-UPSMAINSSUPPLY-MIB DEFINITIONS ::= BEGIN -- -- SST UPS_-01-PCUNINTPOWERSUPPLY MIB -- IMPORTS enterprises, Counter FROM RFC1155-SMI OBJECT-TYPE FROM RFC-1212 DisplayString FROM RFC-1213 TruthValue FROM RFC1253-MIB sstDevice FROM NCR-CORESST-MIB; ups_-01-PcUnintPowerSupply OBJECT IDENTIFIER ::= { sstDevice 94 } upsMainsSupply OBJECT IDENTIFIER ::= { ups_-01-PcUnintPowerSupply 7 } ----------------------------------------------------------- -- Device Module Miscellaneous Definitions ----------------------------------------------------------- ModuleState ::= INTEGER { healthy (1), attentionSoon (2), attentionNow (3), notConfigured (4) } VariableType ::= INTEGER { noThreshold (1), singleThreshold (2), doubleThreshold (3), wordDoubleThreshold (4), measurementSingleThreshold (5), threshold (6)} ActionType ::= INTEGER { fill (1), empty (2), renew (3), replace (4), repair (5) } ----------------------------------------------------------- -- SST Device Module - upsMainsSupply ----------------------------------------------------------- modIdentifier OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Within the device, this is a unique identifier for the module." ::= { upsMainsSupply 1 } modDesc OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "A description of the module." ::= { upsMainsSupply 2 } modReplenishable OBJECT-TYPE SYNTAX TruthValue ACCESS read-only STATUS mandatory DESCRIPTION "A value of TRUE means the module can be replenished (filled, emptied or renewed). A value of FALSE means it can be repaired or replaced." ::= { upsMainsSupply 3 } modCurrentSummaryState OBJECT-TYPE SYNTAX ModuleState ACCESS read-only STATUS mandatory DESCRIPTION "The current summary state of the module." ::= { upsMainsSupply 4 } modCurrentDetailedState OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The status code for the current detailed state." ::= { upsMainsSupply 5 } modCurrentDetailedStateDesc OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "A description of the current detailed state." ::= { upsMainsSupply 6 } modPreviousSummaryState OBJECT-TYPE SYNTAX ModuleState ACCESS read-only STATUS mandatory DESCRIPTION "The previous summary state of the module." ::= { upsMainsSupply 7 } modPreviousDetailedState OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The status code for the previous detailed state." ::= { upsMainsSupply 8 } modPreviousDetailedStateDesc OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "A description of the previous detailed state." ::= { upsMainsSupply 9 } modFaultId OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "A string of digits summarizing all the information about the current state of the module." ::= { upsMainsSupply 10 } modAssemSerial OBJECT-TYPE SYNTAX DisplayString ACCESS read-write STATUS optional DESCRIPTION "The serial number of the module." ::= { upsMainsSupply 11 } modAssemAssem OBJECT-TYPE SYNTAX DisplayString ACCESS read-write STATUS optional DESCRIPTION "The assembly number of the module." ::= { upsMainsSupply 12 } modAssemCode OBJECT-TYPE SYNTAX DisplayString ACCESS read-write STATUS optional DESCRIPTION "The manufacturing code of the module." ::= { upsMainsSupply 13 } modPMDate OBJECT-TYPE SYNTAX DisplayString ACCESS read-write STATUS optional DESCRIPTION "Date of the last scheduled service of the module." ::= { upsMainsSupply 14 } modPMData OBJECT-TYPE SYNTAX OCTET STRING ACCESS read-write STATUS optional DESCRIPTION "Details of the last scheduled service of the module." ::= { upsMainsSupply 15 } ----------------------------------------------------------- -- Device Module Variable Table - upsMainsSupply ----------------------------------------------------------- modVarTable OBJECT-TYPE SYNTAX SEQUENCE OF ModVarEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "This group defines the attributes of the variables used by the module to manage its operational state." ::= { upsMainsSupply 16 } modVarEntry OBJECT-TYPE SYNTAX ModVarEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "This defines the contents of the table." INDEX { modVarIndex } ::= { modVarTable 1 } ModVarEntry ::= SEQUENCE {modVarIndex INTEGER, modVarDesc DisplayString, modVarType VariableType, modVarValue Counter, modVarThreshold1 INTEGER, modVarThreshold2 INTEGER } modVarIndex OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "This is a unique number for every entry in the module variables table." ::= { modVarEntry 1 } modVarDesc OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "A description of the module variable." ::= { modVarEntry 2 } modVarType OBJECT-TYPE SYNTAX VariableType ACCESS read-only STATUS mandatory DESCRIPTION "An enumerated value indicating whether the variable has thresholds and the type of threshold." ::= { modVarEntry 3 } modVarValue OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The value of the module variable." ::= { modVarEntry 4 } modVarThreshold1 OBJECT-TYPE SYNTAX INTEGER ACCESS read-write STATUS optional DESCRIPTION "For variables with one threshold, this is a final value. For variables with two thresholds, this is a warning value." ::= { modVarEntry 5 } modVarThreshold2 OBJECT-TYPE SYNTAX INTEGER ACCESS read-write STATUS optional DESCRIPTION "For variables with two thresholds, this is the final value." ::= { modVarEntry 6 } ----------------------------------------------------------- -- Device Module Actions Table - upsMainsSupply ----------------------------------------------------------- modActionTable OBJECT-TYPE SYNTAX SEQUENCE OF ModActionEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "This group defines the attributes of the actions that can be performed on the module to restore or maintain its normal operational state." ::= { upsMainsSupply 17 } modActionEntry OBJECT-TYPE SYNTAX ModActionEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "This defines the contents of the table." INDEX { modActionIndex } ::= { modActionTable 1 } ModActionEntry ::= SEQUENCE { modActionIndex INTEGER, modActionDesc DisplayString, modActionType ActionType, modActionFaultDetect TruthValue, modActionActiveDetect TruthValue, modActionProactive TruthValue, modActionCustomerAction TruthValue, modActionComplete TruthValue } modActionIndex OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "A unique number for each action in the module actions table." ::= { modActionEntry 1 } modActionDesc OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "A description of the module action." ::= { modActionEntry 2 } modActionType OBJECT-TYPE SYNTAX ActionType ACCESS read-only STATUS mandatory DESCRIPTION "An enumerated value indicating the type of action performed on the module." ::= { modActionEntry 3 } modActionFaultDetect OBJECT-TYPE SYNTAX TruthValue ACCESS read-only STATUS mandatory DESCRIPTION "A value of TRUE means the module can automatically detect that the action has been performed for the associated fault that was reported." ::= { modActionEntry 4 } modActionProactive OBJECT-TYPE SYNTAX TruthValue ACCESS read-only STATUS mandatory DESCRIPTION "A value of TRUE means the action can be performed on the module before the associated fault occurs." ::= { modActionEntry 5 } modActionProactiveDetect OBJECT-TYPE SYNTAX TruthValue ACCESS read-only STATUS mandatory DESCRIPTION "A value of TRUE means the module can, through its sensors, automatically detect that the action has been performed before the associated fault occurs." ::= { modActionEntry 6 } modActionCustomerActionable OBJECT-TYPE SYNTAX TruthValue ACCESS read-only STATUS mandatory DESCRIPTION "A value of TRUE means the customer can perform the action." ::= { modActionEntry 7 } modActionComplete OBJECT-TYPE SYNTAX TruthValue ACCESS write-only STATUS mandatory DESCRIPTION "Setting the value of this attribute to TRUE informs the module that the action has been performed, and clears the appropriate module variables." ::= { modActionEntry 8 } END UPS_-01-PCUNINTPOWERSUPPLY-UPSBATTERYSUPPLY-MIB DEFINITIONS ::= BEGIN -- -- SST UPS_-01-PCUNINTPOWERSUPPLY MIB -- IMPORTS enterprises, Counter FROM RFC1155-SMI OBJECT-TYPE FROM RFC-1212 DisplayString FROM RFC-1213 TruthValue FROM RFC1253-MIB sstDevice FROM NCR-CORESST-MIB; ups_-01-PcUnintPowerSupply OBJECT IDENTIFIER ::= { sstDevice 94 } upsBatterySupply OBJECT IDENTIFIER ::= { ups_-01-PcUnintPowerSupply 8 } ----------------------------------------------------------- -- Device Module Miscellaneous Definitions ----------------------------------------------------------- ModuleState ::= INTEGER { healthy (1), attentionSoon (2), attentionNow (3), notConfigured (4) } VariableType ::= INTEGER { noThreshold (1), singleThreshold (2), doubleThreshold (3), wordDoubleThreshold (4), measurementSingleThreshold (5), threshold (6)} ActionType ::= INTEGER { fill (1), empty (2), renew (3), replace (4), repair (5) } ----------------------------------------------------------- -- SST Device Module - upsBatterySupply ----------------------------------------------------------- modIdentifier OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Within the device, this is a unique identifier for the module." ::= { upsBatterySupply 1 } modDesc OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "A description of the module." ::= { upsBatterySupply 2 } modReplenishable OBJECT-TYPE SYNTAX TruthValue ACCESS read-only STATUS mandatory DESCRIPTION "A value of TRUE means the module can be replenished (filled, emptied or renewed). A value of FALSE means it can be repaired or replaced." ::= { upsBatterySupply 3 } modCurrentSummaryState OBJECT-TYPE SYNTAX ModuleState ACCESS read-only STATUS mandatory DESCRIPTION "The current summary state of the module." ::= { upsBatterySupply 4 } modCurrentDetailedState OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The status code for the current detailed state." ::= { upsBatterySupply 5 } modCurrentDetailedStateDesc OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "A description of the current detailed state." ::= { upsBatterySupply 6 } modPreviousSummaryState OBJECT-TYPE SYNTAX ModuleState ACCESS read-only STATUS mandatory DESCRIPTION "The previous summary state of the module." ::= { upsBatterySupply 7 } modPreviousDetailedState OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The status code for the previous detailed state." ::= { upsBatterySupply 8 } modPreviousDetailedStateDesc OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "A description of the previous detailed state." ::= { upsBatterySupply 9 } modFaultId OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "A string of digits summarizing all the information about the current state of the module." ::= { upsBatterySupply 10 } modAssemSerial OBJECT-TYPE SYNTAX DisplayString ACCESS read-write STATUS optional DESCRIPTION "The serial number of the module." ::= { upsBatterySupply 11 } modAssemAssem OBJECT-TYPE SYNTAX DisplayString ACCESS read-write STATUS optional DESCRIPTION "The assembly number of the module." ::= { upsBatterySupply 12 } modAssemCode OBJECT-TYPE SYNTAX DisplayString ACCESS read-write STATUS optional DESCRIPTION "The manufacturing code of the module." ::= { upsBatterySupply 13 } modPMDate OBJECT-TYPE SYNTAX DisplayString ACCESS read-write STATUS optional DESCRIPTION "Date of the last scheduled service of the module." ::= { upsBatterySupply 14 } modPMData OBJECT-TYPE SYNTAX OCTET STRING ACCESS read-write STATUS optional DESCRIPTION "Details of the last scheduled service of the module." ::= { upsBatterySupply 15 } ----------------------------------------------------------- -- Device Module Variable Table - upsBatterySupply ----------------------------------------------------------- modVarTable OBJECT-TYPE SYNTAX SEQUENCE OF ModVarEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "This group defines the attributes of the variables used by the module to manage its operational state." ::= { upsBatterySupply 16 } modVarEntry OBJECT-TYPE SYNTAX ModVarEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "This defines the contents of the table." INDEX { modVarIndex } ::= { modVarTable 1 } ModVarEntry ::= SEQUENCE {modVarIndex INTEGER, modVarDesc DisplayString, modVarType VariableType, modVarValue Counter, modVarThreshold1 INTEGER, modVarThreshold2 INTEGER } modVarIndex OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "This is a unique number for every entry in the module variables table." ::= { modVarEntry 1 } modVarDesc OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "A description of the module variable." ::= { modVarEntry 2 } modVarType OBJECT-TYPE SYNTAX VariableType ACCESS read-only STATUS mandatory DESCRIPTION "An enumerated value indicating whether the variable has thresholds and the type of threshold." ::= { modVarEntry 3 } modVarValue OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The value of the module variable." ::= { modVarEntry 4 } modVarThreshold1 OBJECT-TYPE SYNTAX INTEGER ACCESS read-write STATUS optional DESCRIPTION "For variables with one threshold, this is a final value. For variables with two thresholds, this is a warning value." ::= { modVarEntry 5 } modVarThreshold2 OBJECT-TYPE SYNTAX INTEGER ACCESS read-write STATUS optional DESCRIPTION "For variables with two thresholds, this is the final value." ::= { modVarEntry 6 } ----------------------------------------------------------- -- Device Module Actions Table - upsBatterySupply ----------------------------------------------------------- modActionTable OBJECT-TYPE SYNTAX SEQUENCE OF ModActionEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "This group defines the attributes of the actions that can be performed on the module to restore or maintain its normal operational state." ::= { upsBatterySupply 17 } modActionEntry OBJECT-TYPE SYNTAX ModActionEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "This defines the contents of the table." INDEX { modActionIndex } ::= { modActionTable 1 } ModActionEntry ::= SEQUENCE { modActionIndex INTEGER, modActionDesc DisplayString, modActionType ActionType, modActionFaultDetect TruthValue, modActionActiveDetect TruthValue, modActionProactive TruthValue, modActionCustomerAction TruthValue, modActionComplete TruthValue } modActionIndex OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "A unique number for each action in the module actions table." ::= { modActionEntry 1 } modActionDesc OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "A description of the module action." ::= { modActionEntry 2 } modActionType OBJECT-TYPE SYNTAX ActionType ACCESS read-only STATUS mandatory DESCRIPTION "An enumerated value indicating the type of action performed on the module." ::= { modActionEntry 3 } modActionFaultDetect OBJECT-TYPE SYNTAX TruthValue ACCESS read-only STATUS mandatory DESCRIPTION "A value of TRUE means the module can automatically detect that the action has been performed for the associated fault that was reported." ::= { modActionEntry 4 } modActionProactive OBJECT-TYPE SYNTAX TruthValue ACCESS read-only STATUS mandatory DESCRIPTION "A value of TRUE means the action can be performed on the module before the associated fault occurs." ::= { modActionEntry 5 } modActionProactiveDetect OBJECT-TYPE SYNTAX TruthValue ACCESS read-only STATUS mandatory DESCRIPTION "A value of TRUE means the module can, through its sensors, automatically detect that the action has been performed before the associated fault occurs." ::= { modActionEntry 6 } modActionCustomerActionable OBJECT-TYPE SYNTAX TruthValue ACCESS read-only STATUS mandatory DESCRIPTION "A value of TRUE means the customer can perform the action." ::= { modActionEntry 7 } modActionComplete OBJECT-TYPE SYNTAX TruthValue ACCESS write-only STATUS mandatory DESCRIPTION "Setting the value of this attribute to TRUE informs the module that the action has been performed, and clears the appropriate module variables." ::= { modActionEntry 8 } END