mirror of
https://github.com/jokob-sk/NetAlertX.git
synced 2025-12-07 09:36:05 -08:00
15 lines
542 B
Markdown
Executable File
15 lines
542 B
Markdown
Executable File
## Overview
|
|
|
|
A plugin for importing devices from an SNMP enabled router or switch.
|
|
|
|
### Usage
|
|
|
|
Specify the following settings in the Settings section of PiAlert:
|
|
|
|
- `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
|
|
|
|
- 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 "`. |