EMPIRE-SVCRSP: View SNMP OID List / Download MIB

VENDOR: EMPIRE TECHNOLOGIES INC.


 Home MIB: EMPIRE-SVCRSP
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).
Keep in mind that standard MIB files can be successfully loaded by systems and programs only if all the required MIB's from the "Imports" section are already loaded.
The tree-like SNMP object navigator requires no explanations because it is very simple to use. And if you stumbled on this MIB from Google note that you can always go back to the home page if you need to perform another MIB or OID lookup.


Object Name OID Type Access Info
 empire 1.3.6.1.4.1.546
         applications 1.3.6.1.4.1.546.16
               svcRsp 1.3.6.1.4.1.546.16.6
                   svcRspVersion 1.3.6.1.4.1.546.16.6.1 displaystring read-only
Description and version number of this module
                   svcRspPID 1.3.6.1.4.1.546.16.6.2 integer read-only
Process ID of the svcrsp sub-program.
                   svcRspModMode 1.3.6.1.4.1.546.16.6.3 integer read-only
This object indicates if the module is in full-mode or restricted-mode. Restricted-mode is entered, when SystemEDGE 4.0 and higher, fails to find a valid license. Once a valid license has been allocated and set, the module will then transition to fullMode(1) Enumeration: 'restrictedMode': 2, 'fullMode': 1.
                   svcRspTable 1.3.6.1.4.1.546.16.6.10 no-access
This table describes the service response time measurements being conducted by this Application Management Moudle.
                         svcRspTableEntry 1.3.6.1.4.1.546.16.6.10.1 no-access
An entry in the service response measurement table.
                             svcRspTableIndex 1.3.6.1.4.1.546.16.6.10.1.1 integer read-only
The index of this service response time table entry
                             svcRspTableDescr 1.3.6.1.4.1.546.16.6.10.1.2 displaystring read-write
Description of this service-response monitoring entry. Limit of 256 characters.
                             svcRspTableSvc 1.3.6.1.4.1.546.16.6.10.1.3 integer read-write
The type of service being measured. Enumeration: 'ping': 7, 'smtp': 6, 'ftp': 5, 'tcpconnect': 8, 'mapi': 17, 'snmp': 21, 'custom': 9, 'https': 10, 'ldap': 18, 'dhcp': 16, 'nntp': 1, 'http': 4, 'dns': 2, 'pop3': 3, 'roundTripEmail': 12, 'nis': 14, 'virtualUserTest': 13, 'imap': 11, 'sqlQuery': 20, 'activeDirectory': 19, 'fileIO': 22, 'tftp': 15.
                             svcRspTableArgs 1.3.6.1.4.1.546.16.6.10.1.4 displaystring read-write
Service-specific arguments used for measuring purposes. Limit of 256 characters. Example service arguments are: dns: dns-server hostname http: URL [proxy-server] [username:user password:pass] ftp: ftp-server username passwd pop3: pop3-server username passwd nntp: nntp-server smtp: smtp-server ping: system-name packetsize tcpconnect: system-name port custom: script-name https: URL [proxy-server] [username:user password:pass]
                             svcRspTableInterval 1.3.6.1.4.1.546.16.6.10.1.5 integer read-write
The time interval between queries to the service.
                             svcRspTableSamplesPerInterval 1.3.6.1.4.1.546.16.6.10.1.6 integer read-write
The number of samples taken at each query interval. For instance, if this value is set to 3 and svcRspTableInterval is set to 60 then after every 60 second interval, 3 sample transactions will be performed.
                             svcRspTableTimeout 1.3.6.1.4.1.546.16.6.10.1.7 integer read-write
The value (in seconds) after which service response time measurement should timeout for this particular service measurement.
                             svcRspTableStatsWindow 1.3.6.1.4.1.546.16.6.10.1.8 integer read-write
The period (in seconds) over which response time statisics (e.g. mean, availability) for the particular service are calculated.
                             svcRspTableStatus 1.3.6.1.4.1.546.16.6.10.1.9 integer read-write
The status of this entry. This variable is equivalent in semantics to the SNMPv2 SMI RowStatus convention (see RFC 1443). Enumeration: 'createAndWait': 5, 'notInService': 2, 'notReady': 3, 'createAndGo': 4, 'active': 1, 'destroy': 6.
                             svcRspTableLastUpdate 1.3.6.1.4.1.546.16.6.10.1.10 timeticks read-only
The time (based on sysUpTime) that these counters and statistics were last updated.
                             svcRspTableNumSamples 1.3.6.1.4.1.546.16.6.10.1.11 counter read-only
The total number of samples taken since this row was initialized.
                             svcRspTableTotalLastSample 1.3.6.1.4.1.546.16.6.10.1.12 integer read-only
The total response time (in milliseconds) of the last sample.
                             svcRspTableTotalMin 1.3.6.1.4.1.546.16.6.10.1.13 integer read-only
The minimum total response time sample value over the statistics window.
                             svcRspTableTotalMax 1.3.6.1.4.1.546.16.6.10.1.14 integer read-only
The maximum total response time sample value over the statistics window.
                             svcRspTableTotalMean 1.3.6.1.4.1.546.16.6.10.1.15 integer read-only
The mean total response time value over the statistics window.
                             svcRspTableTotalVariance 1.3.6.1.4.1.546.16.6.10.1.16 integer read-only
The variance of the total response time values over the statistics window * 1000. A variance value of 1.337 would be returned by SA as 1337. The variance is calculated based on seconds, instead of milliseconds.
                             svcRspTableTotalAvailability 1.3.6.1.4.1.546.16.6.10.1.17 integer read-only
The availability of this service. This is calculated as the number of successful service queries divided by the number of service queries over the statistics window. A service query is successful if it succeeds within the timeout value specified for this entry.
                             svcRspTableNameLastSample 1.3.6.1.4.1.546.16.6.10.1.18 integer read-only
The name lookup (DNS) time (in milliseconds) of the last sample.
                             svcRspTableNameMin 1.3.6.1.4.1.546.16.6.10.1.19 integer read-only
The minimum name lookup time sample value over the statistics window.
                             svcRspTableNameMax 1.3.6.1.4.1.546.16.6.10.1.20 integer read-only
The maximum name lookup time sample value over the statistics window.
                             svcRspTableNameMean 1.3.6.1.4.1.546.16.6.10.1.21 integer read-only
The mean name lookup time value over the statistics window.
                             svcRspTableNameVariance 1.3.6.1.4.1.546.16.6.10.1.22 integer read-only
The variance of the name lookup time values over the statistics window. The variance is calculated based on seconds, instead of milliseconds.
                             svcRspTableConnLastSample 1.3.6.1.4.1.546.16.6.10.1.23 integer read-only
The connection time (in milliseconds) of the last sample.
                             svcRspTableConnMin 1.3.6.1.4.1.546.16.6.10.1.24 integer read-only
The minimum connection time sample value over the statistics window.
                             svcRspTableConnMax 1.3.6.1.4.1.546.16.6.10.1.25 integer read-only
The maximum connection time sample value over the statistics window.
                             svcRspTableConnMean 1.3.6.1.4.1.546.16.6.10.1.26 integer read-only
The mean connection time value over the statistics window.
                             svcRspTableConnVariance 1.3.6.1.4.1.546.16.6.10.1.27 integer read-only
The variance of the connection time values over the statistics window. The variance is calculated based on seconds, instead of milliseconds.
                             svcRspTableTranLastSample 1.3.6.1.4.1.546.16.6.10.1.28 integer read-only
The transaction time (in milliseconds) of the last sample.
                             svcRspTableTranMin 1.3.6.1.4.1.546.16.6.10.1.29 integer read-only
The minimum transaction time sample value over the statistics window.
                             svcRspTableTranMax 1.3.6.1.4.1.546.16.6.10.1.30 integer read-only
The maximum transaction time sample value over the statistics window.
                             svcRspTableTranMean 1.3.6.1.4.1.546.16.6.10.1.31 integer read-only
The mean transaction time value over the statistics window.
                             svcRspTableTranVariance 1.3.6.1.4.1.546.16.6.10.1.32 integer read-only
The variance of the transaction time values over the statistics window. The variance is calculated based on seconds, instead of milliseconds.
                             svcRspTableBytesInLastSample 1.3.6.1.4.1.546.16.6.10.1.33 integer read-only
The number of bytes received in the last sample.
                             svcRspTableBytesOutLastSample 1.3.6.1.4.1.546.16.6.10.1.34 integer read-only
The number of bytes sent in the last sample.
                             svcRspTableTotalBytesIn 1.3.6.1.4.1.546.16.6.10.1.35 integer read-only
The total number of bytes received since SA was started. It should be noted that this counter will eventually wrap.
                             svcRspTableTotalBytesOut 1.3.6.1.4.1.546.16.6.10.1.36 integer read-only
The total number of bytes sent since SA was started. It should be noted that this Counter will eventually wrap.
                             svcRspTableThroughput 1.3.6.1.4.1.546.16.6.10.1.37 integer read-only
The throughput, calculated over the statistics window, in bytes/sec. The BytesInLastSample and BytesOutLastSample will be added together for each sample. This number for each sample will be summed, and divided by the number of seconds in the sample.
                             svcRspTableResults 1.3.6.1.4.1.546.16.6.10.1.38 integer read-only
The results of the test. This field indicates non-error results, and the values are specific to each test type.
                             svcRspTableErrorCode 1.3.6.1.4.1.546.16.6.10.1.39 integer read-only
The error code returned by the test. The values are specific to each test type. When possible, the standard numeric error codes for each test will be used (e.g. HTTP 404).
                             svcRspTableTOSField 1.3.6.1.4.1.546.16.6.10.1.40 integer read-only
This field allows the user to set the 8-bit TOS header in the IP header for each test. We will not enforce any particular RFC standard for the value of this field. It will be totally up to the user to decide an appropriate value.
                             svcRspTableFlags 1.3.6.1.4.1.546.16.6.10.1.41 integer read-write
Reserved for future use as a bitmask field for toggle options
                             svcRspTableLimit 1.3.6.1.4.1.546.16.6.10.1.42 integer read-write
This is the eHealth Response limit, used as a boundry for throwing exceptions
                             svcRspTableUsername 1.3.6.1.4.1.546.16.6.10.1.43 displaystring read-write
For tests that require a login, the username is here instead of in the args field as in versions prior to 1.3
                             svcRspTablePassword 1.3.6.1.4.1.546.16.6.10.1.44 displaystring read-write
For tests that require a login, the password is here instead of in the args field as in versions prior to 1.3
                             svcRspTableDest 1.3.6.1.4.1.546.16.6.10.1.45 displaystring read-write
For all tests, the target / destination is now stored here instead of in the args field.
                             svcRspTableTotalErrors 1.3.6.1.4.1.546.16.6.10.1.46 counter read-only
This is the total number of errors, of all types, that this test has encountered over it's lifetime
                             svcRspTableSamplesInWindow 1.3.6.1.4.1.546.16.6.10.1.47 integer read-only
This is the total number of samples represented by the status window. A 300 second window on a test with a 30 second interval would be 10, with the exception of during start up, and when a test is thrown out.
                             svcRspTableSuccessesInWindow 1.3.6.1.4.1.546.16.6.10.1.48 integer read-only
This is the total number of successes within the status window for this test.
                   svcRspUnusedIndex 1.3.6.1.4.1.546.16.6.11 integer read-only
An SNMP Get of this MIB object returns an un-used svcrsp Table index number. It can be used for svcrsp table row creation optimization.
                   svcRspMatchDescr 1.3.6.1.4.1.546.16.6.12 displaystring read-write
This MIB object, when used in conjunction with svcRspEventMatchIndex can be used to quickly determine the index number corresponding to a particular entry description. SNMP Set'ing a description to this MIB object causes the agent to search through entries in the svcrsp table and place the index value of the last entry whose description matches, in the svcRspMatchIndex MIB object. If the description is not found, then 0 is placed in svcRspEventMatchIndex.
                   svcRspMatchIndex 1.3.6.1.4.1.546.16.6.13 integer read-only
See description for svcRspMatchDescr.
                   svcRspNumTests 1.3.6.1.4.1.546.16.6.14 integer read-only
This is the number of tests currently running on the agent. This may be greater than the number seen in eHealth, as it includes manually configured tests. This number should never be lower than the number of tests seen in eHealth.
                   svcRspMaxThreads 1.3.6.1.4.1.546.16.6.15 integer read-write
This is the maximum number of threads that the collector is allowed to run. Each thread executes a test, so multiple threads allows for tests to run concurrently.
                   svcRspSecurityFlags 1.3.6.1.4.1.546.16.6.16 integer read-only
This is a bitmask for displaying various security settings: Bit 0: Security settings hidden. If this bit is set, all others will be set to 0 Bit 1: Allow Custom/Virtual User tests Bit 2: Allow File I/O tests Bit 3: Allow Untrusted SSL certificates in all SSL-based tests Bit 4-32 are currently unused