Skip to main content

Plugin configuration

The following parameters must be specified in the plugin configuration file:

#Ejemplo parámetros plugin Cloud Foundry
api_url https://api.run.pivotal.io
username [email protected]
password password
organization Artica
space development
# Pandora Server configuration
mode tentacle
tentacle_ip nova.lab.artica.lan
tentacle_port 41121
tentacle_client tentacle_client
local_folder /var/spool/pandora/data_in
temp /tmp

api_url
Cloud Foundry API to which the plugin is logged to perform all monitoring. If a Pivotal environment is monitored, this will be the URL ​https://api.run.pivotal.io
username
Access user
password
Password of access of that user
organization
The name of one of the organizations that the user can access. It is necessary for the login, later it will make a scan of all the Organizations.
space
login.
mode
The name of one of the spaces of the organization. It is only necessary for the initial
XML file transfer mode, can be:
● local: Copy the files to a local folder
● tentacle: transfer files to tentacle_ip by tentacle_port
tentacle_ip
IP address or FQDN where Pandora FMS is working.
tentacle_port
Port where the Tentacle service associated to your Pandora FMS server is listening.
tentacle_opts
Extra options for the Tentacle client..
tentacle_client
Path where to find the binary of tentacle client.
local_folder
Location where to move files in local mode.
temp
Temporary location where to store files before sending them.