SNARLSNMP-MIB
AI MIB Summary
The SNARLSNMP-MIB module enables SNMP-based monitoring of the Snarl web page analysis application, exposing metrics related to dynamic web page retrieval status, response times, and content validation results.
SnarlSNMP is an application to monitor dynamic web pages
Main OID:
snarlsnmp.1.3.6.1.4.1.15553
110
Objects
Active
Status
3
Dependencies
Imported Objects
Objects
110 total| Object Name |
|---|
snarlsnmpSnarlSNMP is an application to monitor dynamic web pages MODULE-IDENTITY .1.3.6.1.4.1.15553 |
snarlsnmpInfoAn 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 NOTIFICATION-TYPE .1.3.6.1.4.1.15553.0.1 |
snarlsnmpNormalAn snarlsnmpNormal trap signifies that the sending protocol entity is working properly NOTIFICATION-TYPE .1.3.6.1.4.1.15553.0.2 |
snarlsnmpWarningAn snarlsnmpWarning trap signifies that the sending protocol entity is impaired and requires attention NOTIFICATION-TYPE .1.3.6.1.4.1.15553.0.3 |
snarlsnmpCriticalAn snarlsnmpCritical trap signifies that the sending protocol entity is having major problems and need immediate attention NOTIFICATION-TYPE .1.3.6.1.4.1.15553.0.4 |
snarlsnmpSuspendedAn snarlsnmpSuspended signfies that the sending task is about to be suspended NOTIFICATION-TYPE .1.3.6.1.4.1.15553.0.5 |
snarlsnmpResumedAn snarlsnmpResumed trap signfies that the sending task is about to resume from suspension NOTIFICATION-TYPE .1.3.6.1.4.1.15553.0.6 |
snarlsnmpGenericInfoAn snarlsnmpGenericInfo trap signifies that the sending protocol entity sends logging information NOTIFICATION-TYPE .1.3.6.1.4.1.15553.0.7 |
snarlsnmpStateUnknownAn snarlsnmpStateUnknown trap signifies that the sending protocol entity is undefined state NOTIFICATION-TYPE .1.3.6.1.4.1.15553.0.8 |
snarl OBJECT IDENTIFIER .1.3.6.1.4.1.15553.1 |
snarlGlobalInfo OBJECT IDENTIFIER .1.3.6.1.4.1.15553.1.1 |
snarlTotalTaskCountThe total number of configured tasks within snarlro Integer32 .1.3.6.1.4.1.15553.1.1.1 |
snarlTotalTransfersThe total number of transfers done.ro Integer32 .1.3.6.1.4.1.15553.1.1.2 |
snarlTotalTransferVolumeThe total transfer volume in number of bytes.ro Integer32 .1.3.6.1.4.1.15553.1.1.3 |
siteTableThe table of monitored URLs. SEQUENCE OF SiteEntry .1.3.6.1.4.1.15553.1.2 |
siteEntryThe data table of one monitored URL. SiteEntry .1.3.6.1.4.1.15553.1.2.1 |
siteIndexThe index number for this task.ro Integer32 .1.3.6.1.4.1.15553.1.2.1.1 |
siteNameThe group name of the site directive this task belongs to.ro DisplayString (SNMPv2-TC) .1.3.6.1.4.1.15553.1.2.1.2 |
siteIDThe URL ID of this task.ro DisplayString (SNMPv2-TC) .1.3.6.1.4.1.15553.1.2.1.3 |
siteIntervalThe interval between two consecutive checks in seconds.ro Integer32 .1.3.6.1.4.1.15553.1.2.1.4 |
siteURLThe URL in full notation.ro DisplayString (SNMPv2-TC) .1.3.6.1.4.1.15553.1.2.1.5 |
siteDynamicURLRegexPatternThe regular expression pattern to be applied when searching for a URL in a downloaded document.ro DisplayString (SNMPv2-TC) .1.3.6.1.4.1.15553.1.2.1.6 |
siteDynmaicURLRegexCompilationThe result of the regular expression compilation.ro DisplayString (SNMPv2-TC) .1.3.6.1.4.1.15553.1.2.1.7 |
siteDynmaicURLRegexErrorThe error code of the regular expression matchro DisplayString (SNMPv2-TC) .1.3.6.1.4.1.15553.1.2.1.8 |
siteDynamicURLThe dynamic URL that was fetched from another document for this task.ro DisplayString (SNMPv2-TC) .1.3.6.1.4.1.15553.1.2.1.9 |
siteGetDynamicURLFromThe task Id from which to fetch the dynamic URL.ro DisplayString (SNMPv2-TC) .1.3.6.1.4.1.15553.1.2.1.10 |
siteProxyThe access method of the URL - direct (empty) or via proxy.ro DisplayString (SNMPv2-TC) .1.3.6.1.4.1.15553.1.2.1.11 |
siteMultiFormDataThe multi form data for a http POST oeration.ro DisplayString (SNMPv2-TC) .1.3.6.1.4.1.15553.1.2.1.12 |
siteFormDataThe effective multi form data for a http POST oeration, containing dynamically appended data.ro DisplayString (SNMPv2-TC) .1.3.6.1.4.1.15553.1.2.1.13 |
siteEffectiveURLThe effective URL, it my differ from siteURL by following http redirects or by fetching dynamic URL's.ro DisplayString (SNMPv2-TC) .1.3.6.1.4.1.15553.1.2.1.14 |
siteURLHTTPCodeThe result code of the last http operation with the main URL of this task.ro Integer32 .1.3.6.1.4.1.15553.1.2.1.15 |
sitePerformanceDNSThe cumulative elapsed time for the DNS lookup in milliseconds. This time is the sum of all DNS lookup times when following http redirects.ro Integer32 .1.3.6.1.4.1.15553.1.2.1.16 |
sitePerformanceConnectThe cumulative elapsed time until the connection was established. This time is the sum of all connection times when following http redirects.ro Integer32 .1.3.6.1.4.1.15553.1.2.1.17 |
sitePerformanceFirstByteThe 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.ro Integer32 .1.3.6.1.4.1.15553.1.2.1.18 |
sitePerformanceTotalThe total time elapsed until the transaction is over. This time is absolute for the last transaction only.ro Integer32 .1.3.6.1.4.1.15553.1.2.1.19 |
sitePerformanceTotalWarningThresholdThe threshold in ms for when a WARNING trap will be sent.ro Integer32 .1.3.6.1.4.1.15553.1.2.1.20 |
sitePerformanceTotalCriticalThresholdThe threshold in ms for when a CRITICAL trap will be sent.ro Integer32 .1.3.6.1.4.1.15553.1.2.1.21 |
siteRegexPatternThe regular expression for a pattern match on the contents of the URL.ro DisplayString (SNMPv2-TC) .1.3.6.1.4.1.15553.1.2.1.22 |
siteRegexCompilationThe result of the regular expression compilation for the URL content match regular expression.ro DisplayString (SNMPv2-TC) .1.3.6.1.4.1.15553.1.2.1.23 |
siteRegexPatternMatchFlagFlag 0 (false) means no match, 1 (true) means match.ro TruthValue (SNMPv2-TC) .1.3.6.1.4.1.15553.1.2.1.24 |
siteRegexPatternAlertOnMatchIf 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.ro TruthValue (SNMPv2-TC) .1.3.6.1.4.1.15553.1.2.1.25 |
siteContentMatchSizeThe static size of the URL to be matched.ro Integer32 .1.3.6.1.4.1.15553.1.2.1.26 |
siteContentActualSizeThe actual size of the downloaded URL.ro Integer32 .1.3.6.1.4.1.15553.1.2.1.27 |
siteContentSizeMatchFlagFlag 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.ro Comparative .1.3.6.1.4.1.15553.1.2.1.28 |
siteContentSizeAlertOnMatchIf 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.ro TruthValue (SNMPv2-TC) .1.3.6.1.4.1.15553.1.2.1.29 |
siteURLContentPatternThe URL of the contents to be matched against the contents of this URL.ro DisplayString (SNMPv2-TC) .1.3.6.1.4.1.15553.1.2.1.30 |
siteURLContentPatternMatchFlagFlag 0 (false) means no match, Flag 1 (true) means contents matches.ro TruthValue (SNMPv2-TC) .1.3.6.1.4.1.15553.1.2.1.31 |
siteURLContentPatternAlertOnMatchIf 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.ro TruthValue (SNMPv2-TC) .1.3.6.1.4.1.15553.1.2.1.32 |
siteURLContentPatternProxyThe proxy for URL of siteURLContentPattern.ro DisplayString (SNMPv2-TC) .1.3.6.1.4.1.15553.1.2.1.33 |
siteURLContentPatternHTTPCodeThe result code of the last http operation with the siteURLContentPattern URL of this task.ro Integer32 .1.3.6.1.4.1.15553.1.2.1.34 |
siteURLSizeThe URL which content size in number of bytes needs to be matched against the content size in number of bytes of this URL.ro DisplayString (SNMPv2-TC) .1.3.6.1.4.1.15553.1.2.1.35 |
siteURLSizeMatchFlagFlag 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,ro TruthValue (SNMPv2-TC) .1.3.6.1.4.1.15553.1.2.1.36 |
siteURLSizeAlertOnMatchFlag 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.ro TruthValue (SNMPv2-TC) .1.3.6.1.4.1.15553.1.2.1.37 |
siteURLSizeProxyThe proxy for URL of siteURLSize.ro DisplayString (SNMPv2-TC) .1.3.6.1.4.1.15553.1.2.1.38 |
siteURLSizeHTTPCodehe result code of the last http operation with the siteURLSize URL of this task.ro Integer32 .1.3.6.1.4.1.15553.1.2.1.39 |
siteFetchRegexThe regular expression to be matched against the content of this URL. The regular expression match result is kept in siteFetchRegexSubResult 0 - 3 for subpatterns.ro DisplayString (SNMPv2-TC) .1.3.6.1.4.1.15553.1.2.1.40 |
siteFetchRegexCompilationErrorThe result of the regular expression compilation for the siteFetchRegex regular expression.ro DisplayString (SNMPv2-TC) .1.3.6.1.4.1.15553.1.2.1.41 |
siteFetchRegexMatchingErrorThe error message for the regular expression match for the siteFetchRegex regular expression.ro DisplayString (SNMPv2-TC) .1.3.6.1.4.1.15553.1.2.1.42 |
siteFetchRegexSubResult0The siteFetchRegex sub pattern 0.ro DisplayString (SNMPv2-TC) .1.3.6.1.4.1.15553.1.2.1.43 |
siteFetchRegexSubResult1The siteFetchRegex sub pattern 1.ro DisplayString (SNMPv2-TC) .1.3.6.1.4.1.15553.1.2.1.44 |
siteFetchRegexSubResult2The siteFetchRegex sub pattern 2.ro DisplayString (SNMPv2-TC) .1.3.6.1.4.1.15553.1.2.1.45 |
siteFetchRegexSubResult3The siteFetchRegex sub pattern 3.ro DisplayString (SNMPv2-TC) .1.3.6.1.4.1.15553.1.2.1.46 |
siteFetchRegexSubResult4The siteFetchRegex sub pattern 4.ro DisplayString (SNMPv2-TC) .1.3.6.1.4.1.15553.1.2.1.47 |
siteFetchRegexSubResult5The siteFetchRegex sub pattern 5.ro DisplayString (SNMPv2-TC) .1.3.6.1.4.1.15553.1.2.1.48 |
siteFetchRegexSubResult6The siteFetchRegex sub pattern 6.ro DisplayString (SNMPv2-TC) .1.3.6.1.4.1.15553.1.2.1.49 |
siteFetchRegexSubResult7The siteFetchRegex sub pattern 7.ro DisplayString (SNMPv2-TC) .1.3.6.1.4.1.15553.1.2.1.50 |
siteAppendRegexResultFromThe ID of the URL within this group from that a regular expression match result should be appended to the main URL of this task.ro DisplayString (SNMPv2-TC) .1.3.6.1.4.1.15553.1.2.1.51 |
siteAppendRegexResultFromIndexThe index 0 - 7 for the regular expression sub pattern result that should be appended to the main URL of this task.ro Integer32 .1.3.6.1.4.1.15553.1.2.1.52 |
siteNumericalRegexSubMatchThe index number of the regular expression match result from the FetchRegex directive to be used in this numerical match.ro Integer32 .1.3.6.1.4.1.15553.1.2.1.53 |
siteNumericalPatternThe number in string form to compare with the siteNumericalRegexSubMatch.ro DisplayString (SNMPv2-TC) .1.3.6.1.4.1.15553.1.2.1.54 |
siteNumericalAlertOnThe action code for alerting smaller, equal or bigger.ro Comparative .1.3.6.1.4.1.15553.1.2.1.55 |
siteFileTimeThe time this downloaded file time was created. (if supported by respective protocol).ro Integer32 .1.3.6.1.4.1.15553.1.2.1.56 |
siteDateAgeRegexConstructThe string constructed from static text and the submatches from FetchRegex. (Example: $2/$1/$3)ro DisplayString (SNMPv2-TC) .1.3.6.1.4.1.15553.1.2.1.57 |
siteDateAgePatternThe amount of time in string form to compare with the sitedateAgeRegexCandidate.ro DisplayString (SNMPv2-TC) .1.3.6.1.4.1.15553.1.2.1.58 |
siteDateAgeAlertOnThe action code for alerting younger, equal or olderro AgeComparative .1.3.6.1.4.1.15553.1.2.1.59 |
siteTaskSuspendStartNext time this task will be suspended.ro DisplayString (SNMPv2-TC) .1.3.6.1.4.1.15553.1.2.1.60 |
siteTaskSuspendEndNext time this task will be reactivated vom suspension.ro DisplayString (SNMPv2-TC) .1.3.6.1.4.1.15553.1.2.1.61 |
siteStatusNormalTrue if this task is currently at status NORMAL false if at other status.ro TruthValue (SNMPv2-TC) .1.3.6.1.4.1.15553.1.2.1.62 |
siteStatusWarningTrue if this task is currently at status WARNING or CRITICAL false if at other status.ro TruthValue (SNMPv2-TC) .1.3.6.1.4.1.15553.1.2.1.63 |
siteStatusCriticalTrue if this task is currently at status CRITICAL false if at other status.ro TruthValue (SNMPv2-TC) .1.3.6.1.4.1.15553.1.2.1.64 |
siteGroupStatusNormalTrue if the group this task belongs to is currently at status NORMAL false if at other status.ro TruthValue (SNMPv2-TC) .1.3.6.1.4.1.15553.1.2.1.65 |
siteGroupStatusWarningTrue if the group this task belongs to is currently at status WARNING or CRITICAL false if at other status.ro TruthValue (SNMPv2-TC) .1.3.6.1.4.1.15553.1.2.1.66 |
siteGroupStatusCriticalTrue if the group this task belongs to is currently at status CRITICAL false if at other status.rw TruthValue (SNMPv2-TC) .1.3.6.1.4.1.15553.1.2.1.67 |
siteReliabilityThe 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.ro Integer32 .1.3.6.1.4.1.15553.1.2.1.68 |
siteMTBWarningsThe mean time between status WARNING measure for this task measured in (accumulated time between status WARNING) divided by (accumulated different WARNINGs - 1).ro TimeTicks (SNMPv2-SMI) .1.3.6.1.4.1.15553.1.2.1.69 |
siteMTTRWarningsThe mean time to repair WARNINGs measure for this task measured in (accumulated time of status WARNING) divided by (accumulated different WARNINGs).ro TimeTicks (SNMPv2-SMI) .1.3.6.1.4.1.15553.1.2.1.70 |
siteAccumulatedWarningsThe number of accumulated different WARNINGs this task generated.ro Integer32 .1.3.6.1.4.1.15553.1.2.1.71 |
siteMTBCriticalsThe mean time between status CRITICAL measure for this task measured in (accumulated time between status CRITICAL) divided by (accumulated different CRITICALs - 1)ro TimeTicks (SNMPv2-SMI) .1.3.6.1.4.1.15553.1.2.1.72 |
siteMTTRCriticalsThe mean time to repair CRITICALs measure for this task measured in (accumulated time of status CRITICAL) divided by (accumulated different CRITICALs)ro TimeTicks (SNMPv2-SMI) .1.3.6.1.4.1.15553.1.2.1.73 |
siteAccumulatedCriticalsThe number of accumulated different CRITICALs this task generated.rw Integer32 .1.3.6.1.4.1.15553.1.2.1.74 |
siteGroupReliabilityThe 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) * 10000ro Integer32 .1.3.6.1.4.1.15553.1.2.1.75 |
siteGroupMTBWarningsThe mean time between status WARNING measure for this group measured in (accumulated time between status WARNING) divided by (accumulated different WARNINGs - 1)ro TimeTicks (SNMPv2-SMI) .1.3.6.1.4.1.15553.1.2.1.76 |
siteGroupMTTRWarningsThe mean time to repair WARNINGs measure for this group measured in (accumulated time of status WARNING) divided by (accumulated different WARNINGs)ro TimeTicks (SNMPv2-SMI) .1.3.6.1.4.1.15553.1.2.1.77 |
siteGroupAccumulatedWarningsThe number of accumulated different WARNINGs this group generated.ro Integer32 .1.3.6.1.4.1.15553.1.2.1.78 |
siteGroupMTBCriticalsThe mean time between status CRITICAL measure for this group measured in (accumulated time between status CRITICAL) divided by (accumulated different CRITICALs)ro TimeTicks (SNMPv2-SMI) .1.3.6.1.4.1.15553.1.2.1.79 |
siteGroupMTTRCriticalsThe mean time to repair CRITICALs measure for this group measured in (accumulated time of status CRITICAL) divided by (accumulated different CRITICALs)ro TimeTicks (SNMPv2-SMI) .1.3.6.1.4.1.15553.1.2.1.80 |
siteGroupAccumulatedCriticalsThe number of accumulated different CRITICALs this group generated.ro Integer32 .1.3.6.1.4.1.15553.1.2.1.81 |
siteLastRunRelativeTimeThe last time this task actively conducted tests in timeticks ago.ro TimeTicks (SNMPv2-SMI) .1.3.6.1.4.1.15553.1.2.1.82 |
siteLastRunAbsTimeStringThe last absolute time this task actively conducted tests in string form.ro DisplayString (SNMPv2-TC) .1.3.6.1.4.1.15553.1.2.1.83 |
siteNextRunRelativeTimeThe next time this task will actively conduct tests in timeticks to go.ro TimeTicks (SNMPv2-SMI) .1.3.6.1.4.1.15553.1.2.1.84 |
siteNextRunAbsTimeStringThe next absolute time this task will actively conduct tests in string form.ro DisplayString (SNMPv2-TC) .1.3.6.1.4.1.15553.1.2.1.85 |
siteFirstRunThe time epoch of this task. This is the time when this task started.ro DisplayString (SNMPv2-TC) .1.3.6.1.4.1.15553.1.2.1.86 |
siteTotalTransfersThe total number of transfers for this task.ro Integer32 .1.3.6.1.4.1.15553.1.2.1.87 |
siteTotalTransferVolumeThe total transfer volume for this task mod (2 to power of 32).ro Integer32 .1.3.6.1.4.1.15553.1.2.1.88 |
groupStatusThe group status in variable bound to a trap. Integer32 .1.3.6.1.4.1.15553.1.100 |
proxyStatusThe proxy status in variable bound to a trap. Integer32 .1.3.6.1.4.1.15553.1.101 |
siteStatusThe site status in variable bound to a trap. Integer32 .1.3.6.1.4.1.15553.1.102 |
subTaskIDThe subTaskID in variable bound to a trap. Enumeration .1.3.6.1.4.1.15553.1.103 |
eventTimeThe unix time in variable bound to a trap. Integer32 .1.3.6.1.4.1.15553.1.104 |
siteTrapMessageThe status message of the trap. DisplayString (SNMPv2-TC) .1.3.6.1.4.1.15553.1.105 |