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:
KodApa85
2018-08-14 20:11:14 -05:00
committed by Tony Murray
co-authored by Tony Murray
parent 4c6f917d9e
commit 9f04b58aa1
+2 -1
View File
@@ -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`