SNMPDSC plugin 0.2

This commit is contained in:
Jokob-sk
2023-04-10 12:27:10 +10:00
parent 8542d05f66
commit 063682510e
3 changed files with 11 additions and 10 deletions

View File

@@ -6,10 +6,10 @@ A plugin for importing devices from an SNMP enabled router or switch.
Specify the following settings in the Settings section of PiAlert:
- `SNMPDSC_routers` - A list of IP addresses of roputers/switches with SNMP turned on.
- `SNMPDSC_routers` - A list of `snmpwalk` commands to execute against IP addresses of roputers/switches with SNMP turned on. For example: `snmpwalk -v 2c -c public -OXsq 192.168.1.1 .1.3.6.1.2.1.3.1.1.2`
### Notes
- Executing the `snmpwalk -v 2c -c public -OXsq <IP> .1.3.6.1.2.1.3.1.1.2` command.
- Only IPv4 supported.
- Expected output in format `iso.3.6.1.2.1.3.1.1.2.3.1.192.168.1.2 "6C 6C 6C 6C 6C 6C "`.
- Authentication is not supported.
- Only IPv4 supported.
- Expected output (ingestion) in format `iso.3.6.1.2.1.3.1.1.2.3.1.192.168.1.2 "6C 6C 6C 6C 6C 6C "`.