mirror of
https://github.com/jokob-sk/NetAlertX.git
synced 2026-04-15 22:51:37 -07:00
Suggest Oxsq in Readme #256
This commit is contained in:
+1
-1
@@ -6,7 +6,7 @@ services:
|
|||||||
dockerfile: Dockerfile
|
dockerfile: Dockerfile
|
||||||
context: .
|
context: .
|
||||||
cache_from:
|
cache_from:
|
||||||
- type=registry,ref=ghcr.io/jokob-sk/pi.alert:buildcache
|
- type=registry,ref=docker.io/jokob-sk/pi.alert:buildcache
|
||||||
container_name: pialert
|
container_name: pialert
|
||||||
network_mode: host
|
network_mode: host
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|||||||
@@ -6,7 +6,10 @@ A plugin for importing devices from an SNMP enabled router or switch. Using SNM
|
|||||||
|
|
||||||
Specify the following settings in the Settings section of PiAlert:
|
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`
|
- `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`
|
||||||
|
- `snmpwalk -v 2c -c public -Oxsq 192.168.1.1 .1.3.6.1.2.1.3.1.1.2` (note: lower case `x`)
|
||||||
|
|
||||||
|
|
||||||
### Setup Cisco IOS
|
### Setup Cisco IOS
|
||||||
|
|||||||
Reference in New Issue
Block a user