Merge pull request #4147 from crcro/rpi-doc-update

docs update for rpi local agent
This commit is contained in:
Tony Murray
2016-08-20 21:00:26 -05:00
committed by GitHub

View File

@ -232,7 +232,7 @@ extend raspberry /opt/raspberry.sh
``` ```
4. Edit your sudo users (usually `visudo`) and add at the bottom: 4. Edit your sudo users (usually `visudo`) and add at the bottom:
``` ```
snmp ALL=(ALL) NOPASSWD: /opt/raspberry.sh snmp ALL=(ALL) NOPASSWD: /opt/raspberry.sh, /usr/bin/vcgencmd*
``` ```
5. Restart snmpd on PI host 5. Restart snmpd on PI host