Skip to content

Commit 4fd8e18

Browse files
authored
DOCS-15439 SNMP feature removed 6.1+ (#2578)
* DOCS-15439 SNMP feature removed 6.1+ * compat * warning 6.1 compat notes * * * ** * () * *** * IR 1
1 parent f7946cc commit 4fd8e18

File tree

6 files changed

+15
-18
lines changed

6 files changed

+15
-18
lines changed

source/includes/SNMP-removed.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
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/>`_.

source/reference/program/mongod.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2978,13 +2978,14 @@ Audit Options
29782978

29792979
.. include:: /includes/note-audit-in-enterprise-only.rst
29802980

2981+
.. _cli-mongod-snmp:
29812982

29822983
SNMP Options
29832984
~~~~~~~~~~~~
29842985

2985-
.. note::
2986+
.. warning:: Enterprise Feature Removed
29862987

2987-
.. include:: /includes/fact-macos-snmp.rst
2988+
.. include:: /includes/SNMP-removed.rst
29882989

29892990
.. option:: --snmp-disabled
29902991

source/release-notes/6.1-compatibility.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,8 @@ Removed Options
7979

8080
.. include:: /includes/journal-option-removed.rst
8181

82+
.. include:: /includes/SNMP-removed.rst
83+
8284
Time Series Collections
8385
-----------------------
8486

source/tutorial/monitor-with-snmp-on-windows.txt

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,9 @@ Monitor MongoDB Windows with SNMP
1212
:depth: 1
1313
:class: singlecol
1414

15-
.. note:: Enterprise Feature (Deprecated)
15+
.. warning:: Enterprise Feature Removed
1616

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
2118

2219
.. |mongod-program| replace:: :binary:`~bin.mongod.exe`
2320

source/tutorial/monitor-with-snmp.txt

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,9 @@ Monitor MongoDB With SNMP on Linux
1212
:depth: 1
1313
:class: singlecol
1414

15-
.. note:: Enterprise Feature (Deprecated)
15+
.. warning:: Enterprise Feature Removed
1616

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
2118

2219
.. |mongod-program| replace:: :binary:`~bin.mongod`
2320

source/tutorial/troubleshoot-snmp.txt

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,9 @@ Troubleshoot SNMP
1010
:depth: 1
1111
:class: singlecol
1212

13-
.. note:: Enterprise Feature (Deprecated)
13+
.. warning:: Enterprise Feature Removed
1414

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
2016

2117
Overview
2218
--------

0 commit comments

Comments
 (0)