Skip to main content

Prerequisites

For the correct operation of this plugin it is necessary to install the CF CLI tool and the Pandora FMS::PluginTools library in the server where the plugin are going to be executed.

This library is available with the installation of the Pandora FMS OpenSource package.

You can download the latest version from:

https://github.com/pandorafms/pandorafms/blob/develop/pandora_server/lib/PandoraFMS/PluginTools.pm

To install the CF CLI tool you can download it from the following URL, select the necessary package and install it:

https://pivotal.io/platform/pcf-tutorials/getting-started-with-pivotal-cloud-foundry/install-the-cf-cli
https://github.com/cloudfoundry/cli#downloads

To test if the tool has been installed correctly you can test this command if you have a user in Pivotal Cloud Foundry:
cf login -a https://api.run.pivotal.io

If this is not the case, you can test against the api of the Foundry Cloud that you are going to monitor:

cf login -a <URL_API>