Skip to content

mib1185/ha-addon-snmpd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SNMPD Home Assistant add-on

Supports aarch64 Architecture Supports amd64 Architecture Supports armhf Architecture Supports armv7 Architecture Supports i386 Architecture

... to get your HA monitored via SNMP (eq librenms or prtg).

example_librenms.png

Additional hass related infomration can be gathered via NET-SNMP-EXTEND-MIB - example

$ snmpwalk -v2c -c public my.ha.local NET-SNMP-EXTEND-MIB::nsExtendOutLine | grep hass_
NET-SNMP-EXTEND-MIB::nsExtendOutLine."hass_state".1 = STRING: running
NET-SNMP-EXTEND-MIB::nsExtendOutLine."hass_supported".1 = STRING: true
NET-SNMP-EXTEND-MIB::nsExtendOutLine."hass_docker_version".1 = STRING: 24.0.7
NET-SNMP-EXTEND-MIB::nsExtendOutLine."hass_hassos_version".1 = STRING: 11.3
NET-SNMP-EXTEND-MIB::nsExtendOutLine."hass_supervisor_version".1 = STRING: 2023.12.0
NET-SNMP-EXTEND-MIB::nsExtendOutLine."hass_homeassistant_version".1 = STRING: 2024.1.2

How to use this repository

the easiest way is to use the following my home assistant link to add this repo as to your add-on store

Open your Home Assistant instance and show the add add-on repository dialog with a specific repository URL pre-filled.

Or navigate to Settings -> Add-ons -> Add-on store -> 3 dots top right corner -> Repositories than add https://github.com/mib1185/ha-addon-snmpd as new repository.