SNARLSNMP-MIB: View SNMP OID List / Download MIB

VENDOR: SNARLSNMP DYNAMIC WEB APPLICATION MONITOR DEV. GROUP


 Home MIB: SNARLSNMP-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).
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
 snarlsnmp 1.3.6.1.4.1.15553
SnarlSNMP is an application to monitor dynamic web pages
             snarl 1.3.6.1.4.1.15553.1
                 snarlGlobalInfo 1.3.6.1.4.1.15553.1.1
                     snarlTotalTaskCount 1.3.6.1.4.1.15553.1.1.1 integer32 read-only
The total number of configured tasks within snarl
                     snarlTotalTransfers 1.3.6.1.4.1.15553.1.1.2 integer32 read-only
The total number of transfers done.
                     snarlTotalTransferVolume 1.3.6.1.4.1.15553.1.1.3 integer32 read-only
The total transfer volume in number of bytes.
                 siteTable 1.3.6.1.4.1.15553.1.2 no-access
The table of monitored URLs.
                     siteEntry 1.3.6.1.4.1.15553.1.2.1 no-access
The data table of one monitored URL.
                         siteIndex 1.3.6.1.4.1.15553.1.2.1.1 integer32 read-only
The index number for this task.
                         siteName 1.3.6.1.4.1.15553.1.2.1.2 displaystring read-only
The group name of the site directive this task belongs to.
                         siteID 1.3.6.1.4.1.15553.1.2.1.3 displaystring read-only
The URL ID of this task.
                         siteInterval 1.3.6.1.4.1.15553.1.2.1.4 integer32 read-only
The interval between two consecutive checks in seconds.
                         siteURL 1.3.6.1.4.1.15553.1.2.1.5 displaystring read-only
The URL in full notation.
                         siteDynamicURLRegexPattern 1.3.6.1.4.1.15553.1.2.1.6 displaystring read-only
The regular expression pattern to be applied when searching for a URL in a downloaded document.
                         siteDynmaicURLRegexCompilation 1.3.6.1.4.1.15553.1.2.1.7 displaystring read-only
The result of the regular expression compilation.
                         siteDynmaicURLRegexError 1.3.6.1.4.1.15553.1.2.1.8 displaystring read-only
The error code of the regular expression match
                         siteDynamicURL 1.3.6.1.4.1.15553.1.2.1.9 displaystring read-only
The dynamic URL that was fetched from another document for this task.
                         siteGetDynamicURLFrom 1.3.6.1.4.1.15553.1.2.1.10 displaystring read-only
The task Id from which to fetch the dynamic URL.
                         siteProxy 1.3.6.1.4.1.15553.1.2.1.11 displaystring read-only
The access method of the URL - direct (empty) or via proxy.
                         siteMultiFormData 1.3.6.1.4.1.15553.1.2.1.12 displaystring read-only
The multi form data for a http POST oeration.
                         siteFormData 1.3.6.1.4.1.15553.1.2.1.13 displaystring read-only
The effective multi form data for a http POST oeration, containing dynamically appended data.
                         siteEffectiveURL 1.3.6.1.4.1.15553.1.2.1.14 displaystring read-only
The effective URL, it my differ from siteURL by following http redirects or by fetching dynamic URL's.
                         siteURLHTTPCode 1.3.6.1.4.1.15553.1.2.1.15 integer32 read-only
The result code of the last http operation with the main URL of this task.
                         sitePerformanceDNS 1.3.6.1.4.1.15553.1.2.1.16 integer32 read-only
The cumulative elapsed time for the DNS lookup in milliseconds. This time is the sum of all DNS lookup times when following http redirects.
                         sitePerformanceConnect 1.3.6.1.4.1.15553.1.2.1.17 integer32 read-only
The cumulative elapsed time until the connection was established. This time is the sum of all connection times when following http redirects.
                         sitePerformanceFirstByte 1.3.6.1.4.1.15553.1.2.1.18 integer32 read-only
The time elapsed until the first byte was received in milliseconds. This time is the sum of all elapsed first byte reception times when following http redirects.
                         sitePerformanceTotal 1.3.6.1.4.1.15553.1.2.1.19 integer32 read-only
The total time elapsed until the transaction is over. This time is absolute for the last transaction only.
                         sitePerformanceTotalWarningThreshold 1.3.6.1.4.1.15553.1.2.1.20 integer32 read-only
The threshold in ms for when a WARNING trap will be sent.
                         sitePerformanceTotalCriticalThreshold 1.3.6.1.4.1.15553.1.2.1.21 integer32 read-only
The threshold in ms for when a CRITICAL trap will be sent.
                         siteRegexPattern 1.3.6.1.4.1.15553.1.2.1.22 displaystring read-only
The regular expression for a pattern match on the contents of the URL.
                         siteRegexCompilation 1.3.6.1.4.1.15553.1.2.1.23 displaystring read-only
The result of the regular expression compilation for the URL content match regular expression.
                         siteRegexPatternMatchFlag 1.3.6.1.4.1.15553.1.2.1.24 truthvalue read-only
Flag 0 (false) means no match, 1 (true) means match.
                         siteRegexPatternAlertOnMatch 1.3.6.1.4.1.15553.1.2.1.25 truthvalue read-only
If true a trap will be sent if URL content matches regular expression. If false a trap will be sent if URL content does not match regular expression.
                         siteContentMatchSize 1.3.6.1.4.1.15553.1.2.1.26 integer32 read-only
The static size of the URL to be matched.
                         siteContentActualSize 1.3.6.1.4.1.15553.1.2.1.27 integer32 read-only
The actual size of the downloaded URL.
                         siteContentSizeMatchFlag 1.3.6.1.4.1.15553.1.2.1.28 comparative read-only
Flag 0 (smaller) means URL content size is smaller than siteContentMatchSize, Flag 1 (equal) means URL content size is of same siteContentMatchSize, Flag 2 (bigger) means URL content size is bigger than siteContentMatchSize.
                         siteContentSizeAlertOnMatch 1.3.6.1.4.1.15553.1.2.1.29 truthvalue read-only
If true a trap will be sent if URL content size matches. If false a trap will be sent if URL content size does not match.
                         siteURLContentPattern 1.3.6.1.4.1.15553.1.2.1.30 displaystring read-only
The URL of the contents to be matched against the contents of this URL.
                         siteURLContentPatternMatchFlag 1.3.6.1.4.1.15553.1.2.1.31 truthvalue read-only
Flag 0 (false) means no match, Flag 1 (true) means contents matches.
                         siteURLContentPatternAlertOnMatch 1.3.6.1.4.1.15553.1.2.1.32 truthvalue read-only
If true a trap will be sent if both URL contents match. If false a trap will be sent if both URL contents do not match.
                         siteURLContentPatternProxy 1.3.6.1.4.1.15553.1.2.1.33 displaystring read-only
The proxy for URL of siteURLContentPattern.
                         siteURLContentPatternHTTPCode 1.3.6.1.4.1.15553.1.2.1.34 integer32 read-only
The result code of the last http operation with the siteURLContentPattern URL of this task.
                         siteURLSize 1.3.6.1.4.1.15553.1.2.1.35 displaystring read-only
The URL which content size in number of bytes needs to be matched against the content size in number of bytes of this URL.
                         siteURLSizeMatchFlag 1.3.6.1.4.1.15553.1.2.1.36 truthvalue read-only
Flag 0 (false) means contents size of URL matches the size in number of bytes of this URL. Flag 1 (true) means contents size of URL does not match the content size in number of bytes of this URL,
                         siteURLSizeAlertOnMatch 1.3.6.1.4.1.15553.1.2.1.37 truthvalue read-only
Flag 1 (true) means a trap will be sent if both URL content sizes in number of bytes match. Flag 0 (false) means a trap will be sent if both URL content sizes in number of bytes do not match.
                         siteURLSizeProxy 1.3.6.1.4.1.15553.1.2.1.38 displaystring read-only
The proxy for URL of siteURLSize.
                         siteURLSizeHTTPCode 1.3.6.1.4.1.15553.1.2.1.39 integer32 read-only
he result code of the last http operation with the siteURLSize URL of this task.
                         siteFetchRegex 1.3.6.1.4.1.15553.1.2.1.40 displaystring read-only
The regular expression to be matched against the content of this URL. The regular expression match result is kept in siteFetchRegexSubResult 0 - 3 for subpatterns.
                         siteFetchRegexCompilationError 1.3.6.1.4.1.15553.1.2.1.41 displaystring read-only
The result of the regular expression compilation for the siteFetchRegex regular expression.
                         siteFetchRegexMatchingError 1.3.6.1.4.1.15553.1.2.1.42 displaystring read-only
The error message for the regular expression match for the siteFetchRegex regular expression.
                         siteFetchRegexSubResult0 1.3.6.1.4.1.15553.1.2.1.43 displaystring read-only
The siteFetchRegex sub pattern 0.
                         siteFetchRegexSubResult1 1.3.6.1.4.1.15553.1.2.1.44 displaystring read-only
The siteFetchRegex sub pattern 1.
                         siteFetchRegexSubResult2 1.3.6.1.4.1.15553.1.2.1.45 displaystring read-only
The siteFetchRegex sub pattern 2.
                         siteFetchRegexSubResult3 1.3.6.1.4.1.15553.1.2.1.46 displaystring read-only
The siteFetchRegex sub pattern 3.
                         siteFetchRegexSubResult4 1.3.6.1.4.1.15553.1.2.1.47 displaystring read-only
The siteFetchRegex sub pattern 4.
                         siteFetchRegexSubResult5 1.3.6.1.4.1.15553.1.2.1.48 displaystring read-only
The siteFetchRegex sub pattern 5.
                         siteFetchRegexSubResult6 1.3.6.1.4.1.15553.1.2.1.49 displaystring read-only
The siteFetchRegex sub pattern 6.
                         siteFetchRegexSubResult7 1.3.6.1.4.1.15553.1.2.1.50 displaystring read-only
The siteFetchRegex sub pattern 7.
                         siteAppendRegexResultFrom 1.3.6.1.4.1.15553.1.2.1.51 displaystring read-only
The ID of the URL within this group from that a regular expression match result should be appended to the main URL of this task.
                         siteAppendRegexResultFromIndex 1.3.6.1.4.1.15553.1.2.1.52 integer32 read-only
The index 0 - 7 for the regular expression sub pattern result that should be appended to the main URL of this task.
                         siteNumericalRegexSubMatch 1.3.6.1.4.1.15553.1.2.1.53 integer32 read-only
The index number of the regular expression match result from the FetchRegex directive to be used in this numerical match.
                         siteNumericalPattern 1.3.6.1.4.1.15553.1.2.1.54 displaystring read-only
The number in string form to compare with the siteNumericalRegexSubMatch.
                         siteNumericalAlertOn 1.3.6.1.4.1.15553.1.2.1.55 comparative read-only
The action code for alerting smaller, equal or bigger.
                         siteFileTime 1.3.6.1.4.1.15553.1.2.1.56 integer32 read-only
The time this downloaded file time was created. (if supported by respective protocol).
                         siteDateAgeRegexConstruct 1.3.6.1.4.1.15553.1.2.1.57 displaystring read-only
The string constructed from static text and the submatches from FetchRegex. (Example: $2/$1/$3)
                         siteDateAgePattern 1.3.6.1.4.1.15553.1.2.1.58 displaystring read-only
The amount of time in string form to compare with the sitedateAgeRegexCandidate.
                         siteDateAgeAlertOn 1.3.6.1.4.1.15553.1.2.1.59 agecomparative read-only
The action code for alerting younger, equal or older
                         siteTaskSuspendStart 1.3.6.1.4.1.15553.1.2.1.60 displaystring read-only
Next time this task will be suspended.
                         siteTaskSuspendEnd 1.3.6.1.4.1.15553.1.2.1.61 displaystring read-only
Next time this task will be reactivated vom suspension.
                         siteStatusNormal 1.3.6.1.4.1.15553.1.2.1.62 truthvalue read-only
True if this task is currently at status NORMAL false if at other status.
                         siteStatusWarning 1.3.6.1.4.1.15553.1.2.1.63 truthvalue read-only
True if this task is currently at status WARNING or CRITICAL false if at other status.
                         siteStatusCritical 1.3.6.1.4.1.15553.1.2.1.64 truthvalue read-only
True if this task is currently at status CRITICAL false if at other status.
                         siteGroupStatusNormal 1.3.6.1.4.1.15553.1.2.1.65 truthvalue read-only
True if the group this task belongs to is currently at status NORMAL false if at other status.
                         siteGroupStatusWarning 1.3.6.1.4.1.15553.1.2.1.66 truthvalue read-only
True if the group this task belongs to is currently at status WARNING or CRITICAL false if at other status.
                         siteGroupStatusCritical 1.3.6.1.4.1.15553.1.2.1.67 truthvalue read-write
True if the group this task belongs to is currently at status CRITICAL false if at other status.
                         siteReliability 1.3.6.1.4.1.15553.1.2.1.68 integer32 read-only
The reliability measure for this task measured in (accumulated time at status WARNING + accumulated time at status CRITICAL) divided by (accumulated running time of this task) * 10000.
                         siteMTBWarnings 1.3.6.1.4.1.15553.1.2.1.69 timeticks read-only
The mean time between status WARNING measure for this task measured in (accumulated time between status WARNING) divided by (accumulated different WARNINGs - 1).
                         siteMTTRWarnings 1.3.6.1.4.1.15553.1.2.1.70 timeticks read-only
The mean time to repair WARNINGs measure for this task measured in (accumulated time of status WARNING) divided by (accumulated different WARNINGs).
                         siteAccumulatedWarnings 1.3.6.1.4.1.15553.1.2.1.71 integer32 read-only
The number of accumulated different WARNINGs this task generated.
                         siteMTBCriticals 1.3.6.1.4.1.15553.1.2.1.72 timeticks read-only
The mean time between status CRITICAL measure for this task measured in (accumulated time between status CRITICAL) divided by (accumulated different CRITICALs - 1)
                         siteMTTRCriticals 1.3.6.1.4.1.15553.1.2.1.73 timeticks read-only
The mean time to repair CRITICALs measure for this task measured in (accumulated time of status CRITICAL) divided by (accumulated different CRITICALs)
                         siteAccumulatedCriticals 1.3.6.1.4.1.15553.1.2.1.74 integer32 read-write
The number of accumulated different CRITICALs this task generated.
                         siteGroupReliability 1.3.6.1.4.1.15553.1.2.1.75 integer32 read-only
The reliability measure for this group measured in (accumulated time at status WARNING + accumulated time at status CRITICAL) divided by (accumulated running time of this group) * 10000
                         siteGroupMTBWarnings 1.3.6.1.4.1.15553.1.2.1.76 timeticks read-only
The mean time between status WARNING measure for this group measured in (accumulated time between status WARNING) divided by (accumulated different WARNINGs - 1)
                         siteGroupMTTRWarnings 1.3.6.1.4.1.15553.1.2.1.77 timeticks read-only
The mean time to repair WARNINGs measure for this group measured in (accumulated time of status WARNING) divided by (accumulated different WARNINGs)
                         siteGroupAccumulatedWarnings 1.3.6.1.4.1.15553.1.2.1.78 integer32 read-only
The number of accumulated different WARNINGs this group generated.
                         siteGroupMTBCriticals 1.3.6.1.4.1.15553.1.2.1.79 timeticks read-only
The mean time between status CRITICAL measure for this group measured in (accumulated time between status CRITICAL) divided by (accumulated different CRITICALs)
                         siteGroupMTTRCriticals 1.3.6.1.4.1.15553.1.2.1.80 timeticks read-only
The mean time to repair CRITICALs measure for this group measured in (accumulated time of status CRITICAL) divided by (accumulated different CRITICALs)
                         siteGroupAccumulatedCriticals 1.3.6.1.4.1.15553.1.2.1.81 integer32 read-only
The number of accumulated different CRITICALs this group generated.
                         siteLastRunRelativeTime 1.3.6.1.4.1.15553.1.2.1.82 timeticks read-only
The last time this task actively conducted tests in timeticks ago.
                         siteLastRunAbsTimeString 1.3.6.1.4.1.15553.1.2.1.83 displaystring read-only
The last absolute time this task actively conducted tests in string form.
                         siteNextRunRelativeTime 1.3.6.1.4.1.15553.1.2.1.84 timeticks read-only
The next time this task will actively conduct tests in timeticks to go.
                         siteNextRunAbsTimeString 1.3.6.1.4.1.15553.1.2.1.85 displaystring read-only
The next absolute time this task will actively conduct tests in string form.
                         siteFirstRun 1.3.6.1.4.1.15553.1.2.1.86 displaystring read-only
The time epoch of this task. This is the time when this task started.
                         siteTotalTransfers 1.3.6.1.4.1.15553.1.2.1.87 integer32 read-only
The total number of transfers for this task.
                         siteTotalTransferVolume 1.3.6.1.4.1.15553.1.2.1.88 integer32 read-only
The total transfer volume for this task mod (2 to power of 32).
                 groupStatus 1.3.6.1.4.1.15553.1.100 integer32 no-access
The group status in variable bound to a trap.
                 proxyStatus 1.3.6.1.4.1.15553.1.101 integer32 no-access
The proxy status in variable bound to a trap.
                 siteStatus 1.3.6.1.4.1.15553.1.102 integer32 no-access
The site status in variable bound to a trap.
                 subTaskID 1.3.6.1.4.1.15553.1.103 integer no-access
The subTaskID in variable bound to a trap. Enumeration: 'numericalMatch': 8, 'warmStart': 11, 'urlSizeMatch': 6, 'matchSize': 5, 'urlContentMatch': 7, 'syncRequest': 14, 'dateAgeMatch': 9, 'httpCode': 3, 'matchRegex': 4, 'suspension': 10, 'heartBeat': 13, 'performance': 2, 'general': 1, 'coldStart': 12.
                 eventTime 1.3.6.1.4.1.15553.1.104 integer32 no-access
The unix time in variable bound to a trap.
                 siteTrapMessage 1.3.6.1.4.1.15553.1.105 displaystring no-access
The status message of the trap.
               snarlsnmpInfo 1.3.6.1.4.1.155530.1
An snarlsnmpInfo trap signifies that the sending protocol entity has undergone minor run changes that usually require no special attention. The information given in this trap are mainly for logging purposes
               snarlsnmpNormal 1.3.6.1.4.1.155530.2
An snarlsnmpNormal trap signifies that the sending protocol entity is working properly
               snarlsnmpWarning 1.3.6.1.4.1.155530.3
An snarlsnmpWarning trap signifies that the sending protocol entity is impaired and requires attention
               snarlsnmpCritical 1.3.6.1.4.1.155530.4
An snarlsnmpCritical trap signifies that the sending protocol entity is having major problems and need immediate attention
               snarlsnmpSuspended 1.3.6.1.4.1.155530.5
An snarlsnmpSuspended signfies that the sending task is about to be suspended
               snarlsnmpResumed 1.3.6.1.4.1.155530.6
An snarlsnmpResumed trap signfies that the sending task is about to resume from suspension
               snarlsnmpGenericInfo 1.3.6.1.4.1.155530.7
An snarlsnmpGenericInfo trap signifies that the sending protocol entity sends logging information
               snarlsnmpStateUnknown 1.3.6.1.4.1.155530.8
An snarlsnmpStateUnknown trap signifies that the sending protocol entity is undefined state