/
Setup webbased user interface
Setup webbased user interface
Please note that the webbased user interface is intended for monitoring purposes where as the rich client user interface is intended for in-depth analysis.
Installation and Startup
- Download Grafana from http://grafana.org/ (current version 3.1.1) - Grafana comes with packages for most operating systems
- sudo systemctl start grafana-server
Verify installation
After Grafana is started please ensure that you get an output saying that grafana is "active (running".
Configuration
Change default credentials
- Connect to the running Grafana installation (http://yourserver:3000). Login into the UI using the default credentials admin / admin.
- Click on the grafana logo (top left corner) and click on admin
- Click on the change password link
Connect to the long-term database
- Enter the administration screen (Grafana icon)
- Select Data Sources → Add new
Enter the following data:
- Name: inspectit-influx (use exactly this name to make the default dashboards work out of the box. Find the default dashboards to import to your Grafana instance here)
- Type: Choose InfluxDB
- Default: Make this checked
- URL: http://<INFLUX_HOST>:<INFLUX_HTTP_PORT>
- Access: Choose proxy
- Basic Auth: unselected
- Database: inspectit
- User: root
- Password: root (or the password you set on the installation of the longterm database)
Make sure the data entered above is consistent with the configuration described in Long-term Data Persistence Configuration. In particular, if you used other values for the database name, user, password, etc. then also configure Grafa respectively.
, multiple selections available,
Related content
Setup webbased user interface
Setup webbased user interface
More like this
Setup longterm database
Setup longterm database
More like this
Setup longterm database
Setup longterm database
More like this
Integrate inspectIT default dashboards
Integrate inspectIT default dashboards
More like this
Integrate inspectIT default dashboards
Integrate inspectIT default dashboards
More like this
Long-term Data Persistence Configuration
Long-term Data Persistence Configuration
More like this