File tree Expand file tree Collapse file tree 6 files changed +15
-18
lines changed Expand file tree Collapse file tree 6 files changed +15
-18
lines changed Original file line number Diff line number Diff line change
1
+ Starting in MongoDB 6.1, :ref: `SNMP <cli-mongod-snmp >` is removed.
2
+ All related command line options prevent ``mongod `` from starting.
3
+ To monitor your deployment, use `MongoDB Ops Manager
4
+ <https://www.mongodb.com/docs/ops-manager/current/> `_.
Original file line number Diff line number Diff line change @@ -2978,13 +2978,14 @@ Audit Options
2978
2978
2979
2979
.. include:: /includes/note-audit-in-enterprise-only.rst
2980
2980
2981
+ .. _cli-mongod-snmp:
2981
2982
2982
2983
SNMP Options
2983
2984
~~~~~~~~~~~~
2984
2985
2985
- .. note::
2986
+ .. warning:: Enterprise Feature Removed
2986
2987
2987
- .. include:: /includes/fact-macos-snmp .rst
2988
+ .. include:: /includes/SNMP-removed .rst
2988
2989
2989
2990
.. option:: --snmp-disabled
2990
2991
Original file line number Diff line number Diff line change @@ -79,6 +79,8 @@ Removed Options
79
79
80
80
.. include:: /includes/journal-option-removed.rst
81
81
82
+ .. include:: /includes/SNMP-removed.rst
83
+
82
84
Time Series Collections
83
85
-----------------------
84
86
Original file line number Diff line number Diff line change @@ -12,12 +12,9 @@ Monitor MongoDB Windows with SNMP
12
12
:depth: 1
13
13
:class: singlecol
14
14
15
- .. note :: Enterprise Feature (Deprecated)
15
+ .. warning :: Enterprise Feature Removed
16
16
17
- .. include:: /includes/SNMP-deprecated.rst
18
-
19
- SNMP is only available in `MongoDB Enterprise
20
- <http://www.mongodb.com/products/mongodb-enterprise-advanced?tck=docs_server>`_.
17
+ .. include:: /includes/SNMP-removed.rst
21
18
22
19
.. |mongod-program| replace:: :binary:`~bin.mongod.exe`
23
20
Original file line number Diff line number Diff line change @@ -12,12 +12,9 @@ Monitor MongoDB With SNMP on Linux
12
12
:depth: 1
13
13
:class: singlecol
14
14
15
- .. note :: Enterprise Feature (Deprecated)
15
+ .. warning :: Enterprise Feature Removed
16
16
17
- .. include:: /includes/SNMP-deprecated.rst
18
-
19
- SNMP is only available in `MongoDB Enterprise
20
- <http://www.mongodb.com/products/mongodb-enterprise-advanced?tck=docs_server>`_.
17
+ .. include:: /includes/SNMP-removed.rst
21
18
22
19
.. |mongod-program| replace:: :binary:`~bin.mongod`
23
20
Original file line number Diff line number Diff line change @@ -10,13 +10,9 @@ Troubleshoot SNMP
10
10
:depth: 1
11
11
:class: singlecol
12
12
13
- .. note :: Enterprise Feature (Deprecated)
13
+ .. warning :: Enterprise Feature Removed
14
14
15
- .. include:: /includes/SNMP-deprecated.rst
16
-
17
- SNMP is only available in MongoDB Enterprise.
18
-
19
- .. include:: /includes/fact-macos-snmp.rst
15
+ .. include:: /includes/SNMP-removed.rst
20
16
21
17
Overview
22
18
--------
You can’t perform that action at this time.
0 commit comments