mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
fix: Corrects path to proxmox script in docs (#4949)
This commit is contained in:
committed by
Neil Lathwood
parent
1840310f81
commit
fc70f96b9c
@@ -270,7 +270,7 @@ This script uses `rec_control get-all` to collect stats.
|
|||||||
|
|
||||||
### Proxmox
|
### Proxmox
|
||||||
1. Download the script onto the desired host (the host must be added to LibreNMS devices)
|
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`
|
2. Make the script executable: `chmod +x /usr/local/bin/proxmox`
|
||||||
3. Edit your snmpd.conf file (usually `/etc/snmp/snmpd.conf`) and add:
|
3. Edit your snmpd.conf file (usually `/etc/snmp/snmpd.conf`) and add:
|
||||||
`extend proxmox /usr/local/bin/proxmox`
|
`extend proxmox /usr/local/bin/proxmox`
|
||||||
|
|||||||
Reference in New Issue
Block a user