Manual execution
The format of the plugin execution is as follows:
./pandora_proxmox --conf < path to configuration file >
For example :
./pandora_proxmox --conf /usr/share/pandora_server/util/plugin/proxmox.conf
The execution will return an output in JSON format with information about the execution, and will generate an XML file for each agent of each monitored region that will be sent to the Pandora FMS server by the transfer method indicated in the configuration.
For example:
{"summary": {"Total agents": 5, "Nodes agents": 1, "Vms agents": 2, "Lxc agents": 1}}