SNI-INVENTORY-MIB: View SNMP OID List / Download MIB
VENDOR: SIEMENS
Home | MIB: SNI-INVENTORY-MIB | |||
---|---|---|---|---|
Download as: |
Download standard MIB format if you are planning to load a MIB file into some system (OS, Zabbix, PRTG ...) or view it with a MIB browser. CSV is more suitable for analyzing and viewing OID' and other MIB objects in excel. JSON and YAML formats are usually used in programing even though some systems can use MIB in YAML format (like Logstash).
|
|||
Object Name | OID | Type | Access | Info |
sni | 1.3.6.1.4.1.231 | |||
sniProductMibs | 1.3.6.1.4.1.231.2 | |||
sniExtensions | 1.3.6.1.4.1.231.2.10 | |||
sniServerMgmt | 1.3.6.1.4.1.231.2.10.2 | |||
sniInventory | 1.3.6.1.4.1.231.2.10.2.1 | |||
sniInvRevMajor | 1.3.6.1.4.1.231.2.10.2.1.1 | integer | read-only |
Major revision number of the inventory mib |
sniInvRevMinor | 1.3.6.1.4.1.231.2.10.2.1.2 | integer | read-only |
Minor revision number of the inventory mib |
sniInvCondition | 1.3.6.1.4.1.231.2.10.2.1.3 | integer | read-only |
Overall condition of the host system in question. Degraded means that at least one of the components degraded or failed, but the system can operate. Error means, that the system has severe problems Enumeration: 'degraded': 2, 'ok': 1, 'error': 3. |
sniInvHostOS | 1.3.6.1.4.1.231.2.10.2.1.4 | displaystring | read-only |
A visible string, that represents the operating system running on the host. |
sniInvHostOSId | 1.3.6.1.4.1.231.2.10.2.1.5 | integer | read-only |
Unique id for the host operating system. Indices will be added as more operating will become available Enumeration: 'sco-unix': 3, 'winnt': 2, 'sinix': 6, 'netware': 1, 'os-2': 4, 'unixware': 9, 'linux': 8, 'solaris': 7, 'win95': 5. |
sniInvHostOSRevMajor | 1.3.6.1.4.1.231.2.10.2.1.6 | integer | read-only |
Major revision number of the operating system. -1 means unknown. |
sniInvHostOSRevMinor | 1.3.6.1.4.1.231.2.10.2.1.7 | integer | read-only |
Minor revision number of the operating system. -1 means unknown. |
sniInvHostName | 1.3.6.1.4.1.231.2.10.2.1.8 | displaystring | read-only |
A symbolic name for the host. |
sniThresholdVariableTable | 1.3.6.1.4.1.231.2.10.2.1.9 | no-access |
Table of threshold values. |
|
1.3.6.1.4.1.231.2.10.2.1.9.1 | no-access |
The table |
||
sniThresholdVariable | 1.3.6.1.4.1.231.2.10.2.1.9.1.1 | object identifier | read-only |
The object identifier of the variable to observe. An error will occour if the variable is not of integer type or does not exist. |
sniThresholdStatus | 1.3.6.1.4.1.231.2.10.2.1.9.1.2 | integer | read-write |
Indicates if the given row is still valid. You can delete an entry from the threshold table by writing 'invalid' to this variable. If the variable that should be polled in not available the set-operation will fail. The variables to be polled will be stored in a configuration file on the server. If the variable is not available when the agent is loaded, we will sent a trap every ?5? minutes. These traps are stopped as soon as the agent for this variable is loaded, the threshold is deleted or the status is set to inactive. ???????????? The inactive status will also be stored in the configuration file. It won't change until the next time the agent that implements the variable is loaded. ???????????? Enumeration: 'not-found': 4, 'inactive': 5, 'other': 1, 'invalid': 2, 'valid': 3. |
sniThresholdPollInterval | 1.3.6.1.4.1.231.2.10.2.1.9.1.3 | integer | read-write |
The intervall between two polls |
sniThresholdDeltaMin | 1.3.6.1.4.1.231.2.10.2.1.9.1.4 | integer | read-write |
The delta value, this variable may change during two poll periods. If 0 delta polling is not used. |
sniThresholdDeltaMax | 1.3.6.1.4.1.231.2.10.2.1.9.1.5 | integer | read-write |
The delta value, this variable may change during two poll periods. If 0 delta polling is not used. |
sniThresholdMin | 1.3.6.1.4.1.231.2.10.2.1.9.1.6 | integer | read-write |
The minimum value of the given variable. 0x7FFFFFFF indicates that this value should not be considered. |
sniThresholdMax | 1.3.6.1.4.1.231.2.10.2.1.9.1.7 | integer | read-write |
The maximum value, the given variable may not exceed. A value of 0x80000000 indicates, that this value should not be considered. |
sniThresholdExceeded | 1.3.6.1.4.1.231.2.10.2.1.9.1.8 | integer | read-only |
True, if and only if the threshold for this variable has exceeded the allowable limit. Enumeration: 'max-exceeded': 3, 'min-exceeded': 2, 'delta-exceeded': 4, 'not-exceeded': 1. |
sniThresholdString | 1.3.6.1.4.1.231.2.10.2.1.9.1.9 | displaystring | read-write |
??? |
sniInvAgentTable | 1.3.6.1.4.1.231.2.10.2.1.10 | no-access |
Table of all SNI agents running on the host |
|
1.3.6.1.4.1.231.2.10.2.1.10.1 | no-access | |||
sniInvAgentTableIndex | 1.3.6.1.4.1.231.2.10.2.1.10.1.1 | object identifier | read-only |
Identifier of the MIB supported by the particular agent |
sniAgentRevMajor | 1.3.6.1.4.1.231.2.10.2.1.10.1.2 | integer | read-only |
Major revision number of the agent |
sniAgentRevMinor | 1.3.6.1.4.1.231.2.10.2.1.10.1.3 | integer | read-only |
Minor revision number of the agent |
sniAgentName | 1.3.6.1.4.1.231.2.10.2.1.10.1.4 | displaystring | read-only |
Visible string of the agent's name. Contains additional information about the agent. |
sniAgentPurpose | 1.3.6.1.4.1.231.2.10.2.1.10.1.5 | integer | read-only |
Decribes the type of the agent. Enumeration: 'hardware-specific': 4, 'management': 9, 'network': 2, 'peripheral': 7, 'application-specific': 6, 'mass-storage': 3, 'other': 1, 'os-specific': 5, 'security': 8. |
sniAgentStatus | 1.3.6.1.4.1.231.2.10.2.1.10.1.6 | integer | read-only |
Describes the status of the component managed by the agent. Degraded means that some problems have occured. Error, that the component has reported an error, that prevents the component form working. Failed means, that the component is no longer reacting to the agents requests. Enumeration: 'failed': 4, 'degraded': 2, 'ok': 1, 'error': 3. |
sniCurrentOSLanguageID | 1.3.6.1.4.1.231.2.10.2.1.11 | integer | read-only |
A unique id for the current language supported by the OS |
sniCurrentTicks | 1.3.6.1.4.1.231.2.10.2.1.12 | integer | read-only |
Returns the current server up time in 1/10 seconds |
sniCurrentDateAndTime | 1.3.6.1.4.1.231.2.10.2.1.13 | octet string | read-only |
Returns the current date and time as octet string. The values are encoded as follows: Byte Contents 0 Year (0-99), 80 = 1980, 79=2079 1 Month (1-12) 2 Day (1-31) 3 Hour (0-23) 4 Minute(0-59) 5 Second(0-59) 6 Day (0-6) 0=sunday |
sniServerUtilization | 1.3.6.1.4.1.231.2.10.2.1.14 | gauge | read-only |
Contains the percentage of time the cpu is processing |
sniMaximumNumberOfStations | 1.3.6.1.4.1.231.2.10.2.1.15 | integer | read-only |
The maximum number of connections allocated at one time. -1 means no upper limit |
sniMountedFileSystems | 1.3.6.1.4.1.231.2.10.2.1.16 | gauge | read-only |
The number of file systems currently mounted |
sniLoadedProcessTable | 1.3.6.1.4.1.231.2.10.2.1.17 | no-access |
Table of all processes in the system |
|
1.3.6.1.4.1.231.2.10.2.1.17.1 | no-access |
The table |
||
sniProcessIndex | 1.3.6.1.4.1.231.2.10.2.1.17.1.1 | integer | read-only |
Index into the process table |
sniCodeLength | 1.3.6.1.4.1.231.2.10.2.1.17.1.2 | integer | read-only |
Length of the code of the process |
sniDataLength | 1.3.6.1.4.1.231.2.10.2.1.17.1.3 | integer | read-only |
Length of the date of the process |
sniProcessName | 1.3.6.1.4.1.231.2.10.2.1.17.1.4 | displaystring | read-only |
Name of the process |
sniProcessDescription | 1.3.6.1.4.1.231.2.10.2.1.17.1.5 | displaystring | read-only |
Description of the process |
sniVersionMajor | 1.3.6.1.4.1.231.2.10.2.1.17.1.6 | integer | read-only |
Major version of the program implementing the process |
sniVersionMinor | 1.3.6.1.4.1.231.2.10.2.1.17.1.7 | integer | read-only |
Minor version of the program implementing the process |
sniRevision | 1.3.6.1.4.1.231.2.10.2.1.17.1.8 | integer | read-only |
Revision of the program implementing the process |
sniCopyRight | 1.3.6.1.4.1.231.2.10.2.1.17.1.9 | displaystring | read-only |
Copyright string |
sniProcessVersion | 1.3.6.1.4.1.231.2.10.2.1.17.1.10 | displaystring | read-only |
String representing the version number of the program executed in this process (i.e. V1.02) |
sniProcessCurrentCpuUsage | 1.3.6.1.4.1.231.2.10.2.1.17.1.11 | gauge | read-only |
Current CPU usage of the process in percent |
sniProcessAverageCpuUsage | 1.3.6.1.4.1.231.2.10.2.1.17.1.12 | gauge | read-only |
Average CPU usage of the process in percent |
sniProcessMemoryCurrentMemoryUsage | 1.3.6.1.4.1.231.2.10.2.1.17.1.13 | gauge | read-only |
Currently used process memory in KByte |
sniProcessMemoryPeakMemoryUsage | 1.3.6.1.4.1.231.2.10.2.1.17.1.14 | gauge | read-only |
Maximum used process memory in KByte |
sniFileSystemTable | 1.3.6.1.4.1.231.2.10.2.1.18 | no-access |
Table of all file systems |
|
1.3.6.1.4.1.231.2.10.2.1.18.1 | no-access |
The table |
||
sniFileSystemIndex | 1.3.6.1.4.1.231.2.10.2.1.18.1.1 | integer | read-only | |
sniSectorsPerBlock | 1.3.6.1.4.1.231.2.10.2.1.18.1.2 | integer | read-only | |
sniStartingBlock | 1.3.6.1.4.1.231.2.10.2.1.18.1.3 | integer | read-only | |
sniTotalBlocks | 1.3.6.1.4.1.231.2.10.2.1.18.1.4 | integer | read-only | |
sniAvailableBlocks | 1.3.6.1.4.1.231.2.10.2.1.18.1.5 | gauge | read-only | |
sniIsMounted | 1.3.6.1.4.1.231.2.10.2.1.18.1.6 | integer | read-only | |
sniFSName | 1.3.6.1.4.1.231.2.10.2.1.18.1.7 | displaystring | read-only | |
sniFSSize | 1.3.6.1.4.1.231.2.10.2.1.18.1.8 | integer | read-only | |
sniFSNameSpaces | 1.3.6.1.4.1.231.2.10.2.1.18.1.9 | integer | read-only |
Bit vector for the supported name spaces. No bit is set for other file system types. Will be obsolete in near future. sniFSTypeString should be used instead of this bit vector. BIT MEANING 0 FAT 1 MACINTOSH 2 NFS 3 FTAM 4 HPFS 5 NTFS 6 CDFS 7 s5 8 vxfs 9 ufs 10 bfs 11 sfs 12 xenix 13 memfs 14 ext2fs 15 xiafs 16 FAT32 |
sniFSAvailableSpace | 1.3.6.1.4.1.231.2.10.2.1.18.1.10 | gauge | read-only |
Available space in KByte |
sniFSUsage | 1.3.6.1.4.1.231.2.10.2.1.18.1.11 | gauge | read-only |
Filesystem usage in percent |
sniFSTypeString | 1.3.6.1.4.1.231.2.10.2.1.18.1.12 | displaystring | read-only |
Specify the file system type (e.g. FAT32, ext3fs, ReiserFS) as String |
sniCPUTable | 1.3.6.1.4.1.231.2.10.2.1.19 | no-access |
Table of all CPUs in the system |
|
1.3.6.1.4.1.231.2.10.2.1.19.1 | no-access |
The table |
||
sniCPUIndex | 1.3.6.1.4.1.231.2.10.2.1.19.1.1 | integer | read-only |
|
sniCPUStatus | 1.3.6.1.4.1.231.2.10.2.1.19.1.2 | integer | read-only |
Enumeration: 'unknown': 1, 'ok': 2, 'failed': 3. |
sniCPUUtilization | 1.3.6.1.4.1.231.2.10.2.1.19.1.3 | gauge | read-only |
Current total processor usage in per cent (kernel and user mode usage). If the usage is unknown the value is -1! |
sniCPUKernelModeUsage | 1.3.6.1.4.1.231.2.10.2.1.19.1.4 | gauge | read-only |
Current privileged processor usage in per cent. If the usage is unknown the value is -1! |
sniCPUUserModeUsage | 1.3.6.1.4.1.231.2.10.2.1.19.1.5 | gauge | read-only |
Current user mode processor usage in per cent. If the usage is unknown the value is -1! |
sniInvAgentProductVersion | 1.3.6.1.4.1.231.2.10.2.1.20 | displaystring | read-only |
String representing version of the SNI agent product (whole agent package), i.e. V1.33 R1.01 (Rx.x can be omitted) |
sniInvAgentVersion | 1.3.6.1.4.1.231.2.10.2.1.21 | displaystring | read-only |
String representing the version number of this (inventory) agent (i.e. V1.02) |
sniInvHostOSRevision | 1.3.6.1.4.1.231.2.10.2.1.22 | displaystring | read-only |
String representing the revision number of the operating system (i.e. V3.51) |
sniInvServerInCluster | 1.3.6.1.4.1.231.2.10.2.1.23 | integer | read-only |
Signals whether this server is member of a cluster Enumeration: 'unknown': 1, 'false': 2, 'true': 3. |
sniInvClusterAddress | 1.3.6.1.4.1.231.2.10.2.1.24 | ipaddress | read-only |
IP address of the cluster administration service, only valid when value of object sniInvServerInCluster is true (invalid = 0.0.0.0) |
sniNetworkInterfaceTable | 1.3.6.1.4.1.231.2.10.2.1.25 | no-access |
Table of all network interfaces in the system |
|
1.3.6.1.4.1.231.2.10.2.1.25.1 | no-access |
The table |
||
sniInterfaceIndex | 1.3.6.1.4.1.231.2.10.2.1.25.1.1 | integer | read-only |
MIB II conform network interface index |
sniInterfaceDescription | 1.3.6.1.4.1.231.2.10.2.1.25.1.2 | displaystring | read-only |
Description of the network interface |
sniInterfaceAdapter | 1.3.6.1.4.1.231.2.10.2.1.25.1.3 | displaystring | read-only |
Adapter location of the network interface |
sniInterfaceConnectionName | 1.3.6.1.4.1.231.2.10.2.1.25.1.4 | displaystring | read-only |
OS specific symbolic name for the network connection |
sniInterfaceUsage | 1.3.6.1.4.1.231.2.10.2.1.25.1.5 | gauge | read-only |
Network usage on network interface in per cent |
sniInterfaceSpeed | 1.3.6.1.4.1.231.2.10.2.1.25.1.6 | gauge | read-only |
Current network interface speed (in KByte/sec) |
sniInterfaceBytesIn | 1.3.6.1.4.1.231.2.10.2.1.25.1.7 | gauge | read-only |
Bytes sent on network interface (in KBytes/sec) |
sniInterfaceBytesOut | 1.3.6.1.4.1.231.2.10.2.1.25.1.8 | gauge | read-only |
Bytes received on network interface (in KBytes/sec) |
sniInterfaceBytesInOut | 1.3.6.1.4.1.231.2.10.2.1.25.1.9 | gauge | read-only |
Total bytes sent and received on network interface (in KBytes/sec) |
sniInvFullQualifiedName | 1.3.6.1.4.1.231.2.10.2.1.26 | displaystring | read-only |
Full qualified DNS Computername ( Hostname.Domainname ). |
sniCommon | 1.3.6.1.4.1.231.2.10.2.2 | |||
sniBios | 1.3.6.1.4.1.231.2.10.2.2.1 | |||
sniEisa | 1.3.6.1.4.1.231.2.10.2.2.2 | |||
sniHd | 1.3.6.1.4.1.231.2.10.2.2.3 | |||
sniBus | 1.3.6.1.4.1.231.2.10.2.2.4 | |||
sniServerControl | 1.3.6.1.4.1.231.2.10.2.2.5 | |||
sniPcSpecific | 1.3.6.1.4.1.231.2.10.2.3 | |||
sniScb | 1.3.6.1.4.1.231.2.10.2.4 | |||
sniOsSpecific | 1.3.6.1.4.1.231.2.10.2.5 | |||
sniNetware | 1.3.6.1.4.1.231.2.10.2.5.1 | |||
sniWinNt | 1.3.6.1.4.1.231.2.10.2.5.2 | |||
sniOs2 | 1.3.6.1.4.1.231.2.10.2.5.3 | |||
sniUnix | 1.3.6.1.4.1.231.2.10.2.5.4 | |||
sniOemComponents | 1.3.6.1.4.1.231.2.10.2.6 | |||
sniOemDpt | 1.3.6.1.4.1.231.2.10.2.6.1 | |||
sniOemMylex | 1.3.6.1.4.1.231.2.10.2.6.2 | |||
sniMlxDiskArray | 1.3.6.1.4.1.231.2.10.2.6.2.1 | |||
sniSecurity | 1.3.6.1.4.1.231.2.10.2.7 | |||
sniSmSecurity | 1.3.6.1.4.1.231.2.10.2.7.1 | |||
sniServerView | 1.3.6.1.4.1.231.2.10.2.8 | |||
sniTrapMib | 1.3.6.1.4.1.231.2.10.5 |