Skip to content

Commit

Permalink
Removed free monitoring for mongo
Browse files Browse the repository at this point in the history
Free monitoring was decommissioned and removed from configuration on April 2023 for MongoDB Community instances. Commenting out because mongo service does not start due to invalid configuration.

Ref:  https://www.mongodb.com/docs/manual/release-notes/4.0/
  • Loading branch information
akulavasu authored Dec 21, 2023
1 parent b8d7b88 commit 9257e9d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ansible/roles/mongodb-cluster/templates/mongod.conf.j2
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ operationProfiling:
{% endfor %}
{% endif %}

{% if mongodb_major_version is version("4.0", ">=") -%}
{# {% if mongodb_major_version is version("4.0", ">=") -%}
cloud:
monitoring:
free:
Expand All @@ -116,7 +116,7 @@ cloud:
{{ item }}
{% endfor %}
{% endif %}
{% endif %}
{% endif %} #}

{% if mongodb_set_parameters -%}
setParameter:
Expand Down

0 comments on commit 9257e9d

Please sign in to comment.