Skip to content

Commit d9091ac

Browse files
committed
text edits
1 parent ad43db8 commit d9091ac

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

Documentation/6.0/Raven.Documentation.Pages/server/administration/monitoring/mib-generation.markdown

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,20 +27,18 @@
2727

2828
To generate a MIB, use RavenDB's HTTP `/monitoring/snmp/mib` GET endpoint.
2929
You can inspect this endpoint using your browser to download a text file with
30-
RavenDB's OIDs, or connect it with a monitoring too to utilize these OIDs.
30+
RavenDB's OIDs, or connect it with a monitoring tool to utilize these OIDs.
3131

32-
The endpoint's path is added to RavenDB's address, including its port number.
32+
To use the endpoint, add its path to RavenDB's address (including RavenDB's port number).
3333

34-
- To connect a local RavenDB setup, for example, and generate the MIB, use:
35-
`http://localhost:8080/monitoring/snmp/mib`
36-
- Or to generate a MIB for RavenDB's live test server, use:
34+
- To generate a MIB for RavenDB's live test server, for example. use:
3735
[http://live-test.ravendb.net/monitoring/snmp/mib](http://live-test.ravendb.net/monitoring/snmp/mib)
3836

3937
---
4038

4139
### Fine-tune the OIDs list
4240

43-
By default, the MIB includes **server** metrics OIDs. You can fine-tune
41+
By default, the generated MIB includes **server** metrics OIDs. You can fine-tune
4442
it to include the OIDs range your are interested in. Available options are:
4543

4644
* `includeServer` - Include or exclude OIDs with **server** metrics.

0 commit comments

Comments
 (0)