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:
hugalafutro
2022-11-28 14:51:40 +00:00
committed by GitHub
parent eca3b6bf77
commit cde94a77df

View File

@@ -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