Previous page

Next page

Locate page in Contents

Configuring Performance Monitor Security

By default, any user can access the Performance Monitor page and view the the performance matrix. You can set up RAS Performance Monitor to use credentials, so that only authorized users can view it.

First, remove anonymous authentication from the Grafana configuration file as follows:

  1. Open file C:\Program Files (x86)\Parallels\RAS Performance Monitor\conf\defaults.ini.
  2. In the file, look for the following:

    #################################### Anonymous Auth ######################

    [auth.anonymous]

    # enable anonymous access

    enabled = true

  3. Change "enabled = true" to "enabled = false".

Restart the Grafana service and log in to Grafana console as follows:

  • URL: http://yourserver:3000/login?redirect=%2Fdashboard%2Fdb%2Fras-infrastructure-health
  • User: admin
  • Password: admin

Once logged in, go to the Users admin page:

Perfmon_security_01.png

Click on Add new user:

Perfmon_security_02.png

Add a users by specifying the account name, email address, username and password, and click Create:

Perfmon_security_03.png

You know need to add the user to your organization's list. To do so, in the Users list, click Edit to edit the user and then set the organization and make the user a Viewer:

Perfmon_security_04.png

Click Add to add the user to your organization's list. The user can now view the RAS Performance Monitor statistics.