From d9b4fb580c9d7bb7b4f317d9416e4653b540a078 Mon Sep 17 00:00:00 2001 From: KodApa85 Date: Thu, 20 Sep 2018 21:43:36 +0100 Subject: [PATCH] Updated EXIM Download instruction (#9241) Changed EXIM status download instructions to match other extensions --- doc/Extensions/Applications.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/doc/Extensions/Applications.md b/doc/Extensions/Applications.md index fbe4bafa93..2609d69cb3 100644 --- a/doc/Extensions/Applications.md +++ b/doc/Extensions/Applications.md @@ -284,8 +284,10 @@ The application should be auto-discovered as described at the top of the page. I SNMP extend script to get your exim stats data into your host. ##### SNMP Extend -1. Copy the [exim stats](https://github.com/librenms/librenms-agent/blob/master/snmp/exim-stats.sh) to `/etc/snmp/` (or any other suitable location) on your host. - +1. Download the script onto the desired host. +``` +wget https://raw.githubusercontent.com/librenms/librenms-agent/master/snmp/exim-stats.sh -O /etc/snmp/exim-stats.sh +``` 2. Run `chmod +x /etc/snmp/exim-stats.sh` 3. Edit your snmpd.conf file (usually `/etc/snmp/snmpd.conf`) and add: