mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
correct squid snmpd.conf proxy host syntax (#14678)
127.0.0.1.3401 produces error snmpget: Unknown host (127.0.0.1.3401)
This commit is contained in:
@@ -2377,7 +2377,7 @@ snmp_access deny all
|
||||
3. Edit your snmpd.conf file and add, making sure you have the same
|
||||
community, host, and port as above:
|
||||
```
|
||||
proxy -v 2c -Cc -c public 127.0.0.1.3401 1.3.6.1.4.1.3495
|
||||
proxy -v 2c -Cc -c public 127.0.0.1:3401 1.3.6.1.4.1.3495
|
||||
```
|
||||
|
||||
For more advanced information on Squid and SNMP or setting up proxying
|
||||
|
||||
Reference in New Issue
Block a user