Skip to content
BleemeoBleemeo

Network Monitoring Overview

Starter
Professional
Tutorial availableNetwork Monitoring with SNMP
Read the tutorial

Bleemeo monitors network devices using SNMP (Simple Network Management Protocol). A Glouton agent paired with a Prometheus SNMP exporter queries your devices and sends metrics to the Bleemeo Cloud Platform.

SNMP monitoring architecture: Glouton agent and SNMP exporter on a host machine querying network devices (switches, routers, firewalls, printers) via SNMP and sending metrics to Bleemeo Cloud

The setup requires:

  • A Bleemeo Glouton agent running on a Linux or Windows machine
  • A Prometheus SNMP exporter on the same machine, querying devices via SNMP (UDP port 161)

Glouton automatically detects the device type and applies the appropriate SNMP module. Devices marked with Auto are automatically detected. Others require contacting support to enable the appropriate SNMP module.

BrandModelDetectionUptimeInterfacesTrafficErrorsCPUMemoryOther
APCUPSManualBattery, input/output power
AristaSwitchesManual
CiscoASAAuto
CatalystAutoTemperature
NexusAuto
WLCManual
DellPowerConnectAuto
HPLaserJetAutoSupplies level
KempLoadMasterManual
MikroTikRouterOSManual
NECIXManual
Palo AltoFirewallsManual
SynologyNASManualDisk, temperature
UbiquitiUniFi APs (U6-Lite, etc.)Auto
UniFi Switches (USW-*)Auto
AirFiberManual
AirMaxManual
VMwareESXiAuto

See the SNMP Metrics page for the full list of collected metrics.

If your device is not listed or you need proprietary MIBs, contact us at with a snmpwalk capture. Generate it with the following command:

Terminal window
snmpwalk -v2c -c public -ObentU DEVICE_IP 1.3.6 > ./public.snmpwalk