fix: Corrects path to proxmox script in docs (#4949)

This commit is contained in:
llawwehttam
2016-11-06 14:32:24 +00:00
committed by Neil Lathwood
parent 1840310f81
commit fc70f96b9c

View File

@@ -270,7 +270,7 @@ This script uses `rec_control get-all` to collect stats.
### Proxmox
1. Download the script onto the desired host (the host must be added to LibreNMS devices)
`wget https://github.com/librenms/librenms-agent/blob/master/agent-local/proxmox -O /usr/local/bin/proxmox`
`wget https://raw.githubusercontent.com/librenms/librenms-agent/master/agent-local/proxmox -O /usr/local/bin/proxmox`
2. Make the script executable: `chmod +x /usr/local/bin/proxmox`
3. Edit your snmpd.conf file (usually `/etc/snmp/snmpd.conf`) and add:
`extend proxmox /usr/local/bin/proxmox`