Skip to main content

πŸ”§ Configuration

Access the Glouton local panel​

  • Linux : you can simply open http://127.0.0.1:8015.
  • MacOS & Windows : you have to enable the Enable host networking beta feature (see this) from Docker settings (see Features in development in the settings tab). Then, you can open http://127.0.0.1:8015.

Grafana​

To setup Grafana, you can open http://localhost:3000 and login with the credentials admin/admin. You will be prompted to change this password.

Next you need to add SquirrelDB as a Prometheus source, with the URL http://squirreldb:9201.

tip

Go to Connections > Data sources and select prometheus.

SquirrelDB source

Then import the Node Exporter dashboard with the ID 1860, using the SquirrelDB data source we just configured.

tip

Go to Dashboards and click on New and then Import

Dashboard import

Now, you should see the system metrics gathered by the agent.

tip

To be notified when an issue occurs, you can create alerting rules with Grafana.

info

If some graph show missing data, check that you have successfully activated the corresponding node_exporter collectors (see glouton node_exporter collectors).

SquirrelDB source

Next steps​

Now that your have successfully deployed the Bleemeo Community Edition πŸŽ‰

You can secure your installation, for this see the security section or setup high availability with the HA section.