Page 1 of 1

Python Plugin: SNMP Monitor

Posted: Sunday 21 July 2019 19:16
by febalci
This is a simple SNMP Monitor Plugin for Domoticz.
https://github.com/febalci/DomoticzSNMP

Installation:
1. On Domoticz install pysnmp: sudo pip3 install pysnmp
2. Open snmp_rcv.txt file with a notepad editor and edit it according to your need.
3.Copy plugin.py and snmp_rcv.txt files to a subfolder on Domoticz plugins folder.

Configuration File: snmp_rcv.txt
1. Structure should be:
Device Name,OID,Device Type
2. The lines starting with # are comment lines.

The given snmp_rcv.txt file is a sample only for Synology.

Please inform me about the bugs.

Re: Python Plugin: SNMP Monitor

Posted: Thursday 07 October 2021 11:40
by MaxHipshot
As far as i can make out (also having read your GitHub documents on this topic) it seems to me that the SNMPv2 "Community" (which is equivalent to a password on the snmp device) cannot be used.

Are you planning to incorporate snmp v2c compliancy?