pysnmpfs
Monitor SNMP hosts with a sysfs-like filesystem in user-space
pysnmpfs is an extensible user-space filesystem engine written in Python to provide access to SNMP data in the same fashion as sysfs or procfs. The engine automatically caches data from SNMP agents and updates files as they are read. It relies upon extensions and defines a self-registered plugin API for fetching SNMP data.
The project is based upon pysnmp-4.2.5+ and fusepy-2.0.2+ by Terrence Honles.