mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Add wget command to memcached (#8971)
This commit is contained in:
@@ -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`
|
||||
|
||||
|
Reference in New Issue
Block a user