Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
72 changes: 0 additions & 72 deletions agent-local/proxmox

This file was deleted.

25 changes: 25 additions & 0 deletions snmp/proxmox/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# Proxmox VE Agent

## Quick Install

```bash
curl -s https://raw.githubusercontent.com/librenms/librenms-agent/master/snmp/proxmox/install.sh | bash
```

For cron-based refresh instead of systemd:

```bash
curl -s https://raw.githubusercontent.com/librenms/librenms-agent/master/snmp/proxmox/install.sh | bash -s -- --cron
```

## Manual Install

Clone the repository and run locally:

```bash
git clone https://github.com/librenms/librenms-agent.git
cd librenms-agent/snmp/proxmox
sudo ./install.sh
```

See [LibreNMS Proxmox documentation](https://docs.librenms.org/Extensions/Applications/Proxmox/) for full installation and usage instructions.
Loading
Loading