mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
corrected proxmox script path (#7048)
This commit is contained in:
committed by
Neil Lathwood
parent
181b0fb7d5
commit
5c46ad1a72
@@ -16,7 +16,7 @@ $config['enable_proxmox'] = 1;
|
||||
Then, install [librenms-agent](http://docs.librenms.org/Extensions/Applications/) on the machines running Proxmox and enable the Proxmox-script using:
|
||||
|
||||
```bash
|
||||
cp /opt/librenms-agent/proxmox /usr/lib/check_mk_agent/local/proxmox
|
||||
cp /opt/librenms-agent/agent-local/proxmox /usr/lib/check_mk_agent/local/proxmox
|
||||
chmod +x /usr/lib/check_mk_agent/local/proxmox
|
||||
```
|
||||
|
||||
|
Reference in New Issue
Block a user