From f430587965d651cbb72d780e11ce6c6f579f4221 Mon Sep 17 00:00:00 2001 From: Jokob-sk Date: Sat, 24 Jun 2023 06:21:18 +1000 Subject: [PATCH] Suggest Oxsq in Readme #256 --- docker-compose.yml | 2 +- front/plugins/snmp_discovery/README.md | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 38206115..8bde7d41 100755 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -6,7 +6,7 @@ services: dockerfile: Dockerfile context: . 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 network_mode: host restart: unless-stopped diff --git a/front/plugins/snmp_discovery/README.md b/front/plugins/snmp_discovery/README.md index c8281a79..fc9a6479 100755 --- a/front/plugins/snmp_discovery/README.md +++ b/front/plugins/snmp_discovery/README.md @@ -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: -- `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