Skip to content
BleemeoBleemeo

UPSD

Auto-Detection
Built-in Metrics

Bleemeo monitors UPS devices through automatic service detection and built-in metrics gathered via Network UPS Tools (NUT). You need nut-server installed and configured. See the NUT documentation for setup details.

Glouton automatically detects UPSD instances running on the host. You may need to provide UPSD user credentials depending on your configuration. If the auto-detected parameters are incorrect, you can override them manually.

Terminal window
sudo tee /etc/glouton/conf.d/99-upsd.conf > /dev/null << 'EOF'
service:
- type: "upsd"
address: "127.0.0.1"
port: 3128
# UPSD user credentials
username: ""
password: ""
EOF
MetricDescription
service_statusStatus of UPSD
upsd_battery_statusBattery status. Critical when the UPS is overloaded, on battery, and when the battery is low or needs replacement.
upsd_status_flagsStatus flags (see apcupsd for details)
upsd_battery_voltageBattery voltage
upsd_input_voltageInput voltage
upsd_output_voltageOutput voltage
upsd_load_percentLoad of the UPS in percent
upsd_battery_charge_percentBattery charge in percent
upsd_internal_tempInternal temperature in degrees Celsius
upsd_input_frequencyInput frequency in Hz
upsd_time_left_secondsTime left on battery in seconds
upsd_time_on_battery_secondsTime spent on battery in seconds