2015-08-31 16:34:55 +02:00

834 B

Proxmox graphing

It is possible to create graphs of the Proxmox VMs that run on your monitored machines. Currently, only trafficgraphs are created. One for each interface on each VM. Possibly, IO grahps will be added later on.

The ultimate goal is to be able to create traffic bills for VMs, no matter on which physical machine that VM runs.

Enabling Proxmox graphs

To enable Proxmox graphs, do the following:

In config.php, enable Proxmox:

$config['enable_proxmox'] = 1

Then, install librenms-agent on the machines running Proxmox, and enable the Proxmox-plugin using:

mk_enplug proxmox

Then, enable the unix-agent on the machines running Proxmox.

You should now see an application in LibreNMS, as well as a new menu-item in the topmenu, allowing you to choose which cluster you want to look at.