Glouton Monitoring Agent by Bleemeo
Glouton have been designed to be a central piece of a monitoring infrastructure. It gather all information and send it to... something. We provide drivers for storing in an InfluxDB database directly or a secure connection (MQTT over SSL) to Bleemeo Cloud platform.
Once installed, run the following commands so the snap will function as intended:
sudo snap connect glouton:mount-observe
sudo snap connect glouton:network-control
sudo snap connect glouton:hardware-observe
sudo snap connect glouton:system-observe
sudo snap connect glouton:process-control
sudo snap connect glouton:physical-memory-observe
Glouton require some special options to log into your bleemeo account (panel.bleemeo.com):
export GLOUTON_BLEEMEO_ACCOUNT_ID=<YOUR-ACCOUNT-ID>
export GLOUTON_BLEEMEO_REGISTRATION_KEY=<YOUR-REGISTRATION-KEY>