Add wget command to memcached (#8971)

This commit is contained in:
MHammett
2018-08-01 08:08:38 -05:00
committed by Neil Lathwood
parent da58c91dd9
commit f9525714f7

View File

@@ -491,6 +491,9 @@ The application should be auto-discovered as described at the top of the page. I
### Memcached
##### SNMP Extend
1. Copy the [memcached script](https://github.com/librenms/librenms-agent/blob/master/agent-local/memcached) to `/etc/snmp/` on your remote server.
```
wget https://raw.githubusercontent.com/librenms/librenms-agent/master/agent-local/memcached -O /etc/snmp/memcached
```
2. Make the script executable: `chmod +x /etc/snmp/memcached`