mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Update Applications.md (#13573)
add step to add debian-snmp user to docker group
This commit is contained in:
@@ -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
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user