--MibName=caiUxOs -- -- This material contains, and is a part of a computer software program which -- is, proprietary and confidential information owned by: -- COMPUTER ASSOCIATES INTERNATIONAL, INC. -- The program, including this material, may not be duplicated, disclosed or -- reproduced in whole or in part for any purpose without the express written -- authorization of COMPUTER ASSOCIATES. All authorized reproductions must -- be marked with this legend. -- -- Copyright (c)1998 Computer Associates International, Inc. -- All rights reserved. -- CAIUXOS DEFINITIONS ::= BEGIN -- defined by IETF IMPORTS TRAP-TYPE FROM RFC-1215 OBJECT-TYPE, Counter, Gauge, enterprises FROM RFC1155-SMI DisplayString FROM RFC1213-MIB; cai OBJECT IDENTIFIER ::= { enterprises 791 } caiSysMgr OBJECT IDENTIFIER ::= { cai 2 } agentWorks OBJECT IDENTIFIER ::= { caiSysMgr 9 } unix OBJECT IDENTIFIER ::= { agentWorks 4 } caiUxOs OBJECT IDENTIFIER ::= { unix 5 } -- -- caiUxOs -- uxsConfigGroup OBJECT IDENTIFIER ::= { caiUxOs 1 } uxsStatusGroup OBJECT IDENTIFIER ::= { caiUxOs 2 } uxsAvailableGroup OBJECT IDENTIFIER ::= { caiUxOs 3 } uxsPollGroup OBJECT IDENTIFIER ::= { caiUxOs 4 } -- -- uxsConfigGroup -- uxsConfigGeneralGroup OBJECT IDENTIFIER ::= { uxsConfigGroup 1 } uxsConfigSysGroup OBJECT IDENTIFIER ::= { uxsConfigGroup 2 } uxsConfigCPUGroup OBJECT IDENTIFIER ::= { uxsConfigGroup 3 } uxsConfigLoadGroup OBJECT IDENTIFIER ::= { uxsConfigGroup 4 } uxsConfigMemGroup OBJECT IDENTIFIER ::= { uxsConfigGroup 5 } uxsConfigSwapGroup OBJECT IDENTIFIER ::= { uxsConfigGroup 6 } uxsConfigFSysGroup OBJECT IDENTIFIER ::= { uxsConfigGroup 7 } uxsConfigDiskGroup OBJECT IDENTIFIER ::= { uxsConfigGroup 8 } uxsConfigFileGroup OBJECT IDENTIFIER ::= { uxsConfigGroup 9 } uxsConfigProcGroup OBJECT IDENTIFIER ::= { uxsConfigGroup 10 } uxsConfigPrnGroup OBJECT IDENTIFIER ::= { uxsConfigGroup 11 } uxsConfigNetGroup OBJECT IDENTIFIER ::= { uxsConfigGroup 12 } uxsConfigIPCGroup OBJECT IDENTIFIER ::= { uxsConfigGroup 13 } -- -- uxsStatusGroup -- uxsStatusGeneralGroup OBJECT IDENTIFIER ::= { uxsStatusGroup 1 } uxsStatusCPUGroup OBJECT IDENTIFIER ::= { uxsStatusGroup 2 } uxsStatusLoadGroup OBJECT IDENTIFIER ::= { uxsStatusGroup 3 } uxsStatusMemGroup OBJECT IDENTIFIER ::= { uxsStatusGroup 4 } uxsStatusSwapGroup OBJECT IDENTIFIER ::= { uxsStatusGroup 5 } uxsStatusFSysGroup OBJECT IDENTIFIER ::= { uxsStatusGroup 6 } uxsStatusDiskGroup OBJECT IDENTIFIER ::= { uxsStatusGroup 7 } uxsStatusFileGroup OBJECT IDENTIFIER ::= { uxsStatusGroup 8 } uxsStatusProcGroup OBJECT IDENTIFIER ::= { uxsStatusGroup 9 } uxsStatusPrnGroup OBJECT IDENTIFIER ::= { uxsStatusGroup 10 } uxsStatusNetGroup OBJECT IDENTIFIER ::= { uxsStatusGroup 11 } uxsStatusIPCGroup OBJECT IDENTIFIER ::= { uxsStatusGroup 12 } -- -- uxsAvailableGroup -- uxsAvailFSysRefresh OBJECT-TYPE SYNTAX INTEGER { none(1), refresh(2) } ACCESS read-write STATUS mandatory DESCRIPTION "&Set this value to refresh(2) to check the operating system for recently configured file systems. The user can not set the value to none(1)." ::= { uxsAvailableGroup 1 } uxsAvailFSysTable OBJECT-TYPE SYNTAX SEQUENCE OF UxsAvailFSysSequence ACCESS not-accessible STATUS mandatory DESCRIPTION "&The table containing a list of file systems that are currently known to the agent and are available for monitoring." ::= { uxsAvailableGroup 2 } uxsAvailDiskRefresh OBJECT-TYPE SYNTAX INTEGER { none(1), refresh(2) } ACCESS read-write STATUS mandatory DESCRIPTION "&Set this value to refresh(2) to check the operating system for recently configured physical disks. The user can not set the value to none(1)." ::= { uxsAvailableGroup 3 } uxsAvailDiskTable OBJECT-TYPE SYNTAX SEQUENCE OF UxsAvailDiskSequence ACCESS not-accessible STATUS mandatory DESCRIPTION "&The table containing a list of physical disks that are currently known to the agent and are available for monitoring." ::= { uxsAvailableGroup 4 } uxsAvailPrnRefresh OBJECT-TYPE SYNTAX INTEGER { none(1), refresh(2) } ACCESS read-write STATUS mandatory DESCRIPTION "&Set this value to refresh(2) to check the operating system for recently configured printers or printer queues. The user can not set the value to none(1)." ::= { uxsAvailableGroup 5 } uxsAvailPrnTable OBJECT-TYPE SYNTAX SEQUENCE OF UxsAvailPrnSequence ACCESS not-accessible STATUS mandatory DESCRIPTION "&The table containing a list of printers and printer queues that are currently known to the agent and are available for monitoring." ::= { uxsAvailableGroup 6 } -- -- uxsPollGroup -- uxsPollNetGroup OBJECT IDENTIFIER ::= { uxsPollGroup 1 } uxsPollIPCGroup OBJECT IDENTIFIER ::= { uxsPollGroup 2 } -- -- uxsConfigGeneralGroup -- uxsConfigGeneralAgentVersion OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "&The version of the agent that is running." ::= { uxsConfigGeneralGroup 1 } uxsConfigGeneralColdStartTime OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "&The date/time the agent was started." ::= { uxsConfigGeneralGroup 2 } uxsConfigGeneralWarmStartTime OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "&The date/time that the agent was last reconfigured through the SNMP interface." ::= { uxsConfigGeneralGroup 3 } uxsConfigGeneralCPUPollTime OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "&The last date/time that the CPU information was polled." ::= { uxsConfigGeneralGroup 4 } uxsConfigGeneralLoadPollTime OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "&The last date/time that the load average information was polled." ::= { uxsConfigGeneralGroup 5 } uxsConfigGeneralMemPollTime OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "&The last date/time that the real memory information was polled." ::= { uxsConfigGeneralGroup 6 } uxsConfigGeneralSwapPollTime OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "&The last date/time that the swap information was polled." ::= { uxsConfigGeneralGroup 7 } uxsConfigGeneralFSysPollTime OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "&The last date/time that the file system information was polled." ::= { uxsConfigGeneralGroup 8 } uxsConfigGeneralDiskPollTime OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "&The last date/time that the physical disk information was polled." ::= { uxsConfigGeneralGroup 9 } uxsConfigGeneralFilePollTime OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "&The last date/time that the file information was polled." ::= { uxsConfigGeneralGroup 10 } uxsConfigGeneralProcPollTime OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "&The last date/time that the process information was polled." ::= { uxsConfigGeneralGroup 11 } uxsConfigGeneralPrnPollTime OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "&The last date/time that the printer queue information was polled." ::= { uxsConfigGeneralGroup 12 } uxsConfigGeneralNetPollTime OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "&The last date/time that the Network Interface was polled." ::= { uxsConfigGeneralGroup 13 } uxsConfigGeneralIPCPollTime OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "&The last date/time that the Inter Process Communication information was polled." ::= { uxsConfigGeneralGroup 14 } -- -- uxsConfigSysGroup -- uxsConfigSysNodeName OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "&The name of the UNIX node." ::= { uxsConfigSysGroup 1 } uxsConfigSysSystemName OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "&The name of the operating system installed on the machine." ::= { uxsConfigSysGroup 2 } uxsConfigSysRelease OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "&The release of the operating system installed on the machine." ::= { uxsConfigSysGroup 3 } uxsConfigSysVersion OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "&The version of the operating system installed on the machine." ::= { uxsConfigSysGroup 4 } uxsConfigSysHardware OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "&The name of the hardware type of the machine." ::= { uxsConfigSysGroup 5 } uxsConfigSysBootTime OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "&The date/time the machine was booted." ::= { uxsConfigSysGroup 6 } uxsConfigSysRunLevel OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "&The run level of the machine at the time the agent started." ::= { uxsConfigSysGroup 7 } -- -- uxsConfigCPUGroup -- uxsConfigCPUPollInterval OBJECT-TYPE SYNTAX INTEGER ACCESS read-write STATUS mandatory DESCRIPTION "&The time, in seconds, between the collections of the CPU information. Valid ranges: -1 (Suspended), 30 seconds or greater." ::= { uxsConfigCPUGroup 1 } uxsConfigCPUPollMethod OBJECT-TYPE SYNTAX INTEGER { disable(1), use-polling-period(2) } ACCESS read-write STATUS mandatory DESCRIPTION "&Defines if the CPU information is collected. Valid values: disable(1) or use-polling-period(2)." ::= { uxsConfigCPUGroup 2 } uxsConfigCPULag OBJECT-TYPE SYNTAX INTEGER ACCESS read-write STATUS mandatory DESCRIPTION "&The number of times that the threshold has to be reached before the state changes. Valid range: Greater than 0." ::= { uxsConfigCPUGroup 3 } uxsConfigCPUWarn OBJECT-TYPE SYNTAX DisplayString ACCESS read-write STATUS mandatory DESCRIPTION "&The value for CPU usage, as a percentage, that is considered a warning level for that resource. Valid ranges: Greater than 0, less than 99, not greater than or equal to the critical threshold." ::= { uxsConfigCPUGroup 4 } uxsConfigCPUCrit OBJECT-TYPE SYNTAX DisplayString ACCESS read-write STATUS mandatory DESCRIPTION "&The value for CPU usage, as a percentage, that is considered a critical level for that resource. Valid ranges: Greater than 1, less than 100, not less than or equal to the warning threshold." ::= { uxsConfigCPUGroup 5 } uxsConfigCPUMonitor OBJECT-TYPE SYNTAX INTEGER { do-not-monitor(1), warning-only(2), critical-only(3), both(4) } ACCESS read-write STATUS mandatory DESCRIPTION "&Defines the level of monitoring for the resource's status. Valid values: do-not-monitor(1), warning-only(2), critical-only(3) or both(4)." ::= { uxsConfigCPUGroup 6 } uxsConfigCPULossAction OBJECT-TYPE SYNTAX INTEGER { remove(1), up(2), down(3) } ACCESS read-write STATUS mandatory DESCRIPTION "&Defines the action to take if the CPU is removed from the machine. Valid values: remove(1), up(2) or down(3)." ::= { uxsConfigCPUGroup 7 } -- -- uxsConfigLoadGroup -- uxsConfigLoadPollInterval OBJECT-TYPE SYNTAX INTEGER ACCESS read-write STATUS mandatory DESCRIPTION "&The time, in seconds, between the collections of the load average information. Valid ranges: -1 (Suspended), 30 seconds or greater." ::= { uxsConfigLoadGroup 1 } uxsConfigLoadPollMethod OBJECT-TYPE SYNTAX INTEGER { disable(1), use-polling-period(2) } ACCESS read-write STATUS mandatory DESCRIPTION "&Defines whether the load average information is collected. Valid values: disable(1) or use-polling-period(2)." ::= { uxsConfigLoadGroup 2 } -- -- uxsConfigMemGroup -- uxsConfigMemPollInterval OBJECT-TYPE SYNTAX INTEGER ACCESS read-write STATUS mandatory DESCRIPTION "&The time, in seconds, between the collections of the real memory information. Valid ranges: -1 (Suspended), 30 seconds or greater." ::= { uxsConfigMemGroup 1 } uxsConfigMemPollMethod OBJECT-TYPE SYNTAX INTEGER { disable(1), use-polling-period(2) } ACCESS read-write STATUS mandatory DESCRIPTION "&Defines whether the real memory information is collected. Valid values: disable(1) or use-polling-period(2)." ::= { uxsConfigMemGroup 2 } -- -- uxsConfigSwapGroup -- uxsConfigSwapPollInterval OBJECT-TYPE SYNTAX INTEGER ACCESS read-write STATUS mandatory DESCRIPTION "&The time, in seconds, between the collections of the swap usage information. Valid ranges: -1 (Suspended), 30 seconds or greater." ::= { uxsConfigSwapGroup 1 } uxsConfigSwapPollMethod OBJECT-TYPE SYNTAX INTEGER { disable(1), use-polling-period(2) } ACCESS read-write STATUS mandatory DESCRIPTION "&Defines whether the swap usage information is collected. Valid values: disable(1) or use-polling-period(2)." ::= { uxsConfigSwapGroup 2 } uxsConfigSwapLag OBJECT-TYPE SYNTAX INTEGER ACCESS read-write STATUS mandatory DESCRIPTION "&The number of times that the threshold has to be reached before the state changes. Valid range: Greater than 0." ::= { uxsConfigSwapGroup 3 } uxsConfigSwapWarn OBJECT-TYPE SYNTAX DisplayString ACCESS read-write STATUS mandatory DESCRIPTION "&The value for used swap space, either as a percentage or in kilobytes, that is considered a warning level for that resource. Valid ranges: Greater than 0, less than total swap - 1, not greater than or equal to the critical threshold." ::= { uxsConfigSwapGroup 4 } uxsConfigSwapCrit OBJECT-TYPE SYNTAX DisplayString ACCESS read-write STATUS mandatory DESCRIPTION "&The value for used swap space, either as a percentage or in kilobytes, that is considered a critical level for that resource. Valid ranges: Greater than 1, less than total swap, not less than or equal to the warning threshold." ::= { uxsConfigSwapGroup 5 } uxsConfigSwapMonitor OBJECT-TYPE SYNTAX INTEGER { do-not-monitor(1), warning-only(2), critical-only(3), both(4) } ACCESS read-write STATUS mandatory DESCRIPTION "&Defines the level of monitoring for the resource's status. Valid values: do-not-monitor(1), warning-only(2), critical-only(3) or both(4)." ::= { uxsConfigSwapGroup 6 } uxsConfigSwapLossAction OBJECT-TYPE SYNTAX INTEGER { remove(1), up(2), down(3) } ACCESS read-write STATUS mandatory DESCRIPTION "&Defines the action to take if the swap partition is removed from the machine. Valid values: remove(1), up(2) or down(3)." ::= { uxsConfigSwapGroup 7 } -- -- uxsConfigFSysGroup -- uxsConfigFSysPollInterval OBJECT-TYPE SYNTAX INTEGER ACCESS read-write STATUS mandatory DESCRIPTION "&The time, in seconds, between the collections of the file system information. Valid ranges: -1 (Suspended), 30 seconds or greater." ::= { uxsConfigFSysGroup 1 } uxsConfigFSysPollMethod OBJECT-TYPE SYNTAX INTEGER { disable(1), use-polling-period(2) } ACCESS read-write STATUS mandatory DESCRIPTION "&Defines whether the file system information is collected. Valid values: disable(1) or use-polling-period(2)." ::= { uxsConfigFSysGroup 2 } uxsConfigFSysSpaceWarn OBJECT-TYPE SYNTAX DisplayString ACCESS read-write STATUS mandatory DESCRIPTION "&The value for file system space, either as a percentage or in kilobytes, that is considered a warning level for that resource. Valid ranges: Greater than 0, less than file system size - 1, not greater than or equal to the critical threshold." ::= { uxsConfigFSysGroup 3 } uxsConfigFSysSpaceCrit OBJECT-TYPE SYNTAX DisplayString ACCESS read-write STATUS mandatory DESCRIPTION "&The value for file system space, either as a percentage or in kilobytes, that is considered a critical level for that resource. Valid ranges: Greater than 1, less than file system size, not less than or equal to the warning threshold." ::= { uxsConfigFSysGroup 4 } uxsConfigFSysSpaceMonitor OBJECT-TYPE SYNTAX INTEGER { do-not-monitor(1), warning-only(2), critical-only(3), both(4) } ACCESS read-write STATUS mandatory DESCRIPTION "&Defines the level of monitoring for the resource's status. Valid values: do-not-monitor(1), warning-only(2), critical-only(3) or both(4)." ::= { uxsConfigFSysGroup 5 } uxsConfigFSysSpaceDWarn OBJECT-TYPE SYNTAX DisplayString ACCESS read-write STATUS mandatory DESCRIPTION "&The value for file system delta space, either as a percentage or in kilobytes, that is considered a warning level for that resource. Valid ranges: Greater than 0, not greater than or equal to the critical threshold." ::= { uxsConfigFSysGroup 6 } uxsConfigFSysSpaceDCrit OBJECT-TYPE SYNTAX DisplayString ACCESS read-write STATUS mandatory DESCRIPTION "&The value for file system delta space, either as a percentage or in kilobytes, that is considered a critical level for that resource. Valid ranges: Greater than 1, not less than or equal to the warning threshold." ::= { uxsConfigFSysGroup 7 } uxsConfigFSysSpaceDMonitor OBJECT-TYPE SYNTAX INTEGER { do-not-monitor(1), warning-only(2), critical-only(3), both(4) } ACCESS read-write STATUS mandatory DESCRIPTION "&Defines the level of monitoring for the resource's status. Valid values: do-not-monitor(1), warning-only(2), critical-only(3) or both(4)." ::= { uxsConfigFSysGroup 8 } uxsConfigFSysInodesWarn OBJECT-TYPE SYNTAX DisplayString ACCESS read-write STATUS mandatory DESCRIPTION "&The value for inodes, either as a percentage or absolute value, that is considered a warning level for that resource. Valid ranges: Greater than 0, less than total inodes - 1, not greater than or equal to the critical threshold." ::= { uxsConfigFSysGroup 9 } uxsConfigFSysInodesCrit OBJECT-TYPE SYNTAX DisplayString ACCESS read-write STATUS mandatory DESCRIPTION "&The value for inodes, either as percentage or absolute value, that is considered a critical level for that resource. Valid ranges: Greater than 1, less than total inodes, not less than or equal to the warning threshold." ::= { uxsConfigFSysGroup 10 } uxsConfigFSysInodesMonitor OBJECT-TYPE SYNTAX INTEGER { do-not-monitor(1), warning-only(2), critical-only(3), both(4) } ACCESS read-write STATUS mandatory DESCRIPTION "&Defines the level of monitoring for the resource's status. Valid values: do-not-monitor(1), warning-only(2), critical-only(3) or both(4)." ::= { uxsConfigFSysGroup 11 } uxsConfigFSysInodesDWarn OBJECT-TYPE SYNTAX DisplayString ACCESS read-write STATUS mandatory DESCRIPTION "&The value for inodes delta, either as a percentage or absolute value, that is considered a warning level for that resource. Valid ranges: Greater than 0, not greater than or equal to the critical threshold." ::= { uxsConfigFSysGroup 12 } uxsConfigFSysInodesDCrit OBJECT-TYPE SYNTAX DisplayString ACCESS read-write STATUS mandatory DESCRIPTION "&The value for inodes delta, either as a percentage or absolute value, that is considered a critical level for that resource. Valid ranges: Greater than 1, not less than or equal to the warning threshold." ::= { uxsConfigFSysGroup 13 } uxsConfigFSysInodesDMonitor OBJECT-TYPE SYNTAX INTEGER { do-not-monitor(1), warning-only(2), critical-only(3), both(4) } ACCESS read-write STATUS mandatory DESCRIPTION "&Defines the level of monitoring for the resource's status. Valid values: do-not-monitor(1), warning-only(2), critical-only(3) or both(4)." ::= { uxsConfigFSysGroup 14 } uxsConfigFSysMountedMonitor OBJECT-TYPE SYNTAX INTEGER { do-not-monitor(1), monitor(2) } ACCESS read-write STATUS mandatory DESCRIPTION "&Defines the level of monitoring for the resource's status. Valid values: do-not-monitor(1) or monitor(2)." ::= { uxsConfigFSysGroup 15 } uxsConfigFSysLossAction OBJECT-TYPE SYNTAX INTEGER { remove(1), up(2), down(3) } ACCESS read-write STATUS mandatory DESCRIPTION "&Defines the action to take if the file system is removed from the file system table. Valid values: remove(1), up(2) or down(3)." ::= { uxsConfigFSysGroup 16 } uxsConfigFSysNameAdd OBJECT-TYPE SYNTAX DisplayString ACCESS read-write STATUS mandatory DESCRIPTION "&Defines the name of the file system watcher to add." ::= { uxsConfigFSysGroup 17 } uxsConfigFSysNameRemove OBJECT-TYPE SYNTAX DisplayString ACCESS read-write STATUS mandatory DESCRIPTION "&Defines the name of the file system watcher to remove." ::= { uxsConfigFSysGroup 18 } -- -- uxsConfigDiskGroup -- uxsConfigDiskPollInterval OBJECT-TYPE SYNTAX INTEGER ACCESS read-write STATUS mandatory DESCRIPTION "&The time, in seconds, between the collections of the physical disk information. Valid ranges: -1 (Suspended), 30 seconds or greater." ::= { uxsConfigDiskGroup 1 } uxsConfigDiskPollMethod OBJECT-TYPE SYNTAX INTEGER { disable(1), use-polling-period(2) } ACCESS read-write STATUS mandatory DESCRIPTION "&Defines whether the physical disk information is collected. Valid values: disable(1) or use-polling-period(2)." ::= { uxsConfigDiskGroup 2 } uxsConfigDiskTPutWarn OBJECT-TYPE SYNTAX INTEGER ACCESS read-write STATUS mandatory DESCRIPTION "&The value for physical disk throughput in kilobytes per second that is considered a warning level for that resource. Valid ranges: Greater than 0, not greater than or equal to the critical threshold." ::= { uxsConfigDiskGroup 3 } uxsConfigDiskTPutCrit OBJECT-TYPE SYNTAX INTEGER ACCESS read-write STATUS mandatory DESCRIPTION "&The value for physical disk throughput in kilobytes per second that is considered a critical level for that resource. Valid ranges: Greater than 1, not less than or equal to the warning threshold." ::= { uxsConfigDiskGroup 4 } uxsConfigDiskTPutMonitor OBJECT-TYPE SYNTAX INTEGER { do-not-monitor(1), warning-only(2), critical-only(3), both(4) } ACCESS read-write STATUS mandatory DESCRIPTION "&Defines the level of monitoring for the resource's status. Valid values: do-not-monitor(1), warning-only(2), critical-only(3) or both(4)." ::= { uxsConfigDiskGroup 5 } uxsConfigDiskLossAction OBJECT-TYPE SYNTAX INTEGER { remove(1), up(2), down(3) } ACCESS read-write STATUS mandatory DESCRIPTION "&Defines the action to take if the physical disk is removed from the machine. Valid values: remove(1), up(2) or down(3)." ::= { uxsConfigDiskGroup 6 } uxsConfigDiskNameAdd OBJECT-TYPE SYNTAX DisplayString ACCESS read-write STATUS mandatory DESCRIPTION "&Defines the name of the physical disk watcher to add." ::= { uxsConfigDiskGroup 7 } uxsConfigDiskNameRemove OBJECT-TYPE SYNTAX DisplayString ACCESS read-write STATUS mandatory DESCRIPTION "&Defines the name of the physical disk watcher to remove." ::= { uxsConfigDiskGroup 8 } -- -- uxsConfigFileGroup -- uxsConfigFilePollInterval OBJECT-TYPE SYNTAX INTEGER ACCESS read-write STATUS mandatory DESCRIPTION "&The time, in seconds, between the collections of the file information. Valid ranges: -1 (Suspended), 30 seconds or greater." ::= { uxsConfigFileGroup 1 } uxsConfigFilePollMethod OBJECT-TYPE SYNTAX INTEGER { disable(1), use-polling-period(2) } ACCESS read-write STATUS mandatory DESCRIPTION "&Defines whether the file information is collected. Valid values: disable(1) or use-polling-period(2)." ::= { uxsConfigFileGroup 2 } uxsConfigFileDesc OBJECT-TYPE SYNTAX DisplayString ACCESS read-write STATUS mandatory DESCRIPTION "&The description associated with the file watcher." ::= { uxsConfigFileGroup 3 } uxsConfigFileExist OBJECT-TYPE SYNTAX INTEGER { should-exist(1), should-not-exist(2) } ACCESS read-write STATUS mandatory DESCRIPTION "&The type of existence monitoring to apply to the file watcher. Valid values: should-exist(1) or should-not-exist(2)" ::= { uxsConfigFileGroup 4 } uxsConfigFileExistMonitor OBJECT-TYPE SYNTAX INTEGER { do-not-monitor(1), monitor(2) } ACCESS read-write STATUS mandatory DESCRIPTION "&Defines the level of monitoring for the resource's status. Valid values: do-not-monitor(1) or monitor(2)." ::= { uxsConfigFileGroup 5 } uxsConfigFileModTimeMonitor OBJECT-TYPE SYNTAX INTEGER { do-not-monitor(1), monitor(2) } ACCESS read-write STATUS mandatory DESCRIPTION "&Defines the level of monitoring for the resource's status. Valid values: do-not-monitor(1) or monitor(2)." ::= { uxsConfigFileGroup 6 } uxsConfigFileSizeWarn OBJECT-TYPE SYNTAX DisplayString ACCESS read-write STATUS mandatory DESCRIPTION "&The value for file size, either as a percentage of the total or as an absolute value, that is considered a warning level for that resource. Valid ranges: Greater than 0, not greater than or equal to the critical threshold." ::= { uxsConfigFileGroup 7 } uxsConfigFileSizeCrit OBJECT-TYPE SYNTAX DisplayString ACCESS read-write STATUS mandatory DESCRIPTION "&The value for file size, either as a percentage of the total or as an absolute value, that is considered a critical level for that resource. Valid ranges: Greater than 1, not less than or equal to the warning threshold." ::= { uxsConfigFileGroup 8 } uxsConfigFileSizeMonitor OBJECT-TYPE SYNTAX INTEGER { do-not-monitor(1), warning-only(2), critical-only(3), both(4) } ACCESS read-write STATUS mandatory DESCRIPTION "&Defines the level of monitoring for the resource's status. Valid values: do-not-monitor(1), warning-only(2), critical-only(3) or both(4)." ::= { uxsConfigFileGroup 9 } uxsConfigFileSizeDWarn OBJECT-TYPE SYNTAX DisplayString ACCESS read-write STATUS mandatory DESCRIPTION "&The value for file size delta, either as a percentage of the total or as an absolute value, that is considered a warning level for that resource. Valid ranges: Greater than 0, not greater than or equal to the critical threshold." ::= { uxsConfigFileGroup 10 } uxsConfigFileSizeDCrit OBJECT-TYPE SYNTAX DisplayString ACCESS read-write STATUS mandatory DESCRIPTION "&The value for file size delta, either as a percentage of the total or as an absolute value, that is considered a critical level for that resource. Valid ranges: Greater than 1, not less than or equal to the warning threshold." ::= { uxsConfigFileGroup 11 } uxsConfigFileSizeDMonitor OBJECT-TYPE SYNTAX INTEGER { do-not-monitor(1), warning-only(2), critical-only(3), both(4) } ACCESS read-write STATUS mandatory DESCRIPTION "&Defines the level of monitoring for the resource's status. Valid values: do-not-monitor(1), warning-only(2), critical-only(3) or both(4)." ::= { uxsConfigFileGroup 12 } uxsConfigFileNameAdd OBJECT-TYPE SYNTAX DisplayString ACCESS read-write STATUS mandatory DESCRIPTION "&Defines the name of the file watcher to add." ::= { uxsConfigFileGroup 13 } uxsConfigFileNameRemove OBJECT-TYPE SYNTAX DisplayString ACCESS read-write STATUS mandatory DESCRIPTION "&Defines the name of the file watcher to remove." ::= { uxsConfigFileGroup 14 } -- -- uxsConfigProcGroup -- uxsConfigProcPollInterval OBJECT-TYPE SYNTAX INTEGER ACCESS read-write STATUS mandatory DESCRIPTION "&The time, in seconds, between the collections of the process information. Valid ranges: -1 (Suspended), 30 seconds or greater." ::= { uxsConfigProcGroup 1 } uxsConfigProcPollMethod OBJECT-TYPE SYNTAX INTEGER { disable(1), use-polling-period(2) } ACCESS read-write STATUS mandatory DESCRIPTION "&Defines whether the process information is collected. Valid values: disable(1) or use-polling-period(2)." ::= { uxsConfigProcGroup 2 } uxsConfigProcPath OBJECT-TYPE SYNTAX DisplayString ACCESS read-write STATUS mandatory DESCRIPTION "&The path of the process to match. Valid values are a string with an optional * at the end of the string for wild card matching." ::= { uxsConfigProcGroup 3 } uxsConfigProcArgs OBJECT-TYPE SYNTAX DisplayString ACCESS read-write STATUS mandatory DESCRIPTION "&A section of the processes arguments to match." ::= { uxsConfigProcGroup 4 } uxsConfigProcUsers OBJECT-TYPE SYNTAX DisplayString ACCESS read-write STATUS mandatory DESCRIPTION "&List of users to match. Format details of the string are documented in the online help." ::= { uxsConfigProcGroup 5 } uxsConfigProcInstMin OBJECT-TYPE SYNTAX INTEGER ACCESS read-write STATUS mandatory DESCRIPTION "&Minimum number of instances expected to match the key. Valid values: -1, 0 or greater." ::= { uxsConfigProcGroup 6 } uxsConfigProcInstMax OBJECT-TYPE SYNTAX INTEGER ACCESS read-write STATUS mandatory DESCRIPTION "&Maximum number of instances expected to match the key. Valid values: -1, 0 or greater." ::= { uxsConfigProcGroup 7 } uxsConfigProcInstMonitor OBJECT-TYPE SYNTAX INTEGER { do-not-monitor(1), monitor(2) } ACCESS read-write STATUS mandatory DESCRIPTION "&Defines the level of monitoring for the resource's status. Valid values: do-not-monitor(1) or monitor(2)." ::= { uxsConfigProcGroup 8 } uxsConfigProcChldMin OBJECT-TYPE SYNTAX INTEGER ACCESS read-write STATUS mandatory DESCRIPTION "&Minimum number of children (based on lowest for all instances). Valid values: -1, 0 or greater." ::= { uxsConfigProcGroup 9 } uxsConfigProcChldMax OBJECT-TYPE SYNTAX INTEGER ACCESS read-write STATUS mandatory DESCRIPTION "&Maximum number of children (based on highest for all instances). Valid values: -1, 0 or greater." ::= { uxsConfigProcGroup 10 } uxsConfigProcChldMonitor OBJECT-TYPE SYNTAX INTEGER { do-not-monitor(1), monitor(2) } ACCESS read-write STATUS mandatory DESCRIPTION "&Defines the level of monitoring for the resource's status. Valid values: do-not-monitor(1) or monitor(2)." ::= { uxsConfigProcGroup 11 } uxsConfigProcSizeMin OBJECT-TYPE SYNTAX INTEGER ACCESS read-write STATUS mandatory DESCRIPTION "&Minimum size in kilobytes (based on lowest for all instances). Valid values: -1, 0 or greater." ::= { uxsConfigProcGroup 12 } uxsConfigProcSizeMax OBJECT-TYPE SYNTAX INTEGER ACCESS read-write STATUS mandatory DESCRIPTION "&Maximum size in kilobytes (based on highest for all instances). Valid values: -1, 0 or greater." ::= { uxsConfigProcGroup 13 } uxsConfigProcSizeMonitor OBJECT-TYPE SYNTAX INTEGER { do-not-monitor(1), monitor(2) } ACCESS read-write STATUS mandatory DESCRIPTION "&Defines the level of monitoring for the resource's status. Valid values: do-not-monitor(1) or monitor(2)." ::= { uxsConfigProcGroup 14 } uxsConfigProcCPUWarn OBJECT-TYPE SYNTAX INTEGER ACCESS read-write STATUS mandatory DESCRIPTION "&The percentage of used CPU that is considered a warning level for that resource. Valid ranges: Greater than 0, less than 100, not greater than or equal to the critical threshold." ::= { uxsConfigProcGroup 15 } uxsConfigProcCPUCrit OBJECT-TYPE SYNTAX INTEGER ACCESS read-write STATUS mandatory DESCRIPTION "&The percentage of used CPU, that is considered a critical level for that resource. Valid ranges: Greater than 1, less than or equal to 100, not less than or equal to the warning threshold." ::= { uxsConfigProcGroup 16 } uxsConfigProcCPUMonitor OBJECT-TYPE SYNTAX INTEGER { do-not-monitor(1), warning-only(2), critical-only(3), both(4) } ACCESS read-write STATUS mandatory DESCRIPTION "&Defines the level of monitoring for the resource's status. Valid values: do-not-monitor(1), warning-only(2), critical-only(3) or both(4)." ::= { uxsConfigProcGroup 17 } uxsConfigProcNameAdd OBJECT-TYPE SYNTAX DisplayString ACCESS read-write STATUS mandatory DESCRIPTION "&The name of the process to monitor. Valid values are a string with an optional * at the end of the string for wild card matching. Note: Setting this attribute causes the watcher to be added." ::= { uxsConfigProcGroup 18 } uxsConfigProcNameRemove OBJECT-TYPE SYNTAX DisplayString ACCESS read-write STATUS mandatory DESCRIPTION "&The process name of the watcher to delete. Set this attribute with the other KEY fields. Setting this causes the delete action." ::= { uxsConfigProcGroup 19 } uxsConfigProcNameSig OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "&The number of significant bytes that the agent uses for matching the process name against." ::= { uxsConfigProcGroup 20 } uxsConfigProcPathSig OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "&The number of significant bytes that the agent uses for matching the process path against." ::= { uxsConfigProcGroup 21 } uxsConfigProcArgsSig OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "&The number of significant bytes that the agent uses for matching the process arguments against." ::= { uxsConfigProcGroup 22 } -- -- uxsConfigPrnGroup -- uxsConfigPrnPollInterval OBJECT-TYPE SYNTAX INTEGER ACCESS read-write STATUS mandatory DESCRIPTION "&The time, in seconds, between the collections of the printer queue information. Valid ranges: -1 (Suspended), 30 seconds or greater." ::= { uxsConfigPrnGroup 1 } uxsConfigPrnPollMethod OBJECT-TYPE SYNTAX INTEGER { disable(1), use-polling-period(2) } ACCESS read-write STATUS mandatory DESCRIPTION "&Defines whether the printer queue information is collected. Valid values: disable(1) or use-polling-period(2)." ::= { uxsConfigPrnGroup 2 } uxsConfigPrnDesc OBJECT-TYPE SYNTAX DisplayString ACCESS read-write STATUS mandatory DESCRIPTION "&Description of the printer queue watcher." ::= { uxsConfigPrnGroup 3 } uxsConfigPrnItemsWarn OBJECT-TYPE SYNTAX INTEGER ACCESS read-write STATUS mandatory DESCRIPTION "&The number of items on the printer queue that is considered a warning level for that resource. Valid ranges: Greater than 0, not greater than or equal to the critical threshold." ::= { uxsConfigPrnGroup 4 } uxsConfigPrnItemsCrit OBJECT-TYPE SYNTAX INTEGER ACCESS read-write STATUS mandatory DESCRIPTION "&The number of items on the printer queue that is considered a critical level for that resource. Valid ranges: Greater than 0, not less than or equal to the warning threshold." ::= { uxsConfigPrnGroup 5 } uxsConfigPrnItemsMonitor OBJECT-TYPE SYNTAX INTEGER { do-not-monitor(1), warning-only(2), critical-only(3), both(4) } ACCESS read-write STATUS mandatory DESCRIPTION "&Defines the level of monitoring for the resource's status. Valid values: do-not-monitor(1), warning-only(2), critical-only(3) or both(4)." ::= { uxsConfigPrnGroup 6 } uxsConfigPrnLossAction OBJECT-TYPE SYNTAX INTEGER { remove(1), up(2), down(3) } ACCESS read-write STATUS mandatory DESCRIPTION "&Defines the action to take if the printer queue configuration is removed from the machine. Valid values: remove(1), up(2) or down(3)." ::= { uxsConfigPrnGroup 7 } uxsConfigPrnNameAdd OBJECT-TYPE SYNTAX DisplayString ACCESS read-write STATUS mandatory DESCRIPTION "&Setting this attribute causes a new watcher to be added for the printer queue name specified." ::= { uxsConfigPrnGroup 8 } uxsConfigPrnNameRemove OBJECT-TYPE SYNTAX DisplayString ACCESS read-write STATUS mandatory DESCRIPTION "&Setting this attribute causes the watcher with the printer queue name specified to be deleted." ::= { uxsConfigPrnGroup 9 } -- -- uxsConfigNetGroup -- uxsConfigNetPollInterval OBJECT-TYPE SYNTAX INTEGER ACCESS read-write STATUS mandatory DESCRIPTION "&The time, in seconds, between the collections of the Network Interface information. Valid ranges: -1 (Suspended), 30 seconds or greater." ::= { uxsConfigNetGroup 1 } uxsConfigNetPollMethod OBJECT-TYPE SYNTAX INTEGER { disable(1), use-polling-period(2) } ACCESS read-write STATUS mandatory DESCRIPTION "&Defines whether the Network Interface information is collected. Valid values: disable(1) or use-polling-period(2)." ::= { uxsConfigNetGroup 2 } uxsConfigNetIPktWarn OBJECT-TYPE SYNTAX INTEGER ACCESS read-write STATUS mandatory DESCRIPTION "&The number of input packets per second that is considered a warning level for that resource. Valid ranges: Greater than 0, not greater than or equal to the critical threshold." ::= { uxsConfigNetGroup 3 } uxsConfigNetIPktCrit OBJECT-TYPE SYNTAX INTEGER ACCESS read-write STATUS mandatory DESCRIPTION "&The number of input packets per second that is considered a critical level for that resource. Valid ranges: Greater than 1, not less than or equal to the warning threshold." ::= { uxsConfigNetGroup 4 } uxsConfigNetIPktMonitor OBJECT-TYPE SYNTAX INTEGER { do-not-monitor(1), warning-only(2), critical-only(3), both(4) } ACCESS read-write STATUS mandatory DESCRIPTION "&Defines the level of monitoring for the resource's status. Valid values: do-not-monitor(1), warning-only(2), critical-only(3) or both(4)." ::= { uxsConfigNetGroup 5 } uxsConfigNetIErrWarn OBJECT-TYPE SYNTAX INTEGER ACCESS read-write STATUS mandatory DESCRIPTION "&The number of input errors per second that is considered a warning level for that resource. Valid ranges: Greater than 0, not greater than or equal to the critical threshold." ::= { uxsConfigNetGroup 6 } uxsConfigNetIErrCrit OBJECT-TYPE SYNTAX INTEGER ACCESS read-write STATUS mandatory DESCRIPTION "&The number of input errors per second that is considered a critical level for that resource. Valid ranges: Greater than 1, not less than or equal to the warning threshold." ::= { uxsConfigNetGroup 7 } uxsConfigNetIErrMonitor OBJECT-TYPE SYNTAX INTEGER { do-not-monitor(1), warning-only(2), critical-only(3), both(4) } ACCESS read-write STATUS mandatory DESCRIPTION "&Defines the level of monitoring for the resource's status. Valid values: do-not-monitor(1), warning-only(2), critical-only(3) or both(4)." ::= { uxsConfigNetGroup 8 } uxsConfigNetOPktWarn OBJECT-TYPE SYNTAX INTEGER ACCESS read-write STATUS mandatory DESCRIPTION "&The number of output packets per second that is considered a warning level for that resource. Valid ranges: Greater than 0, not greater than or equal to the critical threshold." ::= { uxsConfigNetGroup 9 } uxsConfigNetOPktCrit OBJECT-TYPE SYNTAX INTEGER ACCESS read-write STATUS mandatory DESCRIPTION "&The number of output packets per second that is considered a critical level for that resource. Valid ranges: Greater than 1, not less than or equal to the warning threshold." ::= { uxsConfigNetGroup 10 } uxsConfigNetOPktMonitor OBJECT-TYPE SYNTAX INTEGER { do-not-monitor(1), warning-only(2), critical-only(3), both(4) } ACCESS read-write STATUS mandatory DESCRIPTION "&Defines the level of monitoring for the resource's status. Valid values: do-not-monitor(1), warning-only(2), critical-only(3) or both(4)." ::= { uxsConfigNetGroup 11 } uxsConfigNetOErrWarn OBJECT-TYPE SYNTAX INTEGER ACCESS read-write STATUS mandatory DESCRIPTION "&The number of output errors per second that is considered a warning level for that resource. Valid ranges: Greater than 0, not greater than or equal to the critical threshold." ::= { uxsConfigNetGroup 12 } uxsConfigNetOErrCrit OBJECT-TYPE SYNTAX INTEGER ACCESS read-write STATUS mandatory DESCRIPTION "&The number of output errors per second that is considered a critical level for that resource. Valid ranges: Greater than 1, not less than or equal to the warning threshold." ::= { uxsConfigNetGroup 13 } uxsConfigNetOErrMonitor OBJECT-TYPE SYNTAX INTEGER { do-not-monitor(1), warning-only(2), critical-only(3), both(4) } ACCESS read-write STATUS mandatory DESCRIPTION "&Defines the level of monitoring for the resource's status. Valid values: do-not-monitor(1), warning-only(2), critical-only(3) or both(4)." ::= { uxsConfigNetGroup 14 } uxsConfigNetCollWarn OBJECT-TYPE SYNTAX INTEGER ACCESS read-write STATUS mandatory DESCRIPTION "&The number of collisions per second that is considered a warning level for that resource. Valid ranges: Greater than 0, not greater than or equal to the critical threshold." ::= { uxsConfigNetGroup 15 } uxsConfigNetCollCrit OBJECT-TYPE SYNTAX INTEGER ACCESS read-write STATUS mandatory DESCRIPTION "&The number of collisions per second that is considered a critical level for that resource. Valid ranges: Greater than 1, not less than or equal to the warning threshold." ::= { uxsConfigNetGroup 16 } uxsConfigNetCollMonitor OBJECT-TYPE SYNTAX INTEGER { do-not-monitor(1), warning-only(2), critical-only(3), both(4) } ACCESS read-write STATUS mandatory DESCRIPTION "&Defines the level of monitoring for the resource's status. Valid values: do-not-monitor(1), warning-only(2), critical-only(3) or both(4)." ::= { uxsConfigNetGroup 17 } uxsConfigNetLossAction OBJECT-TYPE SYNTAX INTEGER { remove(1), up(2), down(3) } ACCESS read-write STATUS mandatory DESCRIPTION "&Defines the action to take if the Network Interface is removed from the machine. Valid values: remove(1), up(2) or down(3)." ::= { uxsConfigNetGroup 18 } -- -- uxsConfigIPCGroup -- uxsConfigIPCPollInterval OBJECT-TYPE SYNTAX INTEGER ACCESS read-write STATUS mandatory DESCRIPTION "&The time, in seconds, between the collections of the Inter Process Communications information. Valid ranges: -1 (Suspended), 30 seconds or greater." ::= { uxsConfigIPCGroup 1 } uxsConfigIPCPollMethod OBJECT-TYPE SYNTAX INTEGER { disable(1), use-polling-period(2) } ACCESS read-write STATUS mandatory DESCRIPTION "&Defines whether the Inter Process Communications information is collected. Valid values: disable(1) or use-polling-period(2)." ::= { uxsConfigIPCGroup 2 } uxsConfigIPCMQBytesLag OBJECT-TYPE SYNTAX INTEGER ACCESS read-write STATUS mandatory DESCRIPTION "&The number of times that the threshold has to be reached before the state changes. Valid range: Greater than 0." ::= { uxsConfigIPCGroup 3 } uxsConfigIPCMQBytesWarn OBJECT-TYPE SYNTAX DisplayString ACCESS read-write STATUS mandatory DESCRIPTION "&The value for used message queue bytes that is considered a warning level for that resource. Valid ranges: Greater than 0, not greater than or equal to the critical threshold." ::= { uxsConfigIPCGroup 4 } uxsConfigIPCMQBytesCrit OBJECT-TYPE SYNTAX DisplayString ACCESS read-write STATUS mandatory DESCRIPTION "&The value for used message queue bytes that is considered a critical level for that resource. Valid ranges: Greater than 1, not less than or equal to the warning threshold." ::= { uxsConfigIPCGroup 5 } uxsConfigIPCMQBytesMonitor OBJECT-TYPE SYNTAX INTEGER { do-not-monitor(1), warning-only(2), critical-only(3), both(4) } ACCESS read-write STATUS mandatory DESCRIPTION "&Defines the level of monitoring for the resource's status. Valid values: do-not-monitor(1), warning-only(2), critical-only(3) or both(4)." ::= { uxsConfigIPCGroup 6 } -- -- uxsStatusGeneralGroup -- uxsStatusGeneralTotalCount OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "&Total number of resources that the agent is configured to monitor." ::= { uxsStatusGeneralGroup 1 } uxsStatusGeneralTotalWarning OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "&Total number of the resources that the agent is configured to monitor that are in a warning state." ::= { uxsStatusGeneralGroup 2 } uxsStatusGeneralTotalCritical OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "&Total number of the resources that the agent is configured to monitor that are in a critical state." ::= { uxsStatusGeneralGroup 3 } uxsStatusGeneralCPUCount OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "&The total number of this resource type that are being monitored." ::= { uxsStatusGeneralGroup 4 } uxsStatusGeneralCPUWarning OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "&The total number of this resource type that are being monitored and are in a warning state." ::= { uxsStatusGeneralGroup 5 } uxsStatusGeneralCPUCritical OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "&The total number of this resource type that are being monitored and are in a critical state." ::= { uxsStatusGeneralGroup 6 } uxsStatusGeneralLoadCount OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "&The total number of this resource type that are being monitored." ::= { uxsStatusGeneralGroup 7 } uxsStatusGeneralLoadWarning OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "&The total number of this resource type that are being monitored and are in a warning state." ::= { uxsStatusGeneralGroup 8 } uxsStatusGeneralLoadCritical OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "&The total number of this resource type that are being monitored and are in a critical state." ::= { uxsStatusGeneralGroup 9 } uxsStatusGeneralMemCount OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "&The total number of this resource type that are being monitored." ::= { uxsStatusGeneralGroup 10 } uxsStatusGeneralMemWarning OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "&The total number of this resource type that are being monitored and are in a warning state." ::= { uxsStatusGeneralGroup 11 } uxsStatusGeneralMemCritical OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "&The total number of this resource type that are being monitored and are in a critical state." ::= { uxsStatusGeneralGroup 12 } uxsStatusGeneralSwapCount OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "&The total number of this resource type that are being monitored." ::= { uxsStatusGeneralGroup 13 } uxsStatusGeneralSwapWarning OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "&The total number of this resource type that are being monitored and are in a warning state." ::= { uxsStatusGeneralGroup 14 } uxsStatusGeneralSwapCritical OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "&The total number of this resource type that are being monitored and are in a critical state." ::= { uxsStatusGeneralGroup 15 } uxsStatusGeneralFSysCount OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "&The total number of this resource type that are being monitored." ::= { uxsStatusGeneralGroup 16 } uxsStatusGeneralFSysWarning OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "&The total number of this resource type that are being monitored and are in a warning state." ::= { uxsStatusGeneralGroup 17 } uxsStatusGeneralFSysCritical OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "&The total number of this resource type that are being monitored and are in a critical state." ::= { uxsStatusGeneralGroup 18 } uxsStatusGeneralDiskCount OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "&The total number of this resource type that are being monitored." ::= { uxsStatusGeneralGroup 19 } uxsStatusGeneralDiskWarning OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "&The total number of this resource type that are being monitored and are in a warning state." ::= { uxsStatusGeneralGroup 20 } uxsStatusGeneralDiskCritical OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "&The total number of this resource type that are being monitored and are in a critical state." ::= { uxsStatusGeneralGroup 21 } uxsStatusGeneralFileCount OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "&The total number of this resource type that are being monitored." ::= { uxsStatusGeneralGroup 22 } uxsStatusGeneralFileWarning OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "&The total number of this resource type that are being monitored and are in a warning state." ::= { uxsStatusGeneralGroup 23 } uxsStatusGeneralFileCritical OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "&The total number of this resource type that are being monitored and are in a critical state." ::= { uxsStatusGeneralGroup 24 } uxsStatusGeneralProcCount OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "&The total number of this resource type that are being monitored." ::= { uxsStatusGeneralGroup 25 } uxsStatusGeneralProcWarning OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "&The total number of this resource type that are being monitored and are in a warning state." ::= { uxsStatusGeneralGroup 26 } uxsStatusGeneralProcCritical OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "&The total number of this resource type that are being monitored and are in a critical state." ::= { uxsStatusGeneralGroup 27 } uxsStatusGeneralPrnCount OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "&The total number of this resource type that are being monitored." ::= { uxsStatusGeneralGroup 28 } uxsStatusGeneralPrnWarning OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "&The total number of this resource type that are being monitored and are in a warning state." ::= { uxsStatusGeneralGroup 29 } uxsStatusGeneralPrnCritical OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "&The total number of this resource type that are being monitored and are in a critical state." ::= { uxsStatusGeneralGroup 30 } uxsStatusGeneralNetCount OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "&The total number of this resource type that are being monitored." ::= { uxsStatusGeneralGroup 31 } uxsStatusGeneralNetWarning OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "&The total number of this resource type that are being monitored and are in a warning state." ::= { uxsStatusGeneralGroup 32 } uxsStatusGeneralNetCritical OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "&The total number of this resource type that are being monitored and are in a critical state." ::= { uxsStatusGeneralGroup 33 } uxsStatusGeneralIPCCount OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "&The total number of this resource type that are being monitored." ::= { uxsStatusGeneralGroup 34 } uxsStatusGeneralIPCWarning OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "&The total number of this resource type that are being monitored and are in a warning state." ::= { uxsStatusGeneralGroup 35 } uxsStatusGeneralIPCCritical OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "&The total number of this resource type that are being monitored and are in a critical state." ::= { uxsStatusGeneralGroup 36 } -- -- uxsStatusCPUGroup -- uxsStatusCPUTotalName OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "&The name the agent gives for the total number of CPUs." ::= { uxsStatusCPUGroup 1 } uxsStatusCPUTotalUser OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "&The percentage of time that the CPUs spent servicing user requests." ::= { uxsStatusCPUGroup 2 } uxsStatusCPUTotalSys OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "&The percentage of time that the CPUs spent servicing system requests." ::= { uxsStatusCPUGroup 3 } uxsStatusCPUTotalIdle OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "&The percentage of time that the CPUs were idle." ::= { uxsStatusCPUGroup 4 } uxsStatusCPUTotalWIO OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "&The percentage of time that the CPUs spent waiting for blocking I/O requests." ::= { uxsStatusCPUGroup 5 } uxsStatusCPUTotalUsedValue OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "&The total percentage of the CPUs' time that the processors were busy. i.e. 100 - idle%." ::= { uxsStatusCPUGroup 6 } uxsStatusCPUTotalLagValue OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "&The number of times that the threshold has been reached." ::= { uxsStatusCPUGroup 7 } uxsStatusCPUTotalLag OBJECT-TYPE SYNTAX INTEGER ACCESS read-write STATUS mandatory DESCRIPTION "&The number of times that the threshold has to be reached before the state changes. Valid range: Greater than 0." ::= { uxsStatusCPUGroup 8 } uxsStatusCPUTotalWarn OBJECT-TYPE SYNTAX DisplayString ACCESS read-write STATUS mandatory DESCRIPTION "&The percentage of total CPU usage that is considered a warning level for that resource. Valid ranges: Greater than 0, less than 99, not greater than or equal to the critical threshold." ::= { uxsStatusCPUGroup 9 } uxsStatusCPUTotalCrit OBJECT-TYPE SYNTAX DisplayString ACCESS read-write STATUS mandatory DESCRIPTION "&The percentage of total CPU usage that is considered a critical level for that resource. Valid ranges: Greater than 1, less than 100, not less than or equal to the warning threshold." ::= { uxsStatusCPUGroup 10 } uxsStatusCPUTotalMonitor OBJECT-TYPE SYNTAX INTEGER { do-not-monitor(1), warning-only(2), critical-only(3), both(4) } ACCESS read-write STATUS mandatory DESCRIPTION "&Defines the level of monitoring for the resource's status. Valid values: do-not-monitor(1), warning-only(2), critical-only(3) or both(4)." ::= { uxsStatusCPUGroup 11 } uxsStatusCPUTotalStatus OBJECT-TYPE SYNTAX INTEGER { unknown(1), ok(2), warning(3), critical(4) } ACCESS read-only STATUS mandatory DESCRIPTION "&The current status of the resource: unknown(1) - An error occurred during data collection, ok(2) - The resource is within the defined limits, warning(3) - The resource has breached the warning threshold, critical(4) - The resource has breached the critical threshold." ::= { uxsStatusCPUGroup 12 } uxsStatusCPUCount OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "&The number of CPU instances in the table." ::= { uxsStatusCPUGroup 13 } uxsStatusCPUTable OBJECT-TYPE SYNTAX SEQUENCE OF UxsStatusCPUSequence ACCESS not-accessible STATUS mandatory DESCRIPTION "&The table of CPU instances." ::= { uxsStatusCPUGroup 14 } -- -- uxsStatusCPUTable -- uxsStatusCPUEntry OBJECT-TYPE SYNTAX UxsStatusCPUSequence ACCESS not-accessible STATUS mandatory DESCRIPTION "&" INDEX { uxsStatusCPUName } ::= { uxsStatusCPUTable 1 } UxsStatusCPUSequence ::= SEQUENCE { uxsStatusCPUName DisplayString, uxsStatusCPUUser INTEGER, uxsStatusCPUSys INTEGER, uxsStatusCPUIdle INTEGER, uxsStatusCPUWIO INTEGER, uxsStatusCPUAggStatus INTEGER, uxsStatusCPUUsedValue INTEGER, uxsStatusCPULagValue INTEGER, uxsStatusCPULag INTEGER, uxsStatusCPUWarn INTEGER, uxsStatusCPUCrit INTEGER, uxsStatusCPUMonitor INTEGER, uxsStatusCPUStatus INTEGER, uxsStatusCPULossAction INTEGER, uxsStatusCPULossStatus INTEGER } -- -- uxsStatusCPUEntry -- uxsStatusCPUName OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "&The name the agent gives the first CPU on which it gets details. No assumptions should be made about which slot the CPU is in from the CPU name." ::= { uxsStatusCPUEntry 1 } uxsStatusCPUUser OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "&The percentage of time that the processor was doing user work." ::= { uxsStatusCPUEntry 2 } uxsStatusCPUSys OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "&The percentage of time that the processor was doing system work." ::= { uxsStatusCPUEntry 3 } uxsStatusCPUIdle OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "&The percentage of time that the processor was idle." ::= { uxsStatusCPUEntry 4 } uxsStatusCPUWIO OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "&The percentage of time that the processor was waiting for I/O." ::= { uxsStatusCPUEntry 5 } uxsStatusCPUAggStatus OBJECT-TYPE SYNTAX INTEGER { unknown(1), ok(2), warning(3), critical(4), down(5) } ACCESS read-only STATUS mandatory DESCRIPTION "&The current status of the resource: unknown(1) - An error occurred during data collection, ok(2) - The resource is within the defined limits, warning(3) - The resource has breached the warning threshold, critical(4) - The resource has breached the critical threshold, down(5) - The resource is in a down state." ::= { uxsStatusCPUEntry 6 } uxsStatusCPUUsedValue OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "&The percentage of time that the processor was busy. i.e. 100 - idle%." ::= { uxsStatusCPUEntry 7 } uxsStatusCPULagValue OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "&The number of times that the threshold has been reached." ::= { uxsStatusCPUEntry 8 } uxsStatusCPULag OBJECT-TYPE SYNTAX INTEGER ACCESS read-write STATUS mandatory DESCRIPTION "&The number of times that the threshold has to be reached before the state changes. Valid range: Greater than 0." ::= { uxsStatusCPUEntry 9 } uxsStatusCPUWarn OBJECT-TYPE SYNTAX DisplayString ACCESS read-write STATUS mandatory DESCRIPTION "&The value for the CPU used percentage that is considered a warning level for that resource. Valid ranges: Greater than 0, less than 99, not greater than or equal to the critical threshold." ::= { uxsStatusCPUEntry 10 } uxsStatusCPUCrit OBJECT-TYPE SYNTAX DisplayString ACCESS read-write STATUS mandatory DESCRIPTION "&The value for the CPU used percentage that is considered a critical level for that resource. Valid ranges: Greater than 1, less than 100, not less than or equal to the warning threshold." ::= { uxsStatusCPUEntry 11 } uxsStatusCPUMonitor OBJECT-TYPE SYNTAX INTEGER { do-not-monitor(1), warning-only(2), critical-only(3), both(4) } ACCESS read-write STATUS mandatory DESCRIPTION "&Defines the level of monitoring for the resource's status. Valid values: do-not-monitor(1), warning-only(2), critical-only(3) or both(4)." ::= { uxsStatusCPUEntry 12 } uxsStatusCPUStatus OBJECT-TYPE SYNTAX INTEGER { unknown(1), ok(2), warning(3), critical(4) } ACCESS read-only STATUS mandatory DESCRIPTION "&The current status of the resource: unknown(1) - An error occurred during data collection, ok(2) - The resource is within the defined limits, warning(3) - The resource has breached the warning threshold, critical(4) - The resource has breached the critical threshold." ::= { uxsStatusCPUEntry 13 } uxsStatusCPULossAction OBJECT-TYPE SYNTAX INTEGER { remove(1), up(2), down(3) } ACCESS read-write STATUS mandatory DESCRIPTION "&Defines the action to take if the CPU is removed from the machine. Valid values: remove(1), up(2) or down(3)." ::= { uxsStatusCPUEntry 14 } uxsStatusCPULossStatus OBJECT-TYPE SYNTAX INTEGER { unknown(1), up(2), down(3) } ACCESS read-only STATUS mandatory DESCRIPTION "&The status relating to the existence of the object. Valid values: unknown(1), up(2) or down(3)." ::= { uxsStatusCPUEntry 15 } -- -- uxsStatusLoadGroup -- uxsStatusLoad1MinValue OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "&The current 1 minute average value." ::= { uxsStatusLoadGroup 1 } uxsStatusLoad1MinWarn OBJECT-TYPE SYNTAX DisplayString ACCESS read-write STATUS mandatory DESCRIPTION "&The value for load average that is considered a warning level for that resource. Valid ranges: Greater than 0.000000, not greater than or equal to the critical threshold." ::= { uxsStatusLoadGroup 2 } uxsStatusLoad1MinCrit OBJECT-TYPE SYNTAX DisplayString ACCESS read-write STATUS mandatory DESCRIPTION "&The value for load average that is considered a critical level for that resource. Valid ranges: Greater than 0.000001, not less than or equal to the warning threshold." ::= { uxsStatusLoadGroup 3 } uxsStatusLoad1MinMonitor OBJECT-TYPE SYNTAX INTEGER { do-not-monitor(1), warning-only(2), critical-only(3), both(4) } ACCESS read-write STATUS mandatory DESCRIPTION "&Defines the level of monitoring for the resource's status. Valid values: do-not-monitor(1), warning-only(2), critical-only(3) or both(4)." ::= { uxsStatusLoadGroup 4 } uxsStatusLoad1MinStatus OBJECT-TYPE SYNTAX INTEGER { unknown(1), ok(2), warning(3), critical(4) } ACCESS read-only STATUS mandatory DESCRIPTION "&The current status of the resource: unknown(1) - An error occurred during data collection, ok(2) - The resource is within the defined limits, warning(3) - The resource has breached the warning threshold, critical(4) - The resource has breached the critical threshold." ::= { uxsStatusLoadGroup 5 } uxsStatusLoad5MinValue OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "&The current 5 minute average value." ::= { uxsStatusLoadGroup 6 } uxsStatusLoad5MinWarn OBJECT-TYPE SYNTAX DisplayString ACCESS read-write STATUS mandatory DESCRIPTION "&The value for load average that is considered a warning level for that resource. Valid ranges: Greater than 0.000000, not greater than or equal to the critical threshold." ::= { uxsStatusLoadGroup 7 } uxsStatusLoad5MinCrit OBJECT-TYPE SYNTAX DisplayString ACCESS read-write STATUS mandatory DESCRIPTION "&The value for load average that is considered a critical level for that resource. Valid ranges: Greater than 0.000001, not less than or equal to the warning threshold." ::= { uxsStatusLoadGroup 8 } uxsStatusLoad5MinMonitor OBJECT-TYPE SYNTAX INTEGER { do-not-monitor(1), warning-only(2), critical-only(3), both(4) } ACCESS read-write STATUS mandatory DESCRIPTION "&Defines the level of monitoring for the resource's status. Valid values: do-not-monitor(1), warning-only(2), critical-only(3) or both(4)." ::= { uxsStatusLoadGroup 9 } uxsStatusLoad5MinStatus OBJECT-TYPE SYNTAX INTEGER { unknown(1), ok(2), warning(3), critical(4) } ACCESS read-only STATUS mandatory DESCRIPTION "&The current status of the resource: unknown(1) - An error occurred during data collection, ok(2) - The resource is within the defined limits, warning(3) - The resource has breached the warning threshold, critical(4) - The resource has breached the critical threshold." ::= { uxsStatusLoadGroup 10 } uxsStatusLoad15MinValue OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "&The current 15 minute average value." ::= { uxsStatusLoadGroup 11 } uxsStatusLoad15MinWarn OBJECT-TYPE SYNTAX DisplayString ACCESS read-write STATUS mandatory DESCRIPTION "&The value for load average that is considered a warning level for that resource. Valid ranges: Greater than 0.000000, not greater than or equal to the critical threshold." ::= { uxsStatusLoadGroup 12 } uxsStatusLoad15MinCrit OBJECT-TYPE SYNTAX DisplayString ACCESS read-write STATUS mandatory DESCRIPTION "&The value for load average that is considered a critical level for that resource. Valid ranges: Greater than 0.000001, not less than or equal to the warning threshold." ::= { uxsStatusLoadGroup 13 } uxsStatusLoad15MinMonitor OBJECT-TYPE SYNTAX INTEGER { do-not-monitor(1), warning-only(2), critical-only(3), both(4) } ACCESS read-write STATUS mandatory DESCRIPTION "&Defines the level of monitoring for the resource's status. Valid values: do-not-monitor(1), warning-only(2), critical-only(3) or both(4)." ::= { uxsStatusLoadGroup 14 } uxsStatusLoad15MinStatus OBJECT-TYPE SYNTAX INTEGER { unknown(1), ok(2), warning(3), critical(4) } ACCESS read-only STATUS mandatory DESCRIPTION "&The current status of the resource: unknown(1) - An error occurred during data collection, ok(2) - The resource is within the defined limits, warning(3) - The resource has breached the warning threshold, critical(4) - The resource has breached the critical threshold." ::= { uxsStatusLoadGroup 15 } -- -- uxsStatusMemGroup -- uxsStatusMemTotal OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "&The total memory configured on the machine in kilobytes." ::= { uxsStatusMemGroup 1 } uxsStatusMemValue OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "&The memory used by the machine in kilobytes." ::= { uxsStatusMemGroup 2 } uxsStatusMemLagValue OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "&The number of times that the threshold has been reached." ::= { uxsStatusMemGroup 3 } uxsStatusMemLag OBJECT-TYPE SYNTAX INTEGER ACCESS read-write STATUS mandatory DESCRIPTION "&The number of times that the threshold has to be reached before the state changes. Valid range: Greater than 0." ::= { uxsStatusMemGroup 4 } uxsStatusMemWarnValue OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "&The absolute value used for threshold calculation based on the configured warning value." ::= { uxsStatusMemGroup 5 } uxsStatusMemCritValue OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "&The absolute value used for threshold calculation based on the configured critical value." ::= { uxsStatusMemGroup 6 } uxsStatusMemWarn OBJECT-TYPE SYNTAX DisplayString ACCESS read-write STATUS mandatory DESCRIPTION "&The value for used memory, either as a percentage or in kilobytes, that is considered a warning level for that resource. Valid ranges: Greater than 0, less than total memory - 1, not greater than or equal to the critical threshold." ::= { uxsStatusMemGroup 7 } uxsStatusMemCrit OBJECT-TYPE SYNTAX DisplayString ACCESS read-write STATUS mandatory DESCRIPTION "&The value for used memory, either as a percentage or in kilobytes, that is considered a critical level for that resource. Valid ranges: Greater than 1, less than total memory, not less than or equal to the warning threshold." ::= { uxsStatusMemGroup 8 } uxsStatusMemMonitor OBJECT-TYPE SYNTAX INTEGER { do-not-monitor(1), warning-only(2), critical-only(3), both(4) } ACCESS read-write STATUS mandatory DESCRIPTION "&Defines the level of monitoring for the resource's status. Valid values: do-not-monitor(1), warning-only(2), critical-only(3) or both(4)." ::= { uxsStatusMemGroup 9 } uxsStatusMemStatus OBJECT-TYPE SYNTAX INTEGER { unknown(1), ok(2), warning(3), critical(4) } ACCESS read-only STATUS mandatory DESCRIPTION "&The current status of the resource: unknown(1) - An error occurred during data collection, ok(2) - The resource is within the defined limits, warning(3) - The resource has breached the warning threshold, critical(4) - The resource has breached the critical threshold." ::= { uxsStatusMemGroup 10 } -- -- uxsStatusSwapGroup -- uxsStatusSwapTotalName OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "&The name the agent gives the total swap information." ::= { uxsStatusSwapGroup 1 } uxsStatusSwapTotalAvailable OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "&The total amount of swap configured on the machine in kilobytes." ::= { uxsStatusSwapGroup 2 } uxsStatusSwapTotalUsedValue OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "&The total amount of swap space in use on the machine in kilobytes." ::= { uxsStatusSwapGroup 3 } uxsStatusSwapTotalLagValue OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "&The number of times that the threshold has been reached." ::= { uxsStatusSwapGroup 4 } uxsStatusSwapTotalLag OBJECT-TYPE SYNTAX INTEGER ACCESS read-write STATUS mandatory DESCRIPTION "&The number of times that the threshold has to be reached before the state changes. Valid range: Greater than 0." ::= { uxsStatusSwapGroup 5 } uxsStatusSwapTotalWarnValue OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "&The absolute value used for threshold calculation based on the configured warning value." ::= { uxsStatusSwapGroup 6 } uxsStatusSwapTotalCritValue OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "&The absolute value used for threshold calculation based on the configured critical value." ::= { uxsStatusSwapGroup 7 } uxsStatusSwapTotalWarn OBJECT-TYPE SYNTAX DisplayString ACCESS read-write STATUS mandatory DESCRIPTION "&The value for total swap space, either as a percentage or in kilobytes, that is considered a warning level for that resource. Valid ranges: Greater than 0, less than total swap space - 1, not greater than or equal to the critical threshold." ::= { uxsStatusSwapGroup 8 } uxsStatusSwapTotalCrit OBJECT-TYPE SYNTAX DisplayString ACCESS read-write STATUS mandatory DESCRIPTION "&The value for total swap space, either as a percentage or in kilobytes, that is considered a critical level for that resource. Valid ranges: Greater than 1, less than total swap space, not less than or equal to the warning threshold." ::= { uxsStatusSwapGroup 9 } uxsStatusSwapTotalMonitor OBJECT-TYPE SYNTAX INTEGER { do-not-monitor(1), warning-only(2), critical-only(3), both(4) } ACCESS read-write STATUS mandatory DESCRIPTION "&Defines the level of monitoring for the resource's status. Valid values: do-not-monitor(1), warning-only(2), critical-only(3) or both(4)." ::= { uxsStatusSwapGroup 10 } uxsStatusSwapTotalStatus OBJECT-TYPE SYNTAX INTEGER { unknown(1), ok(2), warning(3), critical(4) } ACCESS read-only STATUS mandatory DESCRIPTION "&The current status of the resource: unknown(1) - An error occurred during data collection, ok(2) - The resource is within the defined limits, warning(3) - The resource has breached the warning threshold, critical(4) - The resource has breached the critical threshold." ::= { uxsStatusSwapGroup 11 } uxsStatusSwapCount OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "&Number of swap partitions in the swap table." ::= { uxsStatusSwapGroup 12 } uxsStatusSwapTable OBJECT-TYPE SYNTAX SEQUENCE OF UxsStatusSwapSequence ACCESS not-accessible STATUS mandatory DESCRIPTION "&The table detailing the individual swap devices." ::= { uxsStatusSwapGroup 13 } -- -- uxsStatusSwapTable -- uxsStatusSwapEntry OBJECT-TYPE SYNTAX UxsStatusSwapSequence ACCESS not-accessible STATUS mandatory DESCRIPTION "&" INDEX { uxsStatusSwapName } ::= { uxsStatusSwapTable 1 } UxsStatusSwapSequence ::= SEQUENCE { uxsStatusSwapName DisplayString, uxsStatusSwapAggStatus INTEGER, uxsStatusSwapAvailable INTEGER, uxsStatusSwapUsedValue INTEGER, uxsStatusSwapLagValue INTEGER, uxsStatusSwapLag INTEGER, uxsStatusSwapWarnValue INTEGER, uxsStatusSwapCritValue INTEGER, uxsStatusSwapWarn INTEGER, uxsStatusSwapCrit INTEGER, uxsStatusSwapMonitor INTEGER, uxsStatusSwapStatus INTEGER, uxsStatusSwapLossAction INTEGER, uxsStatusSwapLossStatus INTEGER } uxsStatusSwapName OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "&The name of the swap device that this watcher monitors." ::= { uxsStatusSwapEntry 1 } uxsStatusSwapAggStatus OBJECT-TYPE SYNTAX INTEGER { unknown(1), ok(2), warning(3), critical(4), down(5) } ACCESS read-only STATUS mandatory DESCRIPTION "&The current status of the resource: unknown(1) - An error occurred during data collection, ok(2) - The resource is within the defined limits, warning(3) - The resource has breached the warning threshold, critical(4) - The resource has breached the critical threshold, down(5) - The resource is in a down state." ::= { uxsStatusSwapEntry 2 } uxsStatusSwapAvailable OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "&The amount of swap configured on the device in kilobytes." ::= { uxsStatusSwapEntry 3 } uxsStatusSwapUsedValue OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "&The amount of swap space in use on the device in kilobytes." ::= { uxsStatusSwapEntry 4 } uxsStatusSwapLagValue OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "&The number of times that the threshold has been reached." ::= { uxsStatusSwapEntry 5 } uxsStatusSwapLag OBJECT-TYPE SYNTAX INTEGER ACCESS read-write STATUS mandatory DESCRIPTION "&The number of times that the threshold has to be reached before the state changes. Valid range: Greater than 0." ::= { uxsStatusSwapEntry 6 } uxsStatusSwapWarnValue OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "&The absolute value used for threshold calculation based on the configured warning value." ::= { uxsStatusSwapEntry 7 } uxsStatusSwapCritValue OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "&The absolute value used for threshold calculation based on the configured critical value." ::= { uxsStatusSwapEntry 8 } uxsStatusSwapWarn OBJECT-TYPE SYNTAX DisplayString ACCESS read-write STATUS mandatory DESCRIPTION "&The value for device swap space, either as a percentage or in kilobytes, that is considered a warning level for that resource. Valid ranges: Greater than 0, less than device swap space - 1, not greater than or equal to the critical threshold." ::= { uxsStatusSwapEntry 9 } uxsStatusSwapCrit OBJECT-TYPE SYNTAX DisplayString ACCESS read-write STATUS mandatory DESCRIPTION "&The value for device swap space, either as a percentage or in kilobytes, that is considered a critical level for that resource. Valid ranges: Greater than 1, less than device swap space, not less than or equal to the warning threshold." ::= { uxsStatusSwapEntry 10 } uxsStatusSwapMonitor OBJECT-TYPE SYNTAX INTEGER { do-not-monitor(1), warning-only(2), critical-only(3), both(4) } ACCESS read-write STATUS mandatory DESCRIPTION "&Defines the level of monitoring for the resource's status. Valid values: do-not-monitor(1), warning-only(2), critical-only(3) or both(4)." ::= { uxsStatusSwapEntry 11 } uxsStatusSwapStatus OBJECT-TYPE SYNTAX INTEGER { unknown(1), ok(2), warning(3), critical(4) } ACCESS read-only STATUS mandatory DESCRIPTION "&The current status of the resource: unknown(1) - An error occurred during data collection, ok(2) - The resource is within the defined limits, warning(3) - The resource has breached the warning threshold, critical(4) - The resource has breached the critical threshold." ::= { uxsStatusSwapEntry 12 } uxsStatusSwapLossAction OBJECT-TYPE SYNTAX INTEGER { remove(1), up(2), down(3) } ACCESS read-write STATUS mandatory DESCRIPTION "&Defines the action to take if the swap file is removed from the machine. Valid values: remove(1), up(2) or down(3)." ::= { uxsStatusSwapEntry 13 } uxsStatusSwapLossStatus OBJECT-TYPE SYNTAX INTEGER { unknown(1), up(2), down(3) } ACCESS read-only STATUS mandatory DESCRIPTION "&The status relating to the existence of the object. Valid values: unknown(1), up(2) or down(3)." ::= { uxsStatusSwapEntry 14 } -- -- uxsStatusFSysGroup -- uxsStatusFSysCount OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "&The number of monitored file systems." ::= { uxsStatusFSysGroup 1 } uxsStatusFSysTable OBJECT-TYPE SYNTAX SEQUENCE OF UxsStatusFSysSequence ACCESS not-accessible STATUS mandatory DESCRIPTION "&The table of monitored file systems." ::= { uxsStatusFSysGroup 2 } -- -- uxsStatusFSysTable -- uxsStatusFSysEntry OBJECT-TYPE SYNTAX UxsStatusFSysSequence ACCESS not-accessible STATUS mandatory DESCRIPTION "&" INDEX { uxsStatusFSysName } ::= { uxsStatusFSysTable 1 } UxsStatusFSysSequence ::= SEQUENCE { uxsStatusFSysName DisplayString, uxsStatusFSysRelatedTo DisplayString, uxsStatusFSysType DisplayString, uxsStatusFSysStatus INTEGER, uxsStatusFSysSpaceTotal INTEGER, uxsStatusFSysSpaceValue INTEGER, uxsStatusFSysSpaceWarnValue DisplayString, uxsStatusFSysSpaceCritValue DisplayString, uxsStatusFSysSpaceWarn DisplayString, uxsStatusFSysSpaceCrit DisplayString, uxsStatusFSysSpaceMonitor INTEGER, uxsStatusFSysSpaceStatus INTEGER, uxsStatusFSysSpaceDValue INTEGER, uxsStatusFSysSpaceDWarnValue DisplayString, uxsStatusFSysSpaceDCritValue DisplayString, uxsStatusFSysSpaceDWarn DisplayString, uxsStatusFSysSpaceDCrit DisplayString, uxsStatusFSysSpaceDMonitor INTEGER, uxsStatusFSysSpaceDStatus INTEGER, uxsStatusFSysInodesTotal INTEGER, uxsStatusFSysInodesValue INTEGER, uxsStatusFSysInodesWarnValue DisplayString, uxsStatusFSysInodesCritValue DisplayString, uxsStatusFSysInodesWarn DisplayString, uxsStatusFSysInodesCrit DisplayString, uxsStatusFSysInodesMonitor INTEGER, uxsStatusFSysInodesStatus INTEGER, uxsStatusFSysInodesDValue INTEGER, uxsStatusFSysInodesDWarnValue DisplayString, uxsStatusFSysInodesDCritValue DisplayString, uxsStatusFSysInodesDWarn DisplayString, uxsStatusFSysInodesDCrit DisplayString, uxsStatusFSysInodesDMonitor INTEGER, uxsStatusFSysInodesDStatus INTEGER, uxsStatusFSysMountedMonitor INTEGER, uxsStatusFSysMountedStatus INTEGER, uxsStatusFSysLossAction INTEGER, uxsStatusFSysLossStatus INTEGER, uxsStatusFSysRemove INTEGER } uxsStatusFSysName OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "&The file system mount name." ::= { uxsStatusFSysEntry 1 } uxsStatusFSysRelatedTo OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "&The device from which the file system is mounted." ::= { uxsStatusFSysEntry 2 } uxsStatusFSysType OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "&The type of the mounted file system. The value is platform dependent." ::= { uxsStatusFSysEntry 3 } uxsStatusFSysStatus OBJECT-TYPE SYNTAX INTEGER { unknown(1), ok(2), warning(3), critical(4), down(5) } ACCESS read-only STATUS mandatory DESCRIPTION "&The current status of the resource: unknown(1) - An error occurred during data collection, ok(2) - The resource is within the defined limits, warning(3) - The resource has breached the warning threshold, critical(4) - The resource has breached the critical threshold, down(5) - The resource is in a down state." ::= { uxsStatusFSysEntry 4 } uxsStatusFSysSpaceTotal OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "&The amount of space available on the file system in kilobytes." ::= { uxsStatusFSysEntry 5 } uxsStatusFSysSpaceValue OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "&The amount of space used on the file system in kilobytes." ::= { uxsStatusFSysEntry 6 } uxsStatusFSysSpaceWarnValue OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "&The absolute value used for threshold calculation based on the configured warning value." ::= { uxsStatusFSysEntry 7 } uxsStatusFSysSpaceCritValue OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "&The absolute value used for threshold calculation based on the configured critical value." ::= { uxsStatusFSysEntry 8 } uxsStatusFSysSpaceWarn OBJECT-TYPE SYNTAX DisplayString ACCESS read-write STATUS mandatory DESCRIPTION "&The value for used file system space, either as a percentage or in kilobytes, that is considered a warning level for that resource. Valid ranges: Greater than 0, less than total space - 1, not greater than or equal to the critical threshold." ::= { uxsStatusFSysEntry 9 } uxsStatusFSysSpaceCrit OBJECT-TYPE SYNTAX DisplayString ACCESS read-write STATUS mandatory DESCRIPTION "&The value for used file system space, either as a percentage or in kilobytes, that is considered a critical level for that resource. Valid ranges: Greater than 1, less than total space, not less than or equal to the warning threshold." ::= { uxsStatusFSysEntry 10 } uxsStatusFSysSpaceMonitor OBJECT-TYPE SYNTAX INTEGER { do-not-monitor(1), warning-only(2), critical-only(3), both(4) } ACCESS read-write STATUS mandatory DESCRIPTION "&Defines the level of monitoring for the resource's status. Valid values: do-not-monitor(1), warning-only(2), critical-only(3) or both(4)." ::= { uxsStatusFSysEntry 11 } uxsStatusFSysSpaceStatus OBJECT-TYPE SYNTAX INTEGER { unknown(1), ok(2), warning(3), critical(4) } ACCESS read-only STATUS mandatory DESCRIPTION "&The current status of the resource: unknown(1) - An error occurred during data collection, ok(2) - The resource is within the defined limits, warning(3) - The resource has breached the warning threshold, critical(4) - The resource has breached the critical threshold." ::= { uxsStatusFSysEntry 12 } uxsStatusFSysSpaceDValue OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "&The difference of used space, in kilobytes, since the last poll." ::= { uxsStatusFSysEntry 13 } uxsStatusFSysSpaceDWarnValue OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "&The absolute value used for threshold calculation based on the configured warning value." ::= { uxsStatusFSysEntry 14 } uxsStatusFSysSpaceDCritValue OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "&The absolute value used for threshold calculation based on the configured critical value." ::= { uxsStatusFSysEntry 15 } uxsStatusFSysSpaceDWarn OBJECT-TYPE SYNTAX DisplayString ACCESS read-write STATUS mandatory DESCRIPTION "&The value for used file system space delta, either as a percentage or in kilobytes, that is considered a warning level for that resource. Valid ranges: Greater than 0, less than total space - 1, not greater than or equal to the critical threshold." ::= { uxsStatusFSysEntry 16 } uxsStatusFSysSpaceDCrit OBJECT-TYPE SYNTAX DisplayString ACCESS read-write STATUS mandatory DESCRIPTION "&The value for used file system space delta, either as a percentage or in kilobytes, that is considered a critical level for that resource. Valid ranges: Greater than 1, less than total memory, not less than or equal to the warning threshold." ::= { uxsStatusFSysEntry 17 } uxsStatusFSysSpaceDMonitor OBJECT-TYPE SYNTAX INTEGER { do-not-monitor(1), warning-only(2), critical-only(3), both(4) } ACCESS read-write STATUS mandatory DESCRIPTION "&Defines the level of monitoring for the resource's status. Valid values: do-not-monitor(1), warning-only(2), critical-only(3) or both(4)." ::= { uxsStatusFSysEntry 18 } uxsStatusFSysSpaceDStatus OBJECT-TYPE SYNTAX INTEGER { unknown(1), ok(2), warning(3), critical(4) } ACCESS read-only STATUS mandatory DESCRIPTION "&The current status of the resource: unknown(1) - An error occurred during data collection, ok(2) - The resource is within the defined limits, warning(3) - The resource has breached the warning threshold, critical(4) - The resource has breached the critical threshold." ::= { uxsStatusFSysEntry 19 } uxsStatusFSysInodesTotal OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "&The amount of inodes configured on the file system." ::= { uxsStatusFSysEntry 20 } uxsStatusFSysInodesValue OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "&The amount of used inodes on the file system." ::= { uxsStatusFSysEntry 21 } uxsStatusFSysInodesWarnValue OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "&The absolute value used for threshold calculation based on the configured warning value." ::= { uxsStatusFSysEntry 22 } uxsStatusFSysInodesCritValue OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "&The absolute value used for threshold calculation based on the configured critical value." ::= { uxsStatusFSysEntry 23 } uxsStatusFSysInodesWarn OBJECT-TYPE SYNTAX DisplayString ACCESS read-write STATUS mandatory DESCRIPTION "&The value for inodes, either as a percentage or absolute value, that is considered a warning level for that resource. Valid ranges: Greater than 0, less than total inodes - 1, not greater than or equal to the critical threshold." ::= { uxsStatusFSysEntry 24 } uxsStatusFSysInodesCrit OBJECT-TYPE SYNTAX DisplayString ACCESS read-write STATUS mandatory DESCRIPTION "&The value for inodes, either as a percentage or absolute value, that is considered a critical level for that resource. Valid ranges: Greater than 1, less than total space, not less than or equal to the warning threshold." ::= { uxsStatusFSysEntry 25 } uxsStatusFSysInodesMonitor OBJECT-TYPE SYNTAX INTEGER { do-not-monitor(1), warning-only(2), critical-only(3), both(4) } ACCESS read-write STATUS mandatory DESCRIPTION "&Defines the level of monitoring for the resource's status. Valid values: do-not-monitor(1), warning-only(2), critical-only(3) or both(4)." ::= { uxsStatusFSysEntry 26 } uxsStatusFSysInodesStatus OBJECT-TYPE SYNTAX INTEGER { unknown(1), ok(2), warning(3), critical(4) } ACCESS read-only STATUS mandatory DESCRIPTION "&The current status of the resource: unknown(1) - An error occurred during data collection, ok(2) - The resource is within the defined limits, warning(3) - The resource has breached the warning threshold, critical(4) - The resource has breached the critical threshold." ::= { uxsStatusFSysEntry 27 } uxsStatusFSysInodesDValue OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "&The difference in the number of used inodes since the last poll." ::= { uxsStatusFSysEntry 28 } uxsStatusFSysInodesDWarnValue OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "&The absolute value used for threshold calculation based on the configured warning value." ::= { uxsStatusFSysEntry 29 } uxsStatusFSysInodesDCritValue OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "&The absolute value used for threshold calculation based on the configured critical value." ::= { uxsStatusFSysEntry 30 } uxsStatusFSysInodesDWarn OBJECT-TYPE SYNTAX DisplayString ACCESS read-write STATUS mandatory DESCRIPTION "&The value for inodes delta, either as a percentage or absolute value, that is considered a warning level for that resource. Valid ranges: Greater than 0, less than total inodes - 1, not greater than or equal to the critical threshold." ::= { uxsStatusFSysEntry 31 } uxsStatusFSysInodesDCrit OBJECT-TYPE SYNTAX DisplayString ACCESS read-write STATUS mandatory DESCRIPTION "&The value for inodes delta, either as a percentage or absolute value, that is considered a critical level for that resource. Valid ranges: Greater than 1, less than total space, not less than or equal to the warning threshold." ::= { uxsStatusFSysEntry 32 } uxsStatusFSysInodesDMonitor OBJECT-TYPE SYNTAX INTEGER { do-not-monitor(1), warning-only(2), critical-only(3), both(4) } ACCESS read-write STATUS mandatory DESCRIPTION "&Defines the level of monitoring for the resource's status. Valid values: do-not-monitor(1), warning-only(2), critical-only(3) or both(4)." ::= { uxsStatusFSysEntry 33 } uxsStatusFSysInodesDStatus OBJECT-TYPE SYNTAX INTEGER { unknown(1), ok(2), warning(3), critical(4) } ACCESS read-only STATUS mandatory DESCRIPTION "&The current status of the resource: unknown(1) - An error occurred during data collection, ok(2) - The resource is within the defined limits, warning(3) - The resource has breached the warning threshold, critical(4) - The resource has breached the critical threshold." ::= { uxsStatusFSysEntry 34 } uxsStatusFSysMountedMonitor OBJECT-TYPE SYNTAX INTEGER { do-not-monitor(1), monitor(2) } ACCESS read-write STATUS mandatory DESCRIPTION "&Defines the level of monitoring for the resource's status. Valid values: do-not-monitor(1) or monitor(2)." ::= { uxsStatusFSysEntry 35 } uxsStatusFSysMountedStatus OBJECT-TYPE SYNTAX INTEGER { unknown(1), up(2), down(3) } ACCESS read-only STATUS mandatory DESCRIPTION "&The mounted status of the device: unknown(1) - An error occurred collecting the file system information. up(2) - The file system is mounted, down(3) The file system is not mounted." ::= { uxsStatusFSysEntry 36 } uxsStatusFSysLossAction OBJECT-TYPE SYNTAX INTEGER { remove(1), up(2), down(3) } ACCESS read-write STATUS mandatory DESCRIPTION "&Defines the action to take if the file system is removed from the file system table. Valid values: remove(1), up(2) or down(3)." ::= { uxsStatusFSysEntry 37 } uxsStatusFSysLossStatus OBJECT-TYPE SYNTAX INTEGER { unknown(1), up(2), down(3) } ACCESS read-only STATUS mandatory DESCRIPTION "&The status relating to the existence of the object. Valid values: unknown(1), up(2) or down(3)." ::= { uxsStatusFSysEntry 38 } uxsStatusFSysRemove OBJECT-TYPE SYNTAX INTEGER { none(1), remove(2) } ACCESS read-write STATUS mandatory DESCRIPTION "&Removes the file system watcher from the agent." ::= { uxsStatusFSysEntry 39 } -- -- uxsStatusDiskGroup -- uxsStatusDiskCount OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "&The number of physical disks monitored by the agent." ::= { uxsStatusDiskGroup 1 } uxsStatusDiskTable OBJECT-TYPE SYNTAX SEQUENCE OF UxsStatusDiskSequence ACCESS not-accessible STATUS mandatory DESCRIPTION "&The table of monitored physical disks." ::= { uxsStatusDiskGroup 2 } -- -- uxsStatusDiskTable -- uxsStatusDiskEntry OBJECT-TYPE SYNTAX UxsStatusDiskSequence ACCESS not-accessible STATUS mandatory DESCRIPTION "&" INDEX { uxsStatusDiskName } ::= { uxsStatusDiskTable 1 } UxsStatusDiskSequence ::= SEQUENCE { uxsStatusDiskName DisplayString, uxsStatusDiskAggStatus INTEGER, uxsStatusDiskTPutValue INTEGER, uxsStatusDiskTPutWarn INTEGER, uxsStatusDiskTPutCrit INTEGER, uxsStatusDiskTPutMonitor INTEGER, uxsStatusDiskTPutStatus INTEGER, uxsStatusDiskLossAction INTEGER, uxsStatusDiskLossStatus INTEGER, uxsStatusDiskRemove INTEGER } uxsStatusDiskName OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "&The device name of the physical disk that is being monitored." ::= { uxsStatusDiskEntry 1 } uxsStatusDiskAggStatus OBJECT-TYPE SYNTAX INTEGER { unknown(1), ok(2), warning(3), critical(4), down(5) } ACCESS read-only STATUS mandatory DESCRIPTION "&The current status of the resource: unknown(1) - An error occurred during data collection, ok(2) - The resource is within the defined limits, warning(3) - The resource has breached the warning threshold, critical(4) - The resource has breached the critical threshold, down(5) - The resource is in a down state." ::= { uxsStatusDiskEntry 2 } uxsStatusDiskTPutValue OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "&The kilobytes in blocks per second." ::= { uxsStatusDiskEntry 3 } uxsStatusDiskTPutWarn OBJECT-TYPE SYNTAX INTEGER ACCESS read-write STATUS mandatory DESCRIPTION "&The value for physical disk kilobytes per second throughput that is considered a warning level for that resource. Valid ranges: Greater than 0, not greater than or equal to the critical threshold." ::= { uxsStatusDiskEntry 4 } uxsStatusDiskTPutCrit OBJECT-TYPE SYNTAX INTEGER ACCESS read-write STATUS mandatory DESCRIPTION "&The value for physical disk kilobytes per second throughput that is considered a critical level for that resource. Valid ranges: Greater than 1, not less than or equal to the warning threshold." ::= { uxsStatusDiskEntry 5 } uxsStatusDiskTPutMonitor OBJECT-TYPE SYNTAX INTEGER { do-not-monitor(1), warning-only(2), critical-only(3), both(4) } ACCESS read-write STATUS mandatory DESCRIPTION "&Defines the level of monitoring for the resource's status. Valid values: do-not-monitor(1), warning-only(2), critical-only(3) or both(4)." ::= { uxsStatusDiskEntry 6 } uxsStatusDiskTPutStatus OBJECT-TYPE SYNTAX INTEGER { unknown(1), ok(2), warning(3), critical(4) } ACCESS read-only STATUS mandatory DESCRIPTION "&The current status of the resource: unknown(1) - An error occurred during data collection, ok(2) - The resource is within the defined limits, warning(3) - The resource has breached the warning threshold, critical(4) - The resource has breached the critical threshold." ::= { uxsStatusDiskEntry 7 } uxsStatusDiskLossAction OBJECT-TYPE SYNTAX INTEGER { remove(1), up(2), down(3) } ACCESS read-write STATUS mandatory DESCRIPTION "&Defines the action to take if the physical disk is removed from the machine. Valid values: remove(1), up(2) or down(3)." ::= { uxsStatusDiskEntry 8 } uxsStatusDiskLossStatus OBJECT-TYPE SYNTAX INTEGER { unknown(1), up(2), down(3) } ACCESS read-only STATUS mandatory DESCRIPTION "&The status relating to the existence of the object. Valid values: unknown(1), up(2) or down(3)." ::= { uxsStatusDiskEntry 9 } uxsStatusDiskRemove OBJECT-TYPE SYNTAX INTEGER { none(1), remove(2) } ACCESS read-write STATUS mandatory DESCRIPTION "&Removes the physical disk watcher from the agent." ::= { uxsStatusDiskEntry 10 } -- -- uxsStatusFileGroup -- uxsStatusFileCount OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "&The number of file watchers configured for the agent." ::= { uxsStatusFileGroup 1 } uxsStatusFileTable OBJECT-TYPE SYNTAX SEQUENCE OF UxsStatusFileSequence ACCESS not-accessible STATUS mandatory DESCRIPTION "&The table of file watchers." ::= { uxsStatusFileGroup 2 } -- -- uxsStatusFileTable -- uxsStatusFileEntry OBJECT-TYPE SYNTAX UxsStatusFileSequence ACCESS not-accessible STATUS mandatory DESCRIPTION "&" INDEX { uxsStatusFileName } ::= { uxsStatusFileTable 1 } UxsStatusFileSequence ::= SEQUENCE { uxsStatusFileName DisplayString, uxsStatusFileDesc DisplayString, uxsStatusFileStatus INTEGER, uxsStatusFileExist INTEGER, uxsStatusFileExistMonitor INTEGER, uxsStatusFileExistStatus INTEGER, uxsStatusFileModTime INTEGER, uxsStatusFileModTimeValue INTEGER, uxsStatusFileModTimeMonitor INTEGER, uxsStatusFileModTimeStatus INTEGER, uxsStatusFileSizeValue INTEGER, uxsStatusFileSizeWarn INTEGER, uxsStatusFileSizeCrit INTEGER, uxsStatusFileSizeMonitor INTEGER, uxsStatusFileSizeStatus INTEGER, uxsStatusFileSizeDValue INTEGER, uxsStatusFileSizeDWarn INTEGER, uxsStatusFileSizeDCrit INTEGER, uxsStatusFileSizeDMonitor INTEGER, uxsStatusFileSizeDStatus INTEGER, uxsStatusFileRemove INTEGER } uxsStatusFileName OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "&The name of the file being monitored." ::= { uxsStatusFileEntry 1 } uxsStatusFileDesc OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "&The description of the watcher provided when the watcher was created." ::= { uxsStatusFileEntry 2 } uxsStatusFileStatus OBJECT-TYPE SYNTAX INTEGER { unknown(1), ok(2), warning(3), critical(4), down(5) } ACCESS read-only STATUS mandatory DESCRIPTION "&The current status of the resource: unknown(1) - An error occurred during data collection, ok(2) - The resource is within the defined limits, warning(3) - The resource has breached the warning threshold, critical(4) - The resource has breached the critical threshold, down(5) - The resource is in a down state." ::= { uxsStatusFileEntry 3 } uxsStatusFileExist OBJECT-TYPE SYNTAX INTEGER { should-exist(1), should-not-exist(2) } ACCESS read-write STATUS mandatory DESCRIPTION "&The test to perform for file existence. Valid values: should-exist(1) or should-not-exist(2)." ::= { uxsStatusFileEntry 4 } uxsStatusFileExistMonitor OBJECT-TYPE SYNTAX INTEGER { do-not-monitor(1), monitor(2) } ACCESS read-write STATUS mandatory DESCRIPTION "&Defines the level of monitoring for the resource's status. Valid values: do-not-monitor(1) or monitor(2)." ::= { uxsStatusFileEntry 5 } uxsStatusFileExistStatus OBJECT-TYPE SYNTAX INTEGER { unknown(1), up(2), down(3) } ACCESS read-only STATUS mandatory DESCRIPTION "&The status of the files existence based on the uxsStatusFileExist attribute." ::= { uxsStatusFileEntry 6 } uxsStatusFileModTime OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "&The files last modified date and time." ::= { uxsStatusFileEntry 7 } uxsStatusFileModTimeValue OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "&The time the agent compares with for the file timestamp status." ::= { uxsStatusFileEntry 8 } uxsStatusFileModTimeMonitor OBJECT-TYPE SYNTAX INTEGER { do-not-monitor(1), monitor(2) } ACCESS read-write STATUS mandatory DESCRIPTION "&Defines the level of monitoring for the resource's status. Valid values: do-not-monitor(1) or monitor(2)." ::= { uxsStatusFileEntry 9 } uxsStatusFileModTimeStatus OBJECT-TYPE SYNTAX INTEGER { unknown(1), up(2), down(3), reset(4) } ACCESS read-write STATUS mandatory DESCRIPTION "&The status of the timestamp monitoring. unknown(1) - An error occurred collecting the data, up(2) - The timestamp is unchanged, down(3) - The timestamp has changed, reset(4) - Reset the uxsStatusFileModTimeValue to the files current timestamp and sets the status to OK." ::= { uxsStatusFileEntry 10 } uxsStatusFileSizeValue OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "&The size of the file in kilobytes." ::= { uxsStatusFileEntry 11 } uxsStatusFileSizeWarn OBJECT-TYPE SYNTAX INTEGER ACCESS read-write STATUS mandatory DESCRIPTION "&The value for file size that is considered a warning level for that resource. Valid ranges: Greater than 0, not greater than or equal to the critical threshold." ::= { uxsStatusFileEntry 12 } uxsStatusFileSizeCrit OBJECT-TYPE SYNTAX INTEGER ACCESS read-write STATUS mandatory DESCRIPTION "&The value for file size that is considered a critical level for that resource. Valid ranges: Greater than 1, not less than or equal to the warning threshold." ::= { uxsStatusFileEntry 13 } uxsStatusFileSizeMonitor OBJECT-TYPE SYNTAX INTEGER { do-not-monitor(1), warning-only(2), critical-only(3), both(4) } ACCESS read-write STATUS mandatory DESCRIPTION "&Defines the level of monitoring for the resource's status. Valid values: do-not-monitor(1), warning-only(2), critical-only(3) or both(4)." ::= { uxsStatusFileEntry 14 } uxsStatusFileSizeStatus OBJECT-TYPE SYNTAX INTEGER { unknown(1), ok(2), warning(3), critical(4) } ACCESS read-only STATUS mandatory DESCRIPTION "&The current status of the resource: unknown(1) - An error occurred during data collection, ok(2) - The resource is within the defined limits, warning(3) - The resource has breached the warning threshold, critical(4) - The resource has breached the critical threshold." ::= { uxsStatusFileEntry 15 } uxsStatusFileSizeDValue OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "&The difference in file size since the last poll." ::= { uxsStatusFileEntry 16 } uxsStatusFileSizeDWarn OBJECT-TYPE SYNTAX INTEGER ACCESS read-write STATUS mandatory DESCRIPTION "&The value for file size change that is considered a warning level for that resource. Valid ranges: Greater than 0, not greater than or equal to the critical threshold." ::= { uxsStatusFileEntry 17 } uxsStatusFileSizeDCrit OBJECT-TYPE SYNTAX INTEGER ACCESS read-write STATUS mandatory DESCRIPTION "&The value for file size change that is considered a critical level for that resource. Valid ranges: Greater than 1, not less than or equal to the warning threshold." ::= { uxsStatusFileEntry 18 } uxsStatusFileSizeDMonitor OBJECT-TYPE SYNTAX INTEGER { do-not-monitor(1), warning-only(2), critical-only(3), both(4) } ACCESS read-write STATUS mandatory DESCRIPTION "&Defines the level of monitoring for the resource's status. Valid values: do-not-monitor(1), warning-only(2), critical-only(3) or both(4)." ::= { uxsStatusFileEntry 19 } uxsStatusFileSizeDStatus OBJECT-TYPE SYNTAX INTEGER { unknown(1), ok(2), warning(3), critical(4) } ACCESS read-only STATUS mandatory DESCRIPTION "&The current status of the resource: unknown(1) - An error occurred during data collection, ok(2) - The resource is within the defined limits, warning(3) - The resource has breached the warning threshold, critical(4) - The resource has breached the critical threshold." ::= { uxsStatusFileEntry 20 } uxsStatusFileRemove OBJECT-TYPE SYNTAX INTEGER { none(1), remove(2) } ACCESS read-write STATUS mandatory DESCRIPTION "&Removes the file watcher from the agent." ::= { uxsStatusFileEntry 21 } -- -- uxsStatusProcGroup -- uxsStatusProcCount OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "&The count of the number of process watchers." ::= { uxsStatusProcGroup 1 } uxsStatusProcTable OBJECT-TYPE SYNTAX SEQUENCE OF UxsStatusProcSequence ACCESS not-accessible STATUS mandatory DESCRIPTION "&The table of process watchers." ::= { uxsStatusProcGroup 2 } -- -- uxsStatusProcTable -- uxsStatusProcEntry OBJECT-TYPE SYNTAX UxsStatusProcSequence ACCESS not-accessible STATUS mandatory DESCRIPTION "&" INDEX { uxsStatusProcName, uxsStatusProcPath, uxsStatusProcArgs, uxsStatusProcUsers } ::= { uxsStatusProcTable 1 } UxsStatusProcSequence ::= SEQUENCE { uxsStatusProcName DisplayString, uxsStatusProcPath DisplayString, uxsStatusProcArgs DisplayString, uxsStatusProcUsers DisplayString, uxsStatusProcPIDs DisplayString, uxsStatusProcStatus INTEGER, uxsStatusProcInstValue INTEGER, uxsStatusProcInstMin INTEGER, uxsStatusProcInstMax INTEGER, uxsStatusProcInstMonitor INTEGER, uxsStatusProcInstStatus INTEGER, uxsStatusProcChldValue INTEGER, uxsStatusProcChldMin INTEGER, uxsStatusProcChldMax INTEGER, uxsStatusProcChldMonitor INTEGER, uxsStatusProcChldStatus INTEGER, uxsStatusProcSizeValue INTEGER, uxsStatusProcSizeMin INTEGER, uxsStatusProcSizeMax INTEGER, uxsStatusProcSizeMonitor INTEGER, uxsStatusProcSizeStatus INTEGER, uxsStatusProcCPUValue INTEGER, uxsStatusProcCPUWarn INTEGER, uxsStatusProcCPUCrit INTEGER, uxsStatusProcCPUMonitor INTEGER, uxsStatusProcCPUStatus INTEGER, uxsStatusProcRemove INTEGER } uxsStatusProcName OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "&The name of the process to monitor. Valid values are a string with an optional * at the end of the string for wild card matching." ::= { uxsStatusProcEntry 1 } uxsStatusProcPath OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "&The path of the process to match. Valid values are a string with an optional * at the end of the string for wild card matching." ::= { uxsStatusProcEntry 2 } uxsStatusProcArgs OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "&A section of the processes arguments to match." ::= { uxsStatusProcEntry 3 } uxsStatusProcUsers OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "&List of users to match. Details format of the string are documented in the online help." ::= { uxsStatusProcEntry 4 } uxsStatusProcStatus OBJECT-TYPE SYNTAX INTEGER { unknown(1), ok(2), warning(3), critical(4), down(5) } ACCESS read-only STATUS mandatory DESCRIPTION "&The current status of the resource: unknown(1) - An error occurred during data collection, ok(2) - The resource is within the defined limits, warning(3) - The resource has breached the warning threshold, critical(4) - The resource has breached the critical threshold, down(5) - The resource is in a down state." ::= { uxsStatusProcEntry 5 } uxsStatusProcPIDs OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "&The list of process IDs that caused the watcher to be in a bad state. This string is limited to 256 characters." ::= { uxsStatusProcEntry 6 } uxsStatusProcInstValue OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "&The current number of instances that match the key fields." ::= { uxsStatusProcEntry 7 } uxsStatusProcInstMin OBJECT-TYPE SYNTAX INTEGER ACCESS read-write STATUS mandatory DESCRIPTION "&Minimum number of instances expected to match the key. Valid values: -1, 0 or greater." ::= { uxsStatusProcEntry 8 } uxsStatusProcInstMax OBJECT-TYPE SYNTAX INTEGER ACCESS read-write STATUS mandatory DESCRIPTION "&Maximum number of instances expected to match the key. Valid values: -1, 0 or greater." ::= { uxsStatusProcEntry 9 } uxsStatusProcInstMonitor OBJECT-TYPE SYNTAX INTEGER { do-not-monitor(1), monitor(2) } ACCESS read-write STATUS mandatory DESCRIPTION "&Defines the level of monitoring for process instances. Valid values: do-not-monitor(1) or monitor(2)." ::= { uxsStatusProcEntry 10 } uxsStatusProcInstStatus OBJECT-TYPE SYNTAX INTEGER { unknown(1), up(2), down(3) } ACCESS read-only STATUS mandatory DESCRIPTION "&The current status of the resource: unknown(1) - An error occurred collecting the data, up(2) - The resource is within the monitoring parameters, down(3) - The resource is outside the monitoring parameters." ::= { uxsStatusProcEntry 11 } uxsStatusProcChldValue OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "&The number of children of the process. See the documentation for additional information." ::= { uxsStatusProcEntry 12 } uxsStatusProcChldMin OBJECT-TYPE SYNTAX INTEGER ACCESS read-write STATUS mandatory DESCRIPTION "&Minimum number of children (based on lowest for all instances). Valid values: -1, 0 or greater." ::= { uxsStatusProcEntry 13 } uxsStatusProcChldMax OBJECT-TYPE SYNTAX INTEGER ACCESS read-write STATUS mandatory DESCRIPTION "&Maximum number of children (based on highest for all instances). Valid values: -1, 0 or greater." ::= { uxsStatusProcEntry 14 } uxsStatusProcChldMonitor OBJECT-TYPE SYNTAX INTEGER { do-not-monitor(1), monitor(2) } ACCESS read-write STATUS mandatory DESCRIPTION "&Defines the level of monitoring for the number of children of the process. Valid values: do-not-monitor(1) or monitor(2)." ::= { uxsStatusProcEntry 15 } uxsStatusProcChldStatus OBJECT-TYPE SYNTAX INTEGER { unknown(1), up(2), down(3) } ACCESS read-only STATUS mandatory DESCRIPTION "&The status of the number of children of the process: unknown(1) - An error occurred collecting the data, up(2) - The resource is within the monitoring parameters, down(3) - The resource is outside the monitoring parameters." ::= { uxsStatusProcEntry 16 } uxsStatusProcSizeValue OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "&The size of the process in kilobytes. See the documentation for rules for which match's value is displayed." ::= { uxsStatusProcEntry 17 } uxsStatusProcSizeMin OBJECT-TYPE SYNTAX INTEGER ACCESS read-write STATUS mandatory DESCRIPTION "&Minimum size of the process in kilobytes (based on lowest for all instances). Valid values: -1, 0 or greater." ::= { uxsStatusProcEntry 18 } uxsStatusProcSizeMax OBJECT-TYPE SYNTAX INTEGER ACCESS read-write STATUS mandatory DESCRIPTION "&Maximum size of the process in kilobytes (based on highest for all instances). Valid values: -1, 0 or greater." ::= { uxsStatusProcEntry 19 } uxsStatusProcSizeMonitor OBJECT-TYPE SYNTAX INTEGER { do-not-monitor(1), monitor(2) } ACCESS read-write STATUS mandatory DESCRIPTION "&Defines the level of monitoring for the size of the process. Valid values: do-not-monitor(1) or monitor(2)." ::= { uxsStatusProcEntry 20 } uxsStatusProcSizeStatus OBJECT-TYPE SYNTAX INTEGER { unknown(1), up(2), down(3) } ACCESS read-only STATUS mandatory DESCRIPTION "&The status of the process size. unknown(1) - An error occurred collecting the data, up(2) - The resource is within the monitoring parameters, down(3) - The resource is outside the monitoring parameters." ::= { uxsStatusProcEntry 21 } uxsStatusProcCPUValue OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "&The highest of all CPU (user and system time) usage since the last poll as a percentage." ::= { uxsStatusProcEntry 22 } uxsStatusProcCPUWarn OBJECT-TYPE SYNTAX INTEGER ACCESS read-write STATUS mandatory DESCRIPTION "&The percentage of used CPU that is considered a warning level for that resource. Valid ranges: Greater than 0, less than 100, not greater than or equal to the critical threshold." ::= { uxsStatusProcEntry 23 } uxsStatusProcCPUCrit OBJECT-TYPE SYNTAX INTEGER ACCESS read-write STATUS mandatory DESCRIPTION "&The percentage of used CPU that is considered a critical level for that resource. Valid ranges: Greater than 1, less than or equal to 100, not less than or equal to the warning threshold." ::= { uxsStatusProcEntry 24 } uxsStatusProcCPUMonitor OBJECT-TYPE SYNTAX INTEGER { do-not-monitor(1), warning-only(2), critical-only(3), both(4) } ACCESS read-write STATUS mandatory DESCRIPTION "&Defines the level of monitoring for used CPU. Valid values: do-not-monitor(1), warning-only(2), critical-only(3) or both(4)." ::= { uxsStatusProcEntry 25 } uxsStatusProcCPUStatus OBJECT-TYPE SYNTAX INTEGER { unknown(1), ok(2), warning(3), critical(4) } ACCESS read-only STATUS mandatory DESCRIPTION "&The current status of the resource: unknown(1) - An error occurred during data collection, ok(2) - The resource is within the defined limits, warning(3) - The resource has breached the warning threshold, critical(4) - The resource has breached the critical threshold." ::= { uxsStatusProcEntry 26 } uxsStatusProcRemove OBJECT-TYPE SYNTAX INTEGER { none(1), remove(2) } ACCESS read-write STATUS mandatory DESCRIPTION "&Removes the process watcher from the agent." ::= { uxsStatusProcEntry 27 } -- -- uxsStatusPrnGroup -- uxsStatusPrnCount OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "&The number of configured printer queue watchers." ::= { uxsStatusPrnGroup 1 } uxsStatusPrnTable OBJECT-TYPE SYNTAX SEQUENCE OF UxsStatusPrnSequence ACCESS not-accessible STATUS mandatory DESCRIPTION "&The table of printer queue watchers." ::= { uxsStatusPrnGroup 2 } -- -- uxsStatusPrnTable -- uxsStatusPrnEntry OBJECT-TYPE SYNTAX UxsStatusPrnSequence ACCESS not-accessible STATUS mandatory DESCRIPTION "&" INDEX { uxsStatusPrnName } ::= { uxsStatusPrnTable 1 } UxsStatusPrnSequence ::= SEQUENCE { uxsStatusPrnName DisplayString, uxsStatusPrnDesc DisplayString, uxsStatusPrnAggStatus INTEGER, uxsStatusPrnItemsValue INTEGER, uxsStatusPrnItemsWarn INTEGER, uxsStatusPrnItemsCrit INTEGER, uxsStatusPrnItemsMonitor INTEGER, uxsStatusPrnItemsStatus INTEGER, uxsStatusPrnLossAction INTEGER, uxsStatusPrnLossStatus INTEGER, uxsStatusPrnRemove INTEGER } uxsStatusPrnName OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "&The name of the printer queue being monitored." ::= { uxsStatusPrnEntry 1 } uxsStatusPrnAggStatus OBJECT-TYPE SYNTAX INTEGER { unknown(1), ok(2), warning(3), critical(4), down(5) } ACCESS read-only STATUS mandatory DESCRIPTION "&The current status of the resource: unknown(1) - An error occurred during data collection, ok(2) - The resource is within the defined limits, warning(3) - The resource has breached the warning threshold, critical(4) - The resource has breached the critical threshold, down(5) - The resource is in a down state." ::= { uxsStatusPrnEntry 2 } uxsStatusPrnDesc OBJECT-TYPE SYNTAX DisplayString ACCESS read-write STATUS mandatory DESCRIPTION "&The description given to the printer queue watcher when it was added." ::= { uxsStatusPrnEntry 3 } uxsStatusPrnItemsValue OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "&The number of printer queue items on the queue." ::= { uxsStatusPrnEntry 4 } uxsStatusPrnItemsWarn OBJECT-TYPE SYNTAX INTEGER ACCESS read-write STATUS mandatory DESCRIPTION "&The number of printer queue items that is considered a warning level for that resource. Valid ranges: Greater than 0, not greater than or equal to the critical threshold." ::= { uxsStatusPrnEntry 5 } uxsStatusPrnItemsCrit OBJECT-TYPE SYNTAX INTEGER ACCESS read-write STATUS mandatory DESCRIPTION "&The number of printer queue items that is considered a critical level for that resource. Valid ranges: Greater than 1, not less than or equal to the warning threshold." ::= { uxsStatusPrnEntry 6 } uxsStatusPrnItemsMonitor OBJECT-TYPE SYNTAX INTEGER { do-not-monitor(1), warning-only(2), critical-only(3), both(4) } ACCESS read-write STATUS mandatory DESCRIPTION "&Defines the level of monitoring for the resource's status. Valid values: do-not-monitor(1), warning-only(2), critical-only(3) or both(4)." ::= { uxsStatusPrnEntry 7 } uxsStatusPrnItemsStatus OBJECT-TYPE SYNTAX INTEGER { unknown(1), ok(2), warning(3), critical(4) } ACCESS read-only STATUS mandatory DESCRIPTION "&The current status of the resource: unknown(1) - An error occurred during data collection, ok(2) - The resource is within the defined limits, warning(3) - The resource has breached the warning threshold, critical(4) - The resource has breached the critical threshold." ::= { uxsStatusPrnEntry 8 } uxsStatusPrnLossAction OBJECT-TYPE SYNTAX INTEGER { remove(1), up(2), down(3) } ACCESS read-write STATUS mandatory DESCRIPTION "&Defines the action to take if the printer queue configuration is removed from the machine. Valid values: remove(1), up(2) or down(3)." ::= { uxsStatusPrnEntry 9 } uxsStatusPrnLossStatus OBJECT-TYPE SYNTAX INTEGER { unknown(1), up(2), down(3) } ACCESS read-only STATUS mandatory DESCRIPTION "&The status relating to the existence of the object. Valid values: unknown(1), up(2) or down(3)." ::= { uxsStatusPrnEntry 10 } uxsStatusPrnRemove OBJECT-TYPE SYNTAX INTEGER { none(1), remove(2) } ACCESS read-write STATUS mandatory DESCRIPTION "&Removes the printer watcher from the agent." ::= { uxsStatusPrnEntry 11 } -- -- uxsStatusNetGroup -- uxsStatusNetTotalStatus OBJECT-TYPE SYNTAX INTEGER { unknown(1), ok(2), warning(3), critical(4) } ACCESS read-only STATUS mandatory DESCRIPTION "&The current status of the resource: unknown(1) - An error occurred during data collection, ok(2) - The resource is within the defined limits, warning(3) - The resource has breached the warning threshold, critical(4) - The resource has breached the critical threshold." ::= { uxsStatusNetGroup 1 } uxsStatusNetTotalIPktValue OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "&The total number of input packets per second for all interfaces since the last poll." ::= { uxsStatusNetGroup 2 } uxsStatusNetTotalIPktWarn OBJECT-TYPE SYNTAX INTEGER ACCESS read-write STATUS mandatory DESCRIPTION "&The number of total input packets that is considered a warning level for that resource. Valid ranges: Greater than 0, not greater than or equal to the critical threshold." ::= { uxsStatusNetGroup 3 } uxsStatusNetTotalIPktCrit OBJECT-TYPE SYNTAX INTEGER ACCESS read-write STATUS mandatory DESCRIPTION "&The number of total input packets that is considered a critical level for that resource. Valid ranges: Greater than 1, not less than or equal to the warning threshold." ::= { uxsStatusNetGroup 4 } uxsStatusNetTotalIPktMonitor OBJECT-TYPE SYNTAX INTEGER { do-not-monitor(1), warning-only(2), critical-only(3), both(4) } ACCESS read-write STATUS mandatory DESCRIPTION "&Defines the level of monitoring for the resource's status. Valid values: do-not-monitor(1), warning-only(2), critical-only(3) or both(4)." ::= { uxsStatusNetGroup 5 } uxsStatusNetTotalIPktStatus OBJECT-TYPE SYNTAX INTEGER { unknown(1), ok(2), warning(3), critical(4) } ACCESS read-only STATUS mandatory DESCRIPTION "&The current status of the resource: unknown(1) - An error occurred during data collection, ok(2) - The resource is within the defined limits, warning(3) - The resource has breached the warning threshold, critical(4) - The resource has breached the critical threshold." ::= { uxsStatusNetGroup 6 } uxsStatusNetTotalIErrValue OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "&The total number of input errors per second for all interfaces since the last poll." ::= { uxsStatusNetGroup 7 } uxsStatusNetTotalIErrWarn OBJECT-TYPE SYNTAX INTEGER ACCESS read-write STATUS mandatory DESCRIPTION "&The number of total input errors that is considered a warning level for that resource. Valid ranges: Greater than 0, not greater than or equal to the critical threshold." ::= { uxsStatusNetGroup 8 } uxsStatusNetTotalIErrCrit OBJECT-TYPE SYNTAX INTEGER ACCESS read-write STATUS mandatory DESCRIPTION "&The number of total input errors that is considered a critical level for that resource. Valid ranges: Greater than 1, not less than or equal to the warning threshold." ::= { uxsStatusNetGroup 9 } uxsStatusNetTotalIErrMonitor OBJECT-TYPE SYNTAX INTEGER { do-not-monitor(1), warning-only(2), critical-only(3), both(4) } ACCESS read-write STATUS mandatory DESCRIPTION "&Defines the level of monitoring for the resource's status. Valid values: do-not-monitor(1), warning-only(2), critical-only(3) or both(4)." ::= { uxsStatusNetGroup 10 } uxsStatusNetTotalIErrStatus OBJECT-TYPE SYNTAX INTEGER { unknown(1), ok(2), warning(3), critical(4) } ACCESS read-only STATUS mandatory DESCRIPTION "&The current status of the resource: unknown(1) - An error occurred during data collection, ok(2) - The resource is within the defined limits, warning(3) - The resource has breached the warning threshold, critical(4) - The resource has breached the critical threshold." ::= { uxsStatusNetGroup 11 } uxsStatusNetTotalOPktValue OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "&The total number of output packets per second for all interfaces since the last poll." ::= { uxsStatusNetGroup 12 } uxsStatusNetTotalOPktWarn OBJECT-TYPE SYNTAX INTEGER ACCESS read-write STATUS mandatory DESCRIPTION "&The number of total output packets that is considered a warning level for that resource. Valid ranges: Greater than 0, not greater than or equal to the critical threshold." ::= { uxsStatusNetGroup 13 } uxsStatusNetTotalOPktCrit OBJECT-TYPE SYNTAX INTEGER ACCESS read-write STATUS mandatory DESCRIPTION "&The number of total output packets that is considered a critical level for that resource. Valid ranges: Greater than 1, not less than or equal to the warning threshold." ::= { uxsStatusNetGroup 14 } uxsStatusNetTotalOPktMonitor OBJECT-TYPE SYNTAX INTEGER { do-not-monitor(1), warning-only(2), critical-only(3), both(4) } ACCESS read-write STATUS mandatory DESCRIPTION "&Defines the level of monitoring for the resource's status. Valid values: do-not-monitor(1), warning-only(2), critical-only(3) or both(4)." ::= { uxsStatusNetGroup 15 } uxsStatusNetTotalOPktStatus OBJECT-TYPE SYNTAX INTEGER { unknown(1), ok(2), warning(3), critical(4) } ACCESS read-only STATUS mandatory DESCRIPTION "&The current status of the resource: unknown(1) - An error occurred during data collection, ok(2) - The resource is within the defined limits, warning(3) - The resource has breached the warning threshold, critical(4) - The resource has breached the critical threshold." ::= { uxsStatusNetGroup 16 } uxsStatusNetTotalOErrValue OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "&The total number of output errors per second for all interfaces since the last poll." ::= { uxsStatusNetGroup 17 } uxsStatusNetTotalOErrWarn OBJECT-TYPE SYNTAX INTEGER ACCESS read-write STATUS mandatory DESCRIPTION "&The number of total output errors that is considered a warning level for that resource. Valid ranges: Greater than 0, not greater than or equal to the critical threshold." ::= { uxsStatusNetGroup 18 } uxsStatusNetTotalOErrCrit OBJECT-TYPE SYNTAX INTEGER ACCESS read-write STATUS mandatory DESCRIPTION "&The number of total output errors that is considered a critical level for that resource. Valid ranges: Greater than 1, not less than or equal to the warning threshold." ::= { uxsStatusNetGroup 19 } uxsStatusNetTotalOErrMonitor OBJECT-TYPE SYNTAX INTEGER { do-not-monitor(1), warning-only(2), critical-only(3), both(4) } ACCESS read-write STATUS mandatory DESCRIPTION "&Defines the level of monitoring for the resource's status. Valid values: do-not-monitor(1), warning-only(2), critical-only(3) or both(4)." ::= { uxsStatusNetGroup 20 } uxsStatusNetTotalOErrStatus OBJECT-TYPE SYNTAX INTEGER { unknown(1), ok(2), warning(3), critical(4) } ACCESS read-only STATUS mandatory DESCRIPTION "&The current status of the resource: unknown(1) - An error occurred during data collection, ok(2) - The resource is within the defined limits, warning(3) - The resource has breached the warning threshold, critical(4) - The resource has breached the critical threshold." ::= { uxsStatusNetGroup 21 } uxsStatusNetTotalCollValue OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "&The total number of collisions per second for all interfaces since the last poll." ::= { uxsStatusNetGroup 22 } uxsStatusNetTotalCollWarn OBJECT-TYPE SYNTAX INTEGER ACCESS read-write STATUS mandatory DESCRIPTION "&The number of total collisions that is considered a warning level for that resource. Valid ranges: Greater than 0, not greater than or equal to the critical threshold." ::= { uxsStatusNetGroup 23 } uxsStatusNetTotalCollCrit OBJECT-TYPE SYNTAX INTEGER ACCESS read-write STATUS mandatory DESCRIPTION "&The number of total collisions that is considered a critical level for that resource. Valid ranges: Greater than 1, not less than or equal to the warning threshold." ::= { uxsStatusNetGroup 24 } uxsStatusNetTotalCollMonitor OBJECT-TYPE SYNTAX INTEGER { do-not-monitor(1), warning-only(2), critical-only(3), both(4) } ACCESS read-write STATUS mandatory DESCRIPTION "&Defines the level of monitoring for the resource's status. Valid values: do-not-monitor(1), warning-only(2), critical-only(3) or both(4)." ::= { uxsStatusNetGroup 25 } uxsStatusNetTotalCollStatus OBJECT-TYPE SYNTAX INTEGER { unknown(1), ok(2), warning(3), critical(4) } ACCESS read-only STATUS mandatory DESCRIPTION "&The current status of the resource: unknown(1) - An error occurred during data collection, ok(2) - The resource is within the defined limits, warning(3) - The resource has breached the warning threshold, critical(4) - The resource has breached the critical threshold." ::= { uxsStatusNetGroup 26 } uxsStatusNetCount OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "&The number of network interfaces in the network table." ::= { uxsStatusNetGroup 27 } uxsStatusNetTable OBJECT-TYPE SYNTAX SEQUENCE OF UxsStatusNetSequence ACCESS not-accessible STATUS mandatory DESCRIPTION "&The network table containing the network interfaces." ::= { uxsStatusNetGroup 28 } -- -- uxsStatusNetTable -- uxsStatusNetEntry OBJECT-TYPE SYNTAX UxsStatusNetSequence ACCESS not-accessible STATUS mandatory DESCRIPTION "&" INDEX { uxsStatusNetName } ::= { uxsStatusNetTable 1 } UxsStatusNetSequence ::= SEQUENCE { uxsStatusNetName DisplayString, uxsStatusNetIP DisplayString, uxsStatusNetStatus INTEGER, uxsStatusNetIPktValue INTEGER, uxsStatusNetIPktWarn INTEGER, uxsStatusNetIPktCrit INTEGER, uxsStatusNetIPktMonitor INTEGER, uxsStatusNetIPktStatus INTEGER, uxsStatusNetIErrValue INTEGER, uxsStatusNetIErrWarn INTEGER, uxsStatusNetIErrCrit INTEGER, uxsStatusNetIErrMonitor INTEGER, uxsStatusNetIErrStatus INTEGER, uxsStatusNetOPktValue INTEGER, uxsStatusNetOPktWarn INTEGER, uxsStatusNetOPktCrit INTEGER, uxsStatusNetOPktMonitor INTEGER, uxsStatusNetOPktStatus INTEGER, uxsStatusNetOErrValue INTEGER, uxsStatusNetOErrWarn INTEGER, uxsStatusNetOErrCrit INTEGER, uxsStatusNetOErrMonitor INTEGER, uxsStatusNetOErrStatus INTEGER, uxsStatusNetCollValue INTEGER, uxsStatusNetCollWarn INTEGER, uxsStatusNetCollCrit INTEGER, uxsStatusNetCollMonitor INTEGER, uxsStatusNetCollStatus INTEGER, uxsStatusNetLossAction INTEGER, uxsStatusNetLossStatus INTEGER } uxsStatusNetName OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "&The name by which the network interface is known." ::= { uxsStatusNetEntry 1 } uxsStatusNetIP OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "&The IP address of the interface." ::= { uxsStatusNetEntry 2 } uxsStatusNetStatus OBJECT-TYPE SYNTAX INTEGER { unknown(1), ok(2), warning(3), critical(4) } ACCESS read-only STATUS mandatory DESCRIPTION "&The current status of the resource: unknown(1) - An error occurred during data collection, ok(2) - The resource is within the defined limits, warning(3) - The resource has breached the warning threshold, critical(4) - The resource has breached the critical threshold." ::= { uxsStatusNetEntry 3 } uxsStatusNetIPktValue OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "&The number of input packets per second for the interface since the last poll." ::= { uxsStatusNetEntry 4 } uxsStatusNetIPktWarn OBJECT-TYPE SYNTAX INTEGER ACCESS read-write STATUS mandatory DESCRIPTION "&The number of input packets that is considered a warning level for that resource. Valid ranges: Greater than 0, not greater than or equal to the critical threshold." ::= { uxsStatusNetEntry 5 } uxsStatusNetIPktCrit OBJECT-TYPE SYNTAX INTEGER ACCESS read-write STATUS mandatory DESCRIPTION "&The number of input packets that is considered a critical level for that resource. Valid ranges: Greater than 1, not less than or equal to the warning threshold." ::= { uxsStatusNetEntry 6 } uxsStatusNetIPktMonitor OBJECT-TYPE SYNTAX INTEGER { do-not-monitor(1), warning-only(2), critical-only(3), both(4) } ACCESS read-write STATUS mandatory DESCRIPTION "&Defines the level of monitoring for the resource's status. Valid values: do-not-monitor(1), warning-only(2), critical-only(3) or both(4)." ::= { uxsStatusNetEntry 7 } uxsStatusNetIPktStatus OBJECT-TYPE SYNTAX INTEGER { unknown(1), ok(2), warning(3), critical(4) } ACCESS read-only STATUS mandatory DESCRIPTION "&The current status of the resource: unknown(1) - An error occurred during data collection, ok(2) - The resource is within the defined limits, warning(3) - The resource has breached the warning threshold, critical(4) - The resource has breached the critical threshold." ::= { uxsStatusNetEntry 8 } uxsStatusNetIErrValue OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "&The number of input errors per second for the interface since the last poll." ::= { uxsStatusNetEntry 9 } uxsStatusNetIErrWarn OBJECT-TYPE SYNTAX INTEGER ACCESS read-write STATUS mandatory DESCRIPTION "&The number of input errors that is considered a warning level for that resource. Valid ranges: Greater than 0, not greater than or equal to the critical threshold." ::= { uxsStatusNetEntry 10 } uxsStatusNetIErrCrit OBJECT-TYPE SYNTAX INTEGER ACCESS read-write STATUS mandatory DESCRIPTION "&The number of input errors that is considered a critical level for that resource. Valid ranges: Greater than 1, not less than or equal to the warning threshold." ::= { uxsStatusNetEntry 11 } uxsStatusNetIErrMonitor OBJECT-TYPE SYNTAX INTEGER { do-not-monitor(1), warning-only(2), critical-only(3), both(4) } ACCESS read-write STATUS mandatory DESCRIPTION "&Defines the level of monitoring for the resource's status. Valid values: do-not-monitor(1), warning-only(2), critical-only(3) or both(4)." ::= { uxsStatusNetEntry 12 } uxsStatusNetIErrStatus OBJECT-TYPE SYNTAX INTEGER { unknown(1), ok(2), warning(3), critical(4) } ACCESS read-only STATUS mandatory DESCRIPTION "&The current status of the resource: unknown(1) - An error occurred during data collection, ok(2) - The resource is within the defined limits, warning(3) - The resource has breached the warning threshold, critical(4) - The resource has breached the critical threshold." ::= { uxsStatusNetEntry 13 } uxsStatusNetOPktValue OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "&The number of output packets per second for the interface since the last poll." ::= { uxsStatusNetEntry 14 } uxsStatusNetOPktWarn OBJECT-TYPE SYNTAX INTEGER ACCESS read-write STATUS mandatory DESCRIPTION "&The number of output packets that is considered a warning level for that resource. Valid ranges: Greater than 0, not greater than or equal to the critical threshold." ::= { uxsStatusNetEntry 15 } uxsStatusNetOPktCrit OBJECT-TYPE SYNTAX INTEGER ACCESS read-write STATUS mandatory DESCRIPTION "&The number of output packets that is considered a critical level for that resource. Valid ranges: Greater than 1, not less than or equal to the warning threshold." ::= { uxsStatusNetEntry 16 } uxsStatusNetOPktMonitor OBJECT-TYPE SYNTAX INTEGER { do-not-monitor(1), warning-only(2), critical-only(3), both(4) } ACCESS read-write STATUS mandatory DESCRIPTION "&Defines the level of monitoring for the resource's status. Valid values: do-not-monitor(1), warning-only(2), critical-only(3) or both(4)." ::= { uxsStatusNetEntry 17 } uxsStatusNetOPktStatus OBJECT-TYPE SYNTAX INTEGER { unknown(1), ok(2), warning(3), critical(4) } ACCESS read-only STATUS mandatory DESCRIPTION "&The current status of the resource: unknown(1) - An error occurred during data collection, ok(2) - The resource is within the defined limits, warning(3) - The resource has breached the warning threshold, critical(4) - The resource has breached the critical threshold." ::= { uxsStatusNetEntry 18 } uxsStatusNetOErrValue OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "&The number of output errors per second for the interface since the last poll." ::= { uxsStatusNetEntry 19 } uxsStatusNetOErrWarn OBJECT-TYPE SYNTAX INTEGER ACCESS read-write STATUS mandatory DESCRIPTION "&The number of output errors that is considered a warning level for that resource. Valid ranges: Greater than 0, not greater than or equal to the critical threshold." ::= { uxsStatusNetEntry 20 } uxsStatusNetOErrCrit OBJECT-TYPE SYNTAX INTEGER ACCESS read-write STATUS mandatory DESCRIPTION "&The number of output errors that is considered a critical level for that resource. Valid ranges: Greater than 1, not less than or equal to the warning threshold." ::= { uxsStatusNetEntry 21 } uxsStatusNetOErrMonitor OBJECT-TYPE SYNTAX INTEGER { do-not-monitor(1), warning-only(2), critical-only(3), both(4) } ACCESS read-write STATUS mandatory DESCRIPTION "&Defines the level of monitoring for the resource's status. Valid values: do-not-monitor(1), warning-only(2), critical-only(3) or both(4)." ::= { uxsStatusNetEntry 22 } uxsStatusNetOErrStatus OBJECT-TYPE SYNTAX INTEGER { unknown(1), ok(2), warning(3), critical(4) } ACCESS read-only STATUS mandatory DESCRIPTION "&The current status of the resource: unknown(1) - An error occurred during data collection, ok(2) - The resource is within the defined limits, warning(3) - The resource has breached the warning threshold, critical(4) - The resource has breached the critical threshold." ::= { uxsStatusNetEntry 23 } uxsStatusNetCollValue OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "&The number of collisions per second for the interface since the last poll." ::= { uxsStatusNetEntry 24 } uxsStatusNetCollWarn OBJECT-TYPE SYNTAX INTEGER ACCESS read-write STATUS mandatory DESCRIPTION "&The number of collisions that is considered a warning level for that resource. Valid ranges: Greater than 0, not greater than or equal to the critical threshold." ::= { uxsStatusNetEntry 25 } uxsStatusNetCollCrit OBJECT-TYPE SYNTAX INTEGER ACCESS read-write STATUS mandatory DESCRIPTION "&The number of collisions that is considered a critical level for that resource. Valid ranges: Greater than 1, not less than or equal to the warning threshold." ::= { uxsStatusNetEntry 26 } uxsStatusNetCollMonitor OBJECT-TYPE SYNTAX INTEGER { do-not-monitor(1), warning-only(2), critical-only(3), both(4) } ACCESS read-write STATUS mandatory DESCRIPTION "&Defines the level of monitoring for the resource's status. Valid values: do-not-monitor(1), warning-only(2), critical-only(3) or both(4)." ::= { uxsStatusNetEntry 27 } uxsStatusNetCollStatus OBJECT-TYPE SYNTAX INTEGER { unknown(1), ok(2), warning(3), critical(4) } ACCESS read-only STATUS mandatory DESCRIPTION "&The current status of the resource: unknown(1) - An error occurred during data collection, ok(2) - The resource is within the defined limits, warning(3) - The resource has breached the warning threshold, critical(4) - The resource has breached the critical threshold." ::= { uxsStatusNetEntry 28 } uxsStatusNetLossAction OBJECT-TYPE SYNTAX INTEGER { remove(1), up(2), down(3) } ACCESS read-write STATUS mandatory DESCRIPTION "&Defines the action to take if the network interface is removed from the machine. Valid values: remove(1), up(2) or down(3)." ::= { uxsStatusNetEntry 29 } uxsStatusNetLossStatus OBJECT-TYPE SYNTAX INTEGER { unknown(1), up(2), down(3) } ACCESS read-only STATUS mandatory DESCRIPTION "&The status relating to the existence of the object. Valid values: unknown(1), up(2) or down(3)." ::= { uxsStatusNetEntry 30 } -- -- uxsStatusIPCGroup -- uxsStatusIPCSHMIDSAvailable OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "&The number of configured shared memory IDs." ::= { uxsStatusIPCGroup 1 } uxsStatusIPCSHMIDSValue OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "&The number of shared memory IDs in use." ::= { uxsStatusIPCGroup 2 } uxsStatusIPCSHMIDSLagValue OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "&The number of times that the threshold has been reached." ::= { uxsStatusIPCGroup 3 } uxsStatusIPCSHMIDSLag OBJECT-TYPE SYNTAX INTEGER ACCESS read-write STATUS mandatory DESCRIPTION "&The number of times that the threshold has to be reached before the state changes. Valid range: Greater than 0." ::= { uxsStatusIPCGroup 4 } uxsStatusIPCSHMIDSWarnValue OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "&The absolute value used for threshold calculation based on the configured warning value." ::= { uxsStatusIPCGroup 5 } uxsStatusIPCSHMIDSCritValue OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "&The absolute value used for threshold calculation based on the configured critical value." ::= { uxsStatusIPCGroup 6 } uxsStatusIPCSHMIDSWarn OBJECT-TYPE SYNTAX DisplayString ACCESS read-write STATUS mandatory DESCRIPTION "&The value for used IDs, either as a percentage or absolute value, that is considered a warning level for that resource. Valid ranges: Greater than 0, less than total IDs - 1, not greater than or equal to the critical threshold." ::= { uxsStatusIPCGroup 7 } uxsStatusIPCSHMIDSCrit OBJECT-TYPE SYNTAX DisplayString ACCESS read-write STATUS mandatory DESCRIPTION "&The value for used IDs, either as a percentage or absolute value, that is considered a critical level for that resource. Valid ranges: Greater than 1, less than total IDs, not less than or equal to the warning threshold." ::= { uxsStatusIPCGroup 8 } uxsStatusIPCSHMIDSMonitor OBJECT-TYPE SYNTAX INTEGER { do-not-monitor(1), warning-only(2), critical-only(3), both(4) } ACCESS read-write STATUS mandatory DESCRIPTION "&Defines the level of monitoring for the resource's status. Valid values: do-not-monitor(1), warning-only(2), critical-only(3) or both(4)." ::= { uxsStatusIPCGroup 9 } uxsStatusIPCSHMIDSStatus OBJECT-TYPE SYNTAX INTEGER { unknown(1), ok(2), warning(3), critical(4) } ACCESS read-only STATUS mandatory DESCRIPTION "&The current status of the resource: unknown(1) - An error occurred during data collection, ok(2) - The resource is within the defined limits, warning(3) - The resource has breached the warning threshold, critical(4) - The resource has breached the critical threshold." ::= { uxsStatusIPCGroup 10 } uxsStatusIPCSEMIDSAvailable OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "&The number of configured semaphore IDs." ::= { uxsStatusIPCGroup 11 } uxsStatusIPCSEMIDSValue OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "&The number of semaphore IDs in use." ::= { uxsStatusIPCGroup 12 } uxsStatusIPCSEMIDSLagValue OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "&The number of times that the threshold has been reached." ::= { uxsStatusIPCGroup 13 } uxsStatusIPCSEMIDSLag OBJECT-TYPE SYNTAX INTEGER ACCESS read-write STATUS mandatory DESCRIPTION "&The number of times that the threshold has to be reached before the state changes. Valid range: Greater than 0." ::= { uxsStatusIPCGroup 14 } uxsStatusIPCSEMIDSWarnValue OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "&The absolute value used for threshold calculation based on the configured warning value." ::= { uxsStatusIPCGroup 15 } uxsStatusIPCSEMIDSCritValue OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "&The absolute value used for threshold calculation based on the configured critical value." ::= { uxsStatusIPCGroup 16 } uxsStatusIPCSEMIDSWarn OBJECT-TYPE SYNTAX DisplayString ACCESS read-write STATUS mandatory DESCRIPTION "&The value for used IDs, either as a percentage or absolute value, that is considered a warning level for that resource. Valid ranges: Greater than 0, less than total IDs - 1, not greater than or equal to the critical threshold." ::= { uxsStatusIPCGroup 17 } uxsStatusIPCSEMIDSCrit OBJECT-TYPE SYNTAX DisplayString ACCESS read-write STATUS mandatory DESCRIPTION "&The value for used IDs, either as a percentage or absolute value, that is considered a critical level for that resource. Valid ranges: Greater than 1, less than total IDs, not less than or equal to the warning threshold." ::= { uxsStatusIPCGroup 18 } uxsStatusIPCSEMIDSMonitor OBJECT-TYPE SYNTAX INTEGER { do-not-monitor(1), warning-only(2), critical-only(3), both(4) } ACCESS read-write STATUS mandatory DESCRIPTION "&Defines the level of monitoring for the resource's status. Valid values: do-not-monitor(1), warning-only(2), critical-only(3) or both(4)." ::= { uxsStatusIPCGroup 19 } uxsStatusIPCSEMIDSStatus OBJECT-TYPE SYNTAX INTEGER { unknown(1), ok(2), warning(3), critical(4) } ACCESS read-only STATUS mandatory DESCRIPTION "&The current status of the resource: unknown(1) - An error occurred during data collection, ok(2) - The resource is within the defined limits, warning(3) - The resource has breached the warning threshold, critical(4) - The resource has breached the critical threshold." ::= { uxsStatusIPCGroup 20 } uxsStatusIPCMQIDSAvailable OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "&The number of configured message queue IDs." ::= { uxsStatusIPCGroup 21 } uxsStatusIPCMQIDSValue OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "&The number of message queue IDs in use." ::= { uxsStatusIPCGroup 22 } uxsStatusIPCMQIDSLagValue OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "&The number of times that the threshold has been reached." ::= { uxsStatusIPCGroup 23 } uxsStatusIPCMQIDSLag OBJECT-TYPE SYNTAX INTEGER ACCESS read-write STATUS mandatory DESCRIPTION "&The number of times that the threshold has to be reached before the state changes. Valid range: Greater than 0." ::= { uxsStatusIPCGroup 24 } uxsStatusIPCMQIDSWarnValue OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "&The absolute value used for threshold calculation based on the configured warning value." ::= { uxsStatusIPCGroup 25 } uxsStatusIPCMQIDSCritValue OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "&The absolute value used for threshold calculation based on the configured critical value." ::= { uxsStatusIPCGroup 26 } uxsStatusIPCMQIDSWarn OBJECT-TYPE SYNTAX DisplayString ACCESS read-write STATUS mandatory DESCRIPTION "&The value for used IDs, either as a percentage or absolute value, that is considered a warning level for that resource. Valid ranges: Greater than 0, less than total IDs - 1, not greater than or equal to the critical threshold." ::= { uxsStatusIPCGroup 27 } uxsStatusIPCMQIDSCrit OBJECT-TYPE SYNTAX DisplayString ACCESS read-write STATUS mandatory DESCRIPTION "&The value for used IDs, either as a percentage or absolute value, that is considered a critical level for that resource. Valid ranges: Greater than 1, less than total IDs, not less than or equal to the warning threshold." ::= { uxsStatusIPCGroup 28 } uxsStatusIPCMQIDSMonitor OBJECT-TYPE SYNTAX INTEGER { do-not-monitor(1), warning-only(2), critical-only(3), both(4) } ACCESS read-write STATUS mandatory DESCRIPTION "&Defines the level of monitoring for the resource's status. Valid values: do-not-monitor(1), warning-only(2), critical-only(3) or both(4)." ::= { uxsStatusIPCGroup 29 } uxsStatusIPCMQIDSStatus OBJECT-TYPE SYNTAX INTEGER { unknown(1), ok(2), warning(3), critical(4) } ACCESS read-only STATUS mandatory DESCRIPTION "&The current status of the resource: unknown(1) - An error occurred during data collection, ok(2) - The resource is within the defined limits, warning(3) - The resource has breached the warning threshold, critical(4) - The resource has breached the critical threshold." ::= { uxsStatusIPCGroup 30 } uxsStatusIPCMQMonitor OBJECT-TYPE SYNTAX INTEGER { do-not-monitor(1), monitor(2) } ACCESS read-write STATUS mandatory DESCRIPTION "&Defines the level of monitoring for the resource's status. Valid values: do-not-monitor(1) or monitor(2)." ::= { uxsStatusIPCGroup 31 } uxsStatusIPCMQCount OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "&The number of monitored message queues." ::= { uxsStatusIPCGroup 32 } uxsStatusIPCMQTable OBJECT-TYPE SYNTAX SEQUENCE OF UxsStatusIPCMQSequence ACCESS not-accessible STATUS mandatory DESCRIPTION "&The table of monitored message queues." ::= { uxsStatusIPCGroup 33 } -- -- uxsStatusIPCMQTable -- uxsStatusIPCMQEntry OBJECT-TYPE SYNTAX UxsStatusIPCMQSequence ACCESS not-accessible STATUS mandatory DESCRIPTION "&" INDEX { uxsStatusIPCMQID } ::= { uxsStatusIPCMQTable 1 } UxsStatusIPCMQSequence ::= SEQUENCE { uxsStatusIPCMQID DisplayString, uxsStatusIPCMQKey DisplayString, uxsStatusIPCMQMode DisplayString, uxsStatusIPCMQOwner DisplayString, uxsStatusIPCMQGroup DisplayString, uxsStatusIPCMQBytesAvailable INTEGER, uxsStatusIPCMQBytesValue INTEGER, uxsStatusIPCMQBytesLagValue INTEGER, uxsStatusIPCMQBytesLag INTEGER, uxsStatusIPCMQBytesWarnValue DisplayString, uxsStatusIPCMQBytesCritValue DisplayString, uxsStatusIPCMQBytesWarn DisplayString, uxsStatusIPCMQBytesCrit DisplayString, uxsStatusIPCMQBytesMonitor INTEGER, uxsStatusIPCMQBytesStatus INTEGER } uxsStatusIPCMQID OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "&The message queue ID." ::= { uxsStatusIPCMQEntry 1 } uxsStatusIPCMQKey OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "&The message queue key." ::= { uxsStatusIPCMQEntry 2 } uxsStatusIPCMQMode OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "&The message queue access rights." ::= { uxsStatusIPCMQEntry 3 } uxsStatusIPCMQOwner OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "&The message queue owner." ::= { uxsStatusIPCMQEntry 4 } uxsStatusIPCMQGroup OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "&The message queue group." ::= { uxsStatusIPCMQEntry 5 } uxsStatusIPCMQBytesAvailable OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "&The number of bytes available for messages." ::= { uxsStatusIPCMQEntry 6 } uxsStatusIPCMQBytesValue OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "&The bytes used in the message queue." ::= { uxsStatusIPCMQEntry 7 } uxsStatusIPCMQBytesLagValue OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "&The number of times that the threshold has been reached." ::= { uxsStatusIPCMQEntry 8 } uxsStatusIPCMQBytesLag OBJECT-TYPE SYNTAX INTEGER ACCESS read-write STATUS mandatory DESCRIPTION "&The number of times that the threshold has to be reached before the state changes. Valid range: Greater than 0." ::= { uxsStatusIPCMQEntry 9 } uxsStatusIPCMQBytesWarnValue OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "&The absolute value used for threshold calculation based on the configured warning value." ::= { uxsStatusIPCMQEntry 10 } uxsStatusIPCMQBytesCritValue OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "&The absolute value used for threshold calculation based on the configured critical value." ::= { uxsStatusIPCMQEntry 12 } uxsStatusIPCMQBytesWarn OBJECT-TYPE SYNTAX DisplayString ACCESS read-write STATUS mandatory DESCRIPTION "&The value for used message queue bytes, either as a percentage or in kilobytes, that is considered a warning level for that resource. Valid ranges: Greater than 0, less than total queue size - 1, not greater than or equal to the critical threshold." ::= { uxsStatusIPCMQEntry 13 } uxsStatusIPCMQBytesCrit OBJECT-TYPE SYNTAX DisplayString ACCESS read-write STATUS mandatory DESCRIPTION "&The value for used message queue bytes, either as a percentage or in kilobytes, that is considered a critical level for that resource. Valid ranges: Greater than 1, less than total Queue size, not less than or equal to the warning threshold." ::= { uxsStatusIPCMQEntry 14 } uxsStatusIPCMQBytesMonitor OBJECT-TYPE SYNTAX INTEGER { do-not-monitor(1), warning-only(2), critical-only(3), both(4) } ACCESS read-write STATUS mandatory DESCRIPTION "&Defines the level of monitoring for the resource's status. Valid values: do-not-monitor(1), warning-only(2), critical-only(3) or both(4)." ::= { uxsStatusIPCMQEntry 15 } uxsStatusIPCMQBytesStatus OBJECT-TYPE SYNTAX INTEGER { unknown(1), ok(2), warning(3), critical(4) } ACCESS read-only STATUS mandatory DESCRIPTION "&The current status of the resource: unknown(1) - An error occurred during data collection, ok(2) - The resource is within the defined limits, warning(3) - The resource has breached the warning threshold, critical(4) - The resource has breached the critical threshold." ::= { uxsStatusIPCMQEntry 16 } -- -- uxsAvailFSysTable -- uxsAvailFSysEntry OBJECT-TYPE SYNTAX UxsAvailFSysSequence ACCESS not-accessible STATUS mandatory DESCRIPTION "&" INDEX { uxsAvailFSysName } ::= { uxsAvailFSysTable 1 } UxsAvailFSysSequence ::= SEQUENCE { uxsAvailFSysName DisplayString, uxsAvailFSysRelatedTo DisplayString, uxsAvailFSysType DisplayString } uxsAvailFSysName OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "&The file system name." ::= { uxsAvailFSysEntry 1 } uxsAvailFSysRelatedTo OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "&The device to which the file system is related." ::= { uxsAvailFSysEntry 2 } uxsAvailFSysType OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "&The type of the file system. Values are platform dependent." ::= { uxsAvailFSysEntry 3 } -- -- uxsAvailDiskTable -- uxsAvailDiskEntry OBJECT-TYPE SYNTAX UxsAvailDiskSequence ACCESS not-accessible STATUS mandatory DESCRIPTION "&" INDEX { uxsAvailDiskName } ::= { uxsAvailDiskTable 1 } UxsAvailDiskSequence ::= SEQUENCE { uxsAvailDiskName DisplayString } uxsAvailDiskName OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "&The device name." ::= { uxsAvailDiskEntry 1 } -- -- uxsAvailPrnTable -- uxsAvailPrnEntry OBJECT-TYPE SYNTAX UxsAvailPrnSequence ACCESS not-accessible STATUS mandatory DESCRIPTION "&" INDEX { uxsAvailPrnName } ::= { uxsAvailPrnTable 1 } UxsAvailPrnSequence ::= SEQUENCE { uxsAvailPrnName DisplayString } uxsAvailPrnName OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "&The local printer queue name." ::= { uxsAvailPrnEntry 1 } -- -- uxsPollNetGroup -- uxsPollNetTable OBJECT-TYPE SYNTAX SEQUENCE OF UxsPollNetSequence ACCESS not-accessible STATUS mandatory DESCRIPTION "&The table of raw network statistics." ::= { uxsPollNetGroup 1 } -- -- uxsPollNetTable -- uxsPollNetEntry OBJECT-TYPE SYNTAX UxsPollNetSequence ACCESS not-accessible STATUS mandatory DESCRIPTION "&" INDEX { uxsPollNetName } ::= { uxsPollNetTable 1 } UxsPollNetSequence ::= SEQUENCE { uxsPollNetName DisplayString, uxsPollNetIP DisplayString, uxsPollNetIPktValue INTEGER, uxsPollNetIErrValue INTEGER, uxsPollNetOPktValue INTEGER, uxsPollNetOErrValue INTEGER, uxsPollNetCollValue INTEGER } uxsPollNetName OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "&The name by which the network interface is known." ::= { uxsPollNetEntry 1 } uxsPollNetIP OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "&The IP address of the interface." ::= { uxsPollNetEntry 2 } uxsPollNetIPktValue OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "&The number of input packets since the machine started." ::= { uxsPollNetEntry 3 } uxsPollNetIErrValue OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "&The number of input errors since the machine started." ::= { uxsPollNetEntry 4 } uxsPollNetOPktValue OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "&The number of output packets since the machine started." ::= { uxsPollNetEntry 5 } uxsPollNetOErrValue OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "&The number of output errors since the machine started." ::= { uxsPollNetEntry 6 } uxsPollNetCollValue OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "&The number of collisions since the machine started." ::= { uxsPollNetEntry 7 } -- -- uxsPollIPCGroup -- uxsPollIPCSHMMonitor OBJECT-TYPE SYNTAX INTEGER { do-not-monitor(1), monitor(2) } ACCESS read-write STATUS mandatory DESCRIPTION "&Defines the level of monitoring for the resource's status. Valid values: do-not-monitor(1) or monitor(2)." ::= { uxsPollIPCGroup 1 } uxsPollIPCSHMCount OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "&The number of shared memory segments in the table." ::= { uxsPollIPCGroup 2 } uxsPollIPCSHMTable OBJECT-TYPE SYNTAX SEQUENCE OF UxsPollIPCSHMSequence ACCESS not-accessible STATUS mandatory DESCRIPTION "&The table of shared memory segments." ::= { uxsPollIPCGroup 3 } uxsPollIPCSEMMonitor OBJECT-TYPE SYNTAX INTEGER { do-not-monitor(1), monitor(2) } ACCESS read-write STATUS mandatory DESCRIPTION "&Defines the level of monitoring for the resource's status. Valid values: do-not-monitor(1) or monitor(2)." ::= { uxsPollIPCGroup 4 } uxsPollIPCSEMCount OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "&The number of semaphores in the table." ::= { uxsPollIPCGroup 5 } uxsPollIPCSEMTable OBJECT-TYPE SYNTAX SEQUENCE OF UxsPollIPCSEMSequence ACCESS not-accessible STATUS mandatory DESCRIPTION "&The table of semaphore information." ::= { uxsPollIPCGroup 6 } -- -- uxsPollIPCSHMTable -- uxsPollIPCSHMEntry OBJECT-TYPE SYNTAX UxsPollIPCSHMSequence ACCESS not-accessible STATUS mandatory DESCRIPTION "&" INDEX { uxsPollIPCSHMID } ::= { uxsPollIPCSHMTable 1 } UxsPollIPCSHMSequence ::= SEQUENCE { uxsPollIPCSHMID DisplayString, uxsPollIPCSHMKey DisplayString, uxsPollIPCSHMMode DisplayString, uxsPollIPCSHMOwner DisplayString, uxsPollIPCSHMGroup DisplayString, uxsPollIPCSHMMaxSize INTEGER, uxsPollIPCSHMAttached INTEGER } uxsPollIPCSHMID OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "&The shared memory ID." ::= { uxsPollIPCSHMEntry 1 } uxsPollIPCSHMKey OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "&The shared memory key." ::= { uxsPollIPCSHMEntry 2 } uxsPollIPCSHMMode OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "&The shared memory access rights." ::= { uxsPollIPCSHMEntry 3 } uxsPollIPCSHMOwner OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "&The shared memory segment owner." ::= { uxsPollIPCSHMEntry 4 } uxsPollIPCSHMGroup OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "&The shared memory segments group." ::= { uxsPollIPCSHMEntry 5 } uxsPollIPCSHMMaxSize OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "&The shared memory segment size." ::= { uxsPollIPCSHMEntry 6 } uxsPollIPCSHMAttached OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "&The number of processes using the shared memory segment." ::= { uxsPollIPCSHMEntry 7 } -- -- uxsPollIPCSEMTable -- uxsPollIPCSEMEntry OBJECT-TYPE SYNTAX UxsPollIPCSEMSequence ACCESS not-accessible STATUS mandatory DESCRIPTION "&" INDEX { uxsPollIPCSEMID } ::= { uxsPollIPCSEMTable 1 } UxsPollIPCSEMSequence ::= SEQUENCE { uxsPollIPCSEMID DisplayString, uxsPollIPCSEMKey DisplayString, uxsPollIPCSEMMode DisplayString, uxsPollIPCSEMOwner DisplayString, uxsPollIPCSEMGroup DisplayString, uxsPollIPCSEMMaxNums INTEGER } uxsPollIPCSEMID OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "&The semaphore ID." ::= { uxsPollIPCSEMEntry 1 } uxsPollIPCSEMKey OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "&The semaphore key." ::= { uxsPollIPCSEMEntry 2 } uxsPollIPCSEMMode OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "&The semaphore access rights." ::= { uxsPollIPCSEMEntry 3 } uxsPollIPCSEMOwner OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "&The semaphore owner." ::= { uxsPollIPCSEMEntry 4 } uxsPollIPCSEMGroup OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "&The semaphore group." ::= { uxsPollIPCSEMEntry 5 } uxsPollIPCSEMMaxNums OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "&The number of semaphores." ::= { uxsPollIPCSEMEntry 6 } -- -- Traps -- uxsCPUTotalUnknown TRAP-TYPE ENTERPRISE caiUxOs DESCRIPTION "&" ::= 10000 uxsCPUTotalOK TRAP-TYPE ENTERPRISE caiUxOs DESCRIPTION "&" ::= 10001 uxsCPUTotalWarning TRAP-TYPE ENTERPRISE caiUxOs DESCRIPTION "&" ::= 10002 uxsCPUTotalCritical TRAP-TYPE ENTERPRISE caiUxOs DESCRIPTION "&" ::= 10003 uxsCPUUnknown TRAP-TYPE ENTERPRISE caiUxOs DESCRIPTION "&" ::= 10990 uxsCPUOK TRAP-TYPE ENTERPRISE caiUxOs DESCRIPTION "&" ::= 10991 uxsCPUWarning TRAP-TYPE ENTERPRISE caiUxOs DESCRIPTION "&" ::= 10992 uxsCPUCritical TRAP-TYPE ENTERPRISE caiUxOs DESCRIPTION "&" ::= 10993 uxsCPUDown TRAP-TYPE ENTERPRISE caiUxOs DESCRIPTION "&" ::= 10995 uxsCPUAdded TRAP-TYPE ENTERPRISE caiUxOs DESCRIPTION "&" ::= 10996 uxsCPUDeleted TRAP-TYPE ENTERPRISE caiUxOs DESCRIPTION "&" ::= 10997 uxsLoad1Unknown TRAP-TYPE ENTERPRISE caiUxOs DESCRIPTION "&" ::= 11010 uxsLoad1OK TRAP-TYPE ENTERPRISE caiUxOs DESCRIPTION "&" ::= 11011 uxsLoad1Warning TRAP-TYPE ENTERPRISE caiUxOs DESCRIPTION "&" ::= 11012 uxsLoad1Critical TRAP-TYPE ENTERPRISE caiUxOs DESCRIPTION "&" ::= 11013 uxsLoad5Unknown TRAP-TYPE ENTERPRISE caiUxOs DESCRIPTION "&" ::= 11050 uxsLoad5OK TRAP-TYPE ENTERPRISE caiUxOs DESCRIPTION "&" ::= 11051 uxsLoad5Warning TRAP-TYPE ENTERPRISE caiUxOs DESCRIPTION "&" ::= 11052 uxsLoad5Critical TRAP-TYPE ENTERPRISE caiUxOs DESCRIPTION "&" ::= 11053 uxsLoad15Unknown TRAP-TYPE ENTERPRISE caiUxOs DESCRIPTION "&" ::= 11150 uxsLoad15OK TRAP-TYPE ENTERPRISE caiUxOs DESCRIPTION "&" ::= 11151 uxsLoad15Warning TRAP-TYPE ENTERPRISE caiUxOs DESCRIPTION "&" ::= 11152 uxsLoad15Critical TRAP-TYPE ENTERPRISE caiUxOs DESCRIPTION "&" ::= 11153 uxsMemUnknown TRAP-TYPE ENTERPRISE caiUxOs DESCRIPTION "&" ::= 12010 uxsMemOK TRAP-TYPE ENTERPRISE caiUxOs DESCRIPTION "&" ::= 12011 uxsMemWarning TRAP-TYPE ENTERPRISE caiUxOs DESCRIPTION "&" ::= 12012 uxsMemCritical TRAP-TYPE ENTERPRISE caiUxOs DESCRIPTION "&" ::= 12013 uxsSwapTotalUnknown TRAP-TYPE ENTERPRISE caiUxOs DESCRIPTION "&" ::= 13000 uxsSwapTotalOK TRAP-TYPE ENTERPRISE caiUxOs DESCRIPTION "&" ::= 13001 uxsSwapTotalWarning TRAP-TYPE ENTERPRISE caiUxOs DESCRIPTION "&" ::= 13002 uxsSwapTotalCritical TRAP-TYPE ENTERPRISE caiUxOs DESCRIPTION "&" ::= 13003 uxsSwapUnknown TRAP-TYPE ENTERPRISE caiUxOs DESCRIPTION "&" ::= 13990 uxsSwapOK TRAP-TYPE ENTERPRISE caiUxOs DESCRIPTION "&" ::= 13991 uxsSwapWarning TRAP-TYPE ENTERPRISE caiUxOs DESCRIPTION "&" ::= 13992 uxsSwapCritical TRAP-TYPE ENTERPRISE caiUxOs DESCRIPTION "&" ::= 13993 uxsSwapDown TRAP-TYPE ENTERPRISE caiUxOs DESCRIPTION "&" ::= 13995 uxsSwapAdded TRAP-TYPE ENTERPRISE caiUxOs DESCRIPTION "&" ::= 13996 uxsSwapDeleted TRAP-TYPE ENTERPRISE caiUxOs DESCRIPTION "&" ::= 13997 uxsFSysUnknown TRAP-TYPE ENTERPRISE caiUxOs DESCRIPTION "&" ::= 14980 uxsFSysOK TRAP-TYPE ENTERPRISE caiUxOs DESCRIPTION "&" ::= 14981 uxsFSysWarning TRAP-TYPE ENTERPRISE caiUxOs DESCRIPTION "&" ::= 14982 uxsFSysCritical TRAP-TYPE ENTERPRISE caiUxOs DESCRIPTION "&" ::= 14983 uxsFSysDown TRAP-TYPE ENTERPRISE caiUxOs DESCRIPTION "&" ::= 14985 uxsFSysAdded TRAP-TYPE ENTERPRISE caiUxOs DESCRIPTION "&" ::= 14986 uxsFSysDeleted TRAP-TYPE ENTERPRISE caiUxOs DESCRIPTION "&" ::= 14987 uxsDiskUnknown TRAP-TYPE ENTERPRISE caiUxOs DESCRIPTION "&" ::= 15980 uxsDiskOK TRAP-TYPE ENTERPRISE caiUxOs DESCRIPTION "&" ::= 15981 uxsDiskWarning TRAP-TYPE ENTERPRISE caiUxOs DESCRIPTION "&" ::= 15982 uxsDiskCritical TRAP-TYPE ENTERPRISE caiUxOs DESCRIPTION "&" ::= 15983 uxsDiskDown TRAP-TYPE ENTERPRISE caiUxOs DESCRIPTION "&" ::= 15985 uxsDiskAdded TRAP-TYPE ENTERPRISE caiUxOs DESCRIPTION "&" ::= 15986 uxsDiskDeleted TRAP-TYPE ENTERPRISE caiUxOs DESCRIPTION "&" ::= 15987 uxsProcUnknown TRAP-TYPE ENTERPRISE caiUxOs DESCRIPTION "&" ::= 16980 uxsProcOK TRAP-TYPE ENTERPRISE caiUxOs DESCRIPTION "&" ::= 16981 uxsProcWarning TRAP-TYPE ENTERPRISE caiUxOs DESCRIPTION "&" ::= 16982 uxsProcCritical TRAP-TYPE ENTERPRISE caiUxOs DESCRIPTION "&" ::= 16983 uxsProcDown TRAP-TYPE ENTERPRISE caiUxOs DESCRIPTION "&" ::= 16985 uxsProcAdded TRAP-TYPE ENTERPRISE caiUxOs DESCRIPTION "&" ::= 16986 uxsProcDeleted TRAP-TYPE ENTERPRISE caiUxOs DESCRIPTION "&" ::= 16987 uxsFilesUnknown TRAP-TYPE ENTERPRISE caiUxOs DESCRIPTION "&" ::= 17980 uxsFilesOK TRAP-TYPE ENTERPRISE caiUxOs DESCRIPTION "&" ::= 17981 uxsFilesWarning TRAP-TYPE ENTERPRISE caiUxOs DESCRIPTION "&" ::= 17982 uxsFilesCritical TRAP-TYPE ENTERPRISE caiUxOs DESCRIPTION "&" ::= 17983 uxsFilesDown TRAP-TYPE ENTERPRISE caiUxOs DESCRIPTION "&" ::= 17985 uxsFilesAdded TRAP-TYPE ENTERPRISE caiUxOs DESCRIPTION "&" ::= 17986 uxsFilesDeleted TRAP-TYPE ENTERPRISE caiUxOs DESCRIPTION "&" ::= 17987 uxsPrnUnknown TRAP-TYPE ENTERPRISE caiUxOs DESCRIPTION "&" ::= 18980 uxsPrnOK TRAP-TYPE ENTERPRISE caiUxOs DESCRIPTION "&" ::= 18981 uxsPrnWarning TRAP-TYPE ENTERPRISE caiUxOs DESCRIPTION "&" ::= 18982 uxsPrnCritical TRAP-TYPE ENTERPRISE caiUxOs DESCRIPTION "&" ::= 18983 uxsPrnDown TRAP-TYPE ENTERPRISE caiUxOs DESCRIPTION "&" ::= 18985 uxsPrnAdded TRAP-TYPE ENTERPRISE caiUxOs DESCRIPTION "&" ::= 18986 uxsPrnDeleted TRAP-TYPE ENTERPRISE caiUxOs DESCRIPTION "&" ::= 18987 uxsNetTotalUnknown TRAP-TYPE ENTERPRISE caiUxOs DESCRIPTION "&" ::= 19000 uxsNetTotalOK TRAP-TYPE ENTERPRISE caiUxOs DESCRIPTION "&" ::= 19001 uxsNetTotalWarning TRAP-TYPE ENTERPRISE caiUxOs DESCRIPTION "&" ::= 19002 uxsNetTotalCritical TRAP-TYPE ENTERPRISE caiUxOs DESCRIPTION "&" ::= 19003 uxsNetUnknown TRAP-TYPE ENTERPRISE caiUxOs DESCRIPTION "&" ::= 19990 uxsNetOK TRAP-TYPE ENTERPRISE caiUxOs DESCRIPTION "&" ::= 19991 uxsNetWarning TRAP-TYPE ENTERPRISE caiUxOs DESCRIPTION "&" ::= 19992 uxsNetCritical TRAP-TYPE ENTERPRISE caiUxOs DESCRIPTION "&" ::= 19993 uxsNetDown TRAP-TYPE ENTERPRISE caiUxOs DESCRIPTION "&" ::= 19995 uxsNetAdded TRAP-TYPE ENTERPRISE caiUxOs DESCRIPTION "&" ::= 19996 uxsNetDeleted TRAP-TYPE ENTERPRISE caiUxOs DESCRIPTION "&" ::= 19997 uxsIPCSHMUnknown TRAP-TYPE ENTERPRISE caiUxOs DESCRIPTION "&" ::= 20010 uxsIPCSHMOK TRAP-TYPE ENTERPRISE caiUxOs DESCRIPTION "&" ::= 20011 uxsIPCSHMWarning TRAP-TYPE ENTERPRISE caiUxOs DESCRIPTION "&" ::= 20012 uxsIPCSHMCritical TRAP-TYPE ENTERPRISE caiUxOs DESCRIPTION "&" ::= 20013 uxsIPCSEMUnknown TRAP-TYPE ENTERPRISE caiUxOs DESCRIPTION "&" ::= 20020 uxsIPCSEMOK TRAP-TYPE ENTERPRISE caiUxOs DESCRIPTION "&" ::= 20021 uxsIPCSEMWarning TRAP-TYPE ENTERPRISE caiUxOs DESCRIPTION "&" ::= 20022 uxsIPCSEMCritical TRAP-TYPE ENTERPRISE caiUxOs DESCRIPTION "&" ::= 20023 uxsIPCMQUnknown TRAP-TYPE ENTERPRISE caiUxOs DESCRIPTION "&" ::= 20030 uxsIPCMQOK TRAP-TYPE ENTERPRISE caiUxOs DESCRIPTION "&" ::= 20031 uxsIPCMQWarning TRAP-TYPE ENTERPRISE caiUxOs DESCRIPTION "&" ::= 20032 uxsIPCMQCritical TRAP-TYPE ENTERPRISE caiUxOs DESCRIPTION "&" ::= 20033 uxsIPCMQSUnknown TRAP-TYPE ENTERPRISE caiUxOs DESCRIPTION "&" ::= 20980 uxsIPCMQSOK TRAP-TYPE ENTERPRISE caiUxOs DESCRIPTION "&" ::= 20981 uxsIPCMQSWarning TRAP-TYPE ENTERPRISE caiUxOs DESCRIPTION "&" ::= 20982 uxsIPCMQSCritical TRAP-TYPE ENTERPRISE caiUxOs DESCRIPTION "&" ::= 20983 uxsIPCMQSDown TRAP-TYPE ENTERPRISE caiUxOs DESCRIPTION "&" ::= 20985 uxsIPCMQSAdded TRAP-TYPE ENTERPRISE caiUxOs DESCRIPTION "&" ::= 20986 uxsIPCMQSDeleted TRAP-TYPE ENTERPRISE caiUxOs DESCRIPTION "&" ::= 20987 END