AD | Application | AWS | Azure | Cloud | Database | Enterprise | Environmental | Event Log | File System | Infra | IoT | IT Service | Linux | Network/System | Performance | Protocol | SaaS | Security | Service Level | SNMP | Storage | VMware | VoIP | Web | Wireless

Crumbtrail

MonitorTools.com » Technical documentation » SNMP » MIB » RFC » WWW-MIB » Objects

WWW-MIB.mib object view, vendor RFC

Introduction

Most network devices and programs ship with so-called MIB files to describe the parameters and meanings (i.e.: friendly names) which are available for monitoring via SNMP.
ActiveXperts Network Monitor 2024 can import vendor-specific MIB files, so it can be used to monitor specific OID's (Object Identifiers). This way, you can monitor your devices, computers, etc. by selecting your relevant OID's by name.

ActiveXperts Network Monitor 2024 can import MIB file WWW-MIB and use it to monitor vendor specific OID's.

WWW-MIB file content

Object view of WWW-MIB:

Scalar Object
wwwServiceEntry .1.3.6.1.2.1.65.1.1.1.1
Details about a particular WWW service.
wwwSummaryEntry .1.3.6.1.2.1.65.1.2.1.1
Overview statistics for an individual service.
wwwRequestInEntry .1.3.6.1.2.1.65.1.2.2.1
Request statistics for an individual service.
wwwRequestOutEntry .1.3.6.1.2.1.65.1.2.3.1
Request statistics for an individual service.
wwwResponseInEntry .1.3.6.1.2.1.65.1.2.4.1
Response statistics for an individual service.
wwwResponseOutEntry .1.3.6.1.2.1.65.1.2.5.1
Response statistics for an individual service.
wwwDocCtrlEntry .1.3.6.1.2.1.65.1.3.1.1
An entry used to configure the wwwDocLastNTable, the wwwDocBucketTable, the wwwDocAccessTopNTable, and the wwwDocBytesTopNTable.
wwwDocLastNEntry .1.3.6.1.2.1.65.1.3.2.1
An entry which describes a recent access attempt.
wwwDocBucketEntry .1.3.6.1.2.1.65.1.3.3.1
An entry which describes the parameters associated with a particular bucket.
wwwDocAccessTopNEntry .1.3.6.1.2.1.65.1.3.4.1
An entry in the top N table sorted by document accesses.
wwwDocBytesTopNEntry .1.3.6.1.2.1.65.1.3.5.1
An entry in the top N table sorted by network traffic.
Tabular Object
wwwServiceIndex .1.3.6.1.2.1.65.1.1.1.1.1
An integer used to uniquely identify a WWW service. The value must be the same as the corresponding value of the applSrvIndex defined in the Application Management MIB (APPLICATION-MIB) if the applSrvIndex object is available. It might be necessary to manually configure sub-agents in order to meet this requirement.
wwwServiceDescription .1.3.6.1.2.1.65.1.1.1.1.2
Textual description of the WWW service. This shall include at least the vendor and version number of the application realizing the WWW service. In a minimal case, this might be the Product Token (see RFC 2068) for the application.
wwwServiceContact .1.3.6.1.2.1.65.1.1.1.1.3
The textual identification of the contact person for this service, together with information on how to contact this person. For instance, this might be a string containing an email address, e.g. '<webmaster@domain.name>'.
wwwServiceProtocol .1.3.6.1.2.1.65.1.1.1.1.4
An identification of the primary protocol in use by this service. For Internet applications, the IANA maintains a registry of the OIDs which correspond to well-known application protocols. If the application protocol is not listed in the registry, an OID value of the form {applTCPProtoID port} or {applUDPProtoID port} are used for TCP-based and UDP-based protocols, respectively. In either case 'port' corresponds to the primary port number being used by the protocol.
wwwServiceName .1.3.6.1.2.1.65.1.1.1.1.5
The fully qualified domain name by which this service is known. This object must contain the virtual host name if the service is realized for a virtual host.
wwwServiceType .1.3.6.1.2.1.65.1.1.1.1.6
The application type using or realizing this WWW service.
wwwServiceStartTime .1.3.6.1.2.1.65.1.1.1.1.7
The date and time when this WWW service was last started. The value SHALL be '0000000000000000'H if the last start time of this WWW service is not known.
wwwServiceOperStatus .1.3.6.1.2.1.65.1.1.1.1.8
Indicates the operational status of the WWW service.
wwwServiceLastChange .1.3.6.1.2.1.65.1.1.1.1.9
The date and time when this WWW service entered its current operational state. The value SHALL be '0000000000000000'H if the time of the last state change is not known.
wwwSummaryInRequests .1.3.6.1.2.1.65.1.2.1.1.1
The number of requests successfully received.
wwwSummaryOutRequests .1.3.6.1.2.1.65.1.2.1.1.2
The number of requests generated.
wwwSummaryInResponses .1.3.6.1.2.1.65.1.2.1.1.3
The number of responses successfully received.
wwwSummaryOutResponses .1.3.6.1.2.1.65.1.2.1.1.4
The number of responses generated.
wwwSummaryInBytes .1.3.6.1.2.1.65.1.2.1.1.5
The number of content bytes received.
wwwSummaryInLowBytes .1.3.6.1.2.1.65.1.2.1.1.6
The lowest thirty-two bits of wwwSummaryInBytes.
wwwSummaryOutBytes .1.3.6.1.2.1.65.1.2.1.1.7
The number of content bytes transmitted.
wwwSummaryOutLowBytes .1.3.6.1.2.1.65.1.2.1.1.8
The lowest thirty-two bits of wwwSummaryOutBytes.
wwwRequestInIndex .1.3.6.1.2.1.65.1.2.2.1.1
The particular request type the statistics apply to.
wwwRequestInRequests .1.3.6.1.2.1.65.1.2.2.1.2
The number of requests of this type received by this WWW service.
wwwRequestInBytes .1.3.6.1.2.1.65.1.2.2.1.3
The number of content bytes per request type received by this WWW service.
wwwRequestInLastTime .1.3.6.1.2.1.65.1.2.2.1.4
The date and time when the last byte of the last complete request of this type was received by this WWW service. The value SHALL be '0000000000000000'H if no request of this type has been received yet.
wwwRequestOutIndex .1.3.6.1.2.1.65.1.2.3.1.1
The particular request type the statistics apply to.
wwwRequestOutRequests .1.3.6.1.2.1.65.1.2.3.1.2
The number of requests of this type generated by this WWW service.
wwwRequestOutBytes .1.3.6.1.2.1.65.1.2.3.1.3
The number of content bytes per requests type generated by this WWW service.
wwwRequestOutLastTime .1.3.6.1.2.1.65.1.2.3.1.4
The date and time when the first byte of the last request of this type was send by this WWW service. The value SHALL be '0000000000000000'H if no request of this type has been send yet.
wwwResponseInIndex .1.3.6.1.2.1.65.1.2.4.1.1
The particular response type the statistics apply to.
wwwResponseInResponses .1.3.6.1.2.1.65.1.2.4.1.2
The number of responses of this type received by this WWW service.
wwwResponseInBytes .1.3.6.1.2.1.65.1.2.4.1.3
The number of content bytes per response type received by this WWW service.
wwwResponseInLastTime .1.3.6.1.2.1.65.1.2.4.1.4
The date and time when the last byte of the last complete response of this type was received by this WWW service. The value SHALL be '0000000000000000'H if no response of this type has been received yet.
wwwResponseOutIndex .1.3.6.1.2.1.65.1.2.5.1.1
The particular response type the statistics apply to.
wwwResponseOutResponses .1.3.6.1.2.1.65.1.2.5.1.2
The number of responses of this type generated by this WWW service.
wwwResponseOutBytes .1.3.6.1.2.1.65.1.2.5.1.3
The number of content bytes per response type generated by this WWW service.
wwwResponseOutLastTime .1.3.6.1.2.1.65.1.2.5.1.4
The date and time when the first byte of the last response of this type was sent by this WWW service. The value SHALL be '0000000000000000'H if response of this type has been send yet.
wwwDocCtrlLastNSize .1.3.6.1.2.1.65.1.3.1.1.1
The maximum number of entries in the wwwDocLastNTable.
wwwDocCtrlLastNLock .1.3.6.1.2.1.65.1.3.1.1.2
This object allows a manager to lock the wwwDocLastNTable in order to retrieve the wwwDocLastNTable in a consistent state. The agent is expected to take a snapshot of the wwwDocLastNTable when it is locked and to continue updating the real wwwDocLastNTable table so that recent information is available as soon as the wwwDocLastNTable is unlocked again. Setting this object to a value greater than 0 will lock the table. The timer ticks backwards until it reaches 0. The table unlocks automatically once the timer reaches 0 and the timer stops ticking. A manager can increase the timer to request more time to read the table. However, any attempt to decrease the timer will fail with an inconsistentValue error. This rule ensures that multiple managers can simultaneously lock and retrieve the wwwDocLastNTable. Note that managers must cooperate in using wwwDocCtrlLastNLock. In particular, a manager MUST not keep the wwwDocLastNTable locked when it is not necessary to finish a retrieval operation.
wwwDocCtrlBuckets .1.3.6.1.2.1.65.1.3.1.1.3
The maximum number of buckets maintained by the agent before the oldest bucket is deleted. The buckets are used to populate the wwwDocAccessTopNTable and the wwwDocBytesTopNTable. The time interval captured in each bucket can be configured by setting the wwwDocCtrlBucketTimeInterval object.
wwwDocCtrlBucketTimeInterval .1.3.6.1.2.1.65.1.3.1.1.4
The time interval after which a new bucket is created. Changing this object has no effect on existing buckets.
wwwDocCtrlTopNSize .1.3.6.1.2.1.65.1.3.1.1.5
The maximum number of entries shown in the wwwDocAccessTopNTable and the wwwDocBytesTopNTable. Changing this object has no effect on existing buckets.
wwwDocLastNIndex .1.3.6.1.2.1.65.1.3.2.1.1
An arbitrary monotonically increasing integer number used for indexing the wwwDocLastNTable. The first document accessed appears in the table with this index value equal to one. Each subsequent document is indexed with the next sequential index value. The Nth document accessed will be indexed by N. This table presents a sliding window of the last wwwDocCtrlLastNSize documents accessed. Thus, entries in this table will be indexed by N-wwwDocCtrlLastNSize thru N if N > wwwDocCtrlLastNSize and 1 thru N if N <= wwwDocCtrlLastNSize. The wwwDocCtrlLastNLock attribute can be used to lock this table to allow the manager to read its contents.
wwwDocLastNName .1.3.6.1.2.1.65.1.3.2.1.2
The name of the document for which access was attempted.
wwwDocLastNTimeStamp .1.3.6.1.2.1.65.1.3.2.1.3
The date and time of the last attempt to access this document.
wwwDocLastNRequestType .1.3.6.1.2.1.65.1.3.2.1.4
The protocol request type which was received by the server when this document access was attempted.
wwwDocLastNResponseType .1.3.6.1.2.1.65.1.3.2.1.5
The protocol response type which was sent to the client as a result of this attempt to access a document. This object contains the type of the primary response if there were multiple responses to a single request.
wwwDocLastNStatusMsg .1.3.6.1.2.1.65.1.3.2.1.6
This object contains a human readable description of the reason why the wwwDocLastNResponseType was returned to the client. This object defines the implementation-specific reason if the value of wwwDocLastNResponseType indicates an error. For example, this object can indicate that the requested document could not be transferred due to a timeout condition or the document could not be transferred because a 'soft link' pointing to the document could not be resolved.
wwwDocLastNBytes .1.3.6.1.2.1.65.1.3.2.1.7
The number of content bytes that were returned as a result of this attempt to access a document.
wwwDocBucketIndex .1.3.6.1.2.1.65.1.3.3.1.1
An arbitrary monotonically increasing integer number used for indexing the wwwDocBucketTable. The index number wraps to 1 whenever the maximum value is reached.
wwwDocBucketTimeStamp .1.3.6.1.2.1.65.1.3.3.1.2
The date and time when the bucket was made available.
wwwDocBucketAccesses .1.3.6.1.2.1.65.1.3.3.1.3
The total number of access attempts for any document provided by this WWW service during the time interval over which this bucket was created.
wwwDocBucketDocuments .1.3.6.1.2.1.65.1.3.3.1.4
The total number of different documents for which access was attempted this this WWW service during the time interval over which this bucket was created.
wwwDocBucketBytes .1.3.6.1.2.1.65.1.3.3.1.5
The total number of content bytes which were transferred from this WWW service during the time interval over which this bucket was created.
wwwDocAccessTopNIndex .1.3.6.1.2.1.65.1.3.4.1.1
An arbitrary monotonically increasing integer number used for indexing the wwwDocAccessTopNTable. The index is inversely correlated to the sorting order of the table. The document with the highest access count will get the index value 1.
wwwDocAccessTopNName .1.3.6.1.2.1.65.1.3.4.1.2
The name of the document for which access was attempted.
wwwDocAccessTopNAccesses .1.3.6.1.2.1.65.1.3.4.1.3
The total number of access attempts for this document.
wwwDocAccessTopNBytes .1.3.6.1.2.1.65.1.3.4.1.4
The total number of content bytes that were transmitted as a result of attempts to access this document.
wwwDocAccessTopNLastResponseType .1.3.6.1.2.1.65.1.3.4.1.5
The protocol response type which was sent to the client as a result of the last attempt to access this document. This object contains the type of the primary response if there were multiple responses to a single request.
wwwDocBytesTopNIndex .1.3.6.1.2.1.65.1.3.5.1.1
An arbitrary monotonically increasing integer number used for indexing the wwwDocBytesTopNTable. The index is inversely correlated to the sorting order of the table. The document with the highest byte count will get the index value 1.
wwwDocBytesTopNName .1.3.6.1.2.1.65.1.3.5.1.2
The name of the document for which access was attempted.
wwwDocBytesTopNAccesses .1.3.6.1.2.1.65.1.3.5.1.3
The total number of access attempts for this document.
wwwDocBytesTopNBytes .1.3.6.1.2.1.65.1.3.5.1.4
The total number of content bytes that were transmitted as a result of attempts to access this document.
wwwDocBytesTopNLastResponseType .1.3.6.1.2.1.65.1.3.5.1.5
The protocol response type which was sent to the client as a result of the last attempt to access this document. This object contains the type of the primary response if there were multiple responses to a single request.
Table
wwwServiceTable .1.3.6.1.2.1.65.1.1.1
The table of the WWW services known by the SNMP agent.
wwwSummaryTable .1.3.6.1.2.1.65.1.2.1
The table providing overview statistics for the WWW services on this system.
wwwRequestInTable .1.3.6.1.2.1.65.1.2.2
The table providing detailed statistics for requests received by WWW services on this system.
wwwRequestOutTable .1.3.6.1.2.1.65.1.2.3
The table providing detailed statistics for requests generated by the services on this system.
wwwResponseInTable .1.3.6.1.2.1.65.1.2.4
The table providing detailed statistics for responses received by WWW services on this system.
wwwResponseOutTable .1.3.6.1.2.1.65.1.2.5
The table providing detailed statistics for responses generated by services on this system.
wwwDocCtrlTable .1.3.6.1.2.1.65.1.3.1
A table which controls how the MIB implementation collects and maintains document statistics.
wwwDocLastNTable .1.3.6.1.2.1.65.1.3.2
The table which logs the last N access attempts.
wwwDocBucketTable .1.3.6.1.2.1.65.1.3.3
This table provides administrative summary information for the buckets maintained per WWW service.
wwwDocAccessTopNTable .1.3.6.1.2.1.65.1.3.4
The table of the most frequently accessed documents in a given bucket. This table is sorted by the column wwwDocAccessTopNAccesses. Entries having the same number of accesses are secondarily sorted by wwwDocAccessTopNBytes. Entries with the same number of accesses and the same number of bytes will have an arbitrary order.
wwwDocBytesTopNTable .1.3.6.1.2.1.65.1.3.5
The table of the documents which caused most network traffic in a given bucket. This table is sorted by the column wwwDocBytesTopNBytes. Entries having the same number bytes are secondarily sorted by wwwDocBytesTopNAccesses. Entries with the same number of accesses and the same number of bytes will have an arbitrary order.
Object Identifier
wwwMIB .1.3.6.1.2.1.65
This WWW service MIB module is applicable to services realized by a family of 'Document Transfer Protocols' (DTP). Examples of DTPs are HTTP and FTP.
wwwMIBObjects .1.3.6.1.2.1.65.1
wwwMIBConformance .1.3.6.1.2.1.65.2
wwwService .1.3.6.1.2.1.65.1.1
wwwProtocolStatistics .1.3.6.1.2.1.65.1.2
wwwDocumentStatistics .1.3.6.1.2.1.65.1.3
wwwMIBCompliances .1.3.6.1.2.1.65.2.1
wwwMIBGroups .1.3.6.1.2.1.65.2.2
Group
wwwServiceGroup .1.3.6.1.2.1.65.2.2.1
A collection of objects providing information about the WWW services known by the SNMP agent.
wwwSummaryGroup .1.3.6.1.2.1.65.2.2.2
A collection of objects providing summary statistics about requests and responses generated and received by a WWW service.
wwwRequestInGroup .1.3.6.1.2.1.65.2.2.3
A collection of objects providing detailed statistics about requests received by a WWW service.
wwwResponseOutGroup .1.3.6.1.2.1.65.2.2.6
A collection of objects providing detailed statistics about responses generated by a WWW service.
wwwRequestOutGroup .1.3.6.1.2.1.65.2.2.4
A collection of objects providing detailed statistics about requests generated by a WWW service.
wwwResponseInGroup .1.3.6.1.2.1.65.2.2.5
A collection of objects providing detailed statistics about responses received by a WWW service.
wwwDocumentGroup .1.3.6.1.2.1.65.2.2.7
A collection of objects providing information about accesses to documents.