Skip to content

Commit aec9f2c

Browse files
authored
Merge pull request #2025 from Danielle9897/RDoc-3316-addOID
RDoc-3316 Add global "Number of indexing errors" OID
2 parents 794505c + c10477d commit aec9f2c

File tree

3 files changed

+21
-18
lines changed
  • Documentation
    • 5.4/Raven.Documentation.Pages/server/administration/SNMP
    • 6.0/Raven.Documentation.Pages/server/administration/SNMP
    • 7.0/Raven.Documentation.Pages/server/administration/SNMP

3 files changed

+21
-18
lines changed

Documentation/5.4/Raven.Documentation.Pages/server/administration/SNMP/snmp.markdown

+1
Original file line numberDiff line numberDiff line change
@@ -421,6 +421,7 @@ curl -X POST \
421421
| <a id="5.1.7.2" /> 5.1.7.2 | Number of stale indexes in all loaded databases |
422422
| <a id="5.1.7.3" /> 5.1.7.3 | Number of error indexes in all loaded databases |
423423
| <a id="5.1.7.4" /> 5.1.7.4 | Number of faulty indexes in all loaded databases |
424+
| <a id="5.1.7.5" /> 5.1.7.5 | Number of indexing errors in all loaded databases |
424425
| <a id="5.1.8.1" /> 5.1.8.1 | Number of indexed documents per second for map indexes (one minute rate) in all loaded databases |
425426
| <a id="5.1.8.2" /> 5.1.8.2 | Number of maps per second for map-reduce indexes (one minute rate) in all loaded databases |
426427
| <a id="5.1.8.3" /> 5.1.8.3 | Number of reduces per second for map-reduce indexes (one minute rate) in all loaded databases |

Documentation/6.0/Raven.Documentation.Pages/server/administration/SNMP/snmp.markdown

+1
Original file line numberDiff line numberDiff line change
@@ -423,6 +423,7 @@ curl -X POST \
423423
| <a id="5.1.7.2" /> 5.1.7.2 | Number of stale indexes in all loaded databases |
424424
| <a id="5.1.7.3" /> 5.1.7.3 | Number of error indexes in all loaded databases |
425425
| <a id="5.1.7.4" /> 5.1.7.4 | Number of faulty indexes in all loaded databases |
426+
| <a id="5.1.7.5" /> 5.1.7.5 | Number of indexing errors in all loaded databases |
426427
| <a id="5.1.8.1" /> 5.1.8.1 | Number of indexed documents per second for map indexes (one minute rate) in all loaded databases |
427428
| <a id="5.1.8.2" /> 5.1.8.2 | Number of maps per second for map-reduce indexes (one minute rate) in all loaded databases |
428429
| <a id="5.1.8.3" /> 5.1.8.3 | Number of reduces per second for map-reduce indexes (one minute rate) in all loaded databases |

Documentation/7.0/Raven.Documentation.Pages/server/administration/SNMP/snmp.markdown

+19-18
Original file line numberDiff line numberDiff line change
@@ -427,24 +427,25 @@ curl -X POST \
427427

428428
<a id="general-oids" />
429429

430-
| OID | Metric (General) |
431-
|--------------------------------|--------------------------------------------------------------------------------------------------|
432-
| <a id="5.1.1" /> 5.1.1 | Number of all databases |
433-
| <a id="5.1.2" /> 5.1.2 | Number of loaded databases |
434-
| <a id="5.1.3" /> 5.1.3 | Time since oldest backup |
435-
| <a id="5.1.4" /> 5.1.4 | Number of disabled databases |
436-
| <a id="5.1.5" /> 5.1.5 | Number of encrypted databases |
437-
| <a id="5.1.6" /> 5.1.6 | Number of databases for current node |
438-
| <a id="5.1.7.1" /> 5.1.7.1 | Number of indexes in all loaded databases |
439-
| <a id="5.1.7.2" /> 5.1.7.2 | Number of stale indexes in all loaded databases |
440-
| <a id="5.1.7.3" /> 5.1.7.3 | Number of error indexes in all loaded databases |
441-
| <a id="5.1.7.4" /> 5.1.7.4 | Number of faulty indexes in all loaded databases |
442-
| <a id="5.1.8.1" /> 5.1.8.1 | Number of indexed documents per second for map indexes (one minute rate) in all loaded databases |
443-
| <a id="5.1.8.2" /> 5.1.8.2 | Number of maps per second for map-reduce indexes (one minute rate) in all loaded databases |
444-
| <a id="5.1.8.3" /> 5.1.8.3 | Number of reduces per second for map-reduce indexes (one minute rate) in all loaded databases |
445-
| <a id="5.1.9.1" /> 5.1.9.1 | Number of writes (documents, attachments, counters, timeseries) in all loaded databases |
446-
| <a id="5.1.9.2" /> 5.1.9.2 | Number of bytes written (documents, attachments, counters, timeseries) in all loaded databases |
447-
| <a id="5.1.10" /> 5.1.10 | Number of faulted databases |
430+
| OID | Metric (General) |
431+
|----------------------------|--------------------------------------------------------------------------------------------------|
432+
| <a id="5.1.1" /> 5.1.1 | Number of all databases |
433+
| <a id="5.1.2" /> 5.1.2 | Number of loaded databases |
434+
| <a id="5.1.3" /> 5.1.3 | Time since oldest backup |
435+
| <a id="5.1.4" /> 5.1.4 | Number of disabled databases |
436+
| <a id="5.1.5" /> 5.1.5 | Number of encrypted databases |
437+
| <a id="5.1.6" /> 5.1.6 | Number of databases for current node |
438+
| <a id="5.1.7.1" /> 5.1.7.1 | Number of indexes in all loaded databases |
439+
| <a id="5.1.7.2" /> 5.1.7.2 | Number of stale indexes in all loaded databases |
440+
| <a id="5.1.7.3" /> 5.1.7.3 | Number of error indexes in all loaded databases |
441+
| <a id="5.1.7.4" /> 5.1.7.4 | Number of faulty indexes in all loaded databases |
442+
| <a id="5.1.7.5" /> 5.1.7.5 | Number of indexing errors in all loaded databases |
443+
| <a id="5.1.8.1" /> 5.1.8.1 | Number of indexed documents per second for map indexes (one minute rate) in all loaded databases |
444+
| <a id="5.1.8.2" /> 5.1.8.2 | Number of maps per second for map-reduce indexes (one minute rate) in all loaded databases |
445+
| <a id="5.1.8.3" /> 5.1.8.3 | Number of reduces per second for map-reduce indexes (one minute rate) in all loaded databases |
446+
| <a id="5.1.9.1" /> 5.1.9.1 | Number of writes (documents, attachments, counters, timeseries) in all loaded databases |
447+
| <a id="5.1.9.2" /> 5.1.9.2 | Number of bytes written (documents, attachments, counters, timeseries) in all loaded databases |
448+
| <a id="5.1.10" /> 5.1.10 | Number of faulted databases |
448449

449450
<a id="ongoing-tasks-oids" />
450451

0 commit comments

Comments
 (0)