From 9ae1485a09c5342cd9711abc00dcc5c6049cb669 Mon Sep 17 00:00:00 2001 From: mattie47 <4696925+mattie47@users.noreply.github.com> Date: Thu, 14 Jun 2018 08:23:27 +1200 Subject: [PATCH] Added information on Rasbian snmpd setup for applications (#8813) AS per https://community.librenms.org/t/raspbian-sudo-warnings/1880, raspbian does not use 'snmp' as the user for snmpd. DO NOT DELETE THIS TEXT #### Please note > Please read this information carefully. You can run `./scripts/pre-commit.php` to check your code before submitting. - [x] Have you followed our [code guidelines?](http://docs.librenms.org/Developing/Code-Guidelines/) #### Testers If you would like to test this pull request then please run: `./scripts/github-apply `, i.e `./scripts/github-apply 5926` --- doc/Extensions/Applications.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/Extensions/Applications.md b/doc/Extensions/Applications.md index eca44b6b5f..b32cd2af51 100644 --- a/doc/Extensions/Applications.md +++ b/doc/Extensions/Applications.md @@ -891,6 +891,8 @@ extend raspberry /etc/snmp/raspberry.sh snmp ALL=(ALL) NOPASSWD: /etc/snmp/raspberry.sh, /usr/bin/vcgencmd* ``` +**Note:** If you are using Raspian, the default user is `Debian-snmp`. Change `snmp` above to `Debian-snmp`. You can verify the user snmpd is using with `ps aux | grep snmpd` + 5. Restart snmpd on PI host