WAS THIS PAGE HELPFUL? Leave Feedback
Overview
To provide a seamless integration, GroundWork Grafana is configured with anonymous authentication and a default role of Editor. These settings can be changed by configuring /usr/local/groundwork/grafana/conf/defaults.ini file.
Steps
Changing the default role
- Log into GroundWork Monitor as an Administrator (e.g., admin/admin).
- Go to Dashboards > Grafana.
- To log in as the Grafana Administrator, click , click Sign In. The default credentials are admin/admin.
- To change the default role, change the value of the org_role property in the following file:
/usr/local/groundwork/grafana/conf/defaults.ini
- Restart Grafana with the following command:
/etc/init.d/groundwork restart grafana
Changing the default administrator password
- Log into GroundWork Monitor as an Administrator (e.g., admin/admin).
- Go to Dashboards > Grafana.
- To log in as the Grafana Administrator, click , click Sign In. The default credentials are admin/admin.
- To change the default Grafana administrator user credentials, change the values of the admin_user and admin_password properties in the following file:
/usr/local/groundwork/grafana/conf/defaults.ini - Restart Grafana with the following command:
/etc/init.d/groundwork restart grafana