mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Standardized install method for RaspberryPi App (#9014)
As most Applications use wget to download the scripts, I've altered the RaspberryPi Application to get listed in same way. Though it does appear LibreNMS doesn't support this Application anymore
This commit is contained in:
@@ -902,7 +902,8 @@ snmp ALL=(ALL) NOPASSWD: /usr/local/bin/proxmox
|
||||
SNMP extend script to get your PI data into your host.
|
||||
|
||||
##### SNMP Extend
|
||||
1. Copy the [raspberry script](https://github.com/librenms/librenms-agent/blob/master/snmp/raspberry.sh) to `/etc/snmp/` (or any other suitable location) on your PI host.
|
||||
1. Download the script onto the desired host.
|
||||
`wget https://raw.githubusercontent.com/librenms/librenms-agent/master/snmp/raspberry.sh -O /etc/snmp/raspberry.sh`
|
||||
|
||||
2. Make the script executable: `chmod +x /etc/snmp/raspberry.sh`
|
||||
|
||||
|
||||
Reference in New Issue
Block a user