Skip to main content

Configuration

Both the Data Server and the Plugin Server are enabled by default in Pandora FMS. However, if we would like to check that we have both servers enabled, or we are not sure, we can access to the Pandora FMS server configuration file, located in /etc/pandora/pandora_server.conf.

dataserver 1

pluginserver 1

Depending on the speed of the internet connection of the Pandora Server with the Mist API and the number of devices in your environment, the plugin can take more or less time to extract the necessary information. To avoid unnecessary timeouts, it is advisable to increase the value of the "plugin_timeout" token also in /etc/pandora/pandora_server.conf file to at least "20":

plugin_timeout 20

Once we've finished editing this file, we must restart the server service:

/etc/init.d/pandora_server restart