Update Applications.md (#13573)

add step to add debian-snmp user to docker group
This commit is contained in:
Simon Smith
2021-12-01 13:46:24 +00:00
committed by GitHub
parent e23ad7947d
commit c7d00ccc92

View File

@@ -499,7 +499,12 @@ chmod +x /etc/snmp/docker-stats.sh
extend docker /etc/snmp/docker-stats.sh
```
5. Restart snmpd on your host
5. If your run Debian, you need to add the Debian-snmp user to the docker group
```
usermod -a -G docker Debian-snmp
```
6. Restart snmpd on your host
```
systemctl restart snmpd
```