From 9f04b58aa199448bc267c826ca20e12a17af101c Mon Sep 17 00:00:00 2001 From: KodApa85 Date: Wed, 15 Aug 2018 02:11:14 +0100 Subject: [PATCH] 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 --- doc/Extensions/Applications.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/Extensions/Applications.md b/doc/Extensions/Applications.md index 3049bf1309..257f210ce3 100644 --- a/doc/Extensions/Applications.md +++ b/doc/Extensions/Applications.md @@ -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`