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.