Skip to content

Commit 7664f6e

Browse files
Add a note about not using the operator role for the NOM persistence … (#125)
Add a note about not using the operator role for the NOM persistence … (#123) * Add a note about not using the operator role for the NOM persistence user * Update modules/ROOT/pages/addition/instance-requirements.adoc --------- Co-authored-by: Alexander Bouriakov <[email protected]>
1 parent 569972b commit 7664f6e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

modules/ROOT/pages/addition/instance-requirements.adoc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,11 @@ For the metrics collection feature to work correctly. these configuration values
5252
The agent logs on to the DBMS with the configured user to enable certain features such as viewing relationship and label types, managing privileges, and viewing configuration values.
5353
If you do not want to use the built-in admin user, a role with the minimum set of privileges required for full functionality can be created with:
5454

55+
[NOTE]
56+
====
57+
This role definition can not be used for the user with which the Ops Manager server connects to the persistence database since it has insufficient privileges.
58+
This `operator` role should only be used for the DBMS you want to monitor with an agent.
59+
====
5560

5661
[source, cypher]
5762
----

0 commit comments

Comments
 (0)