Skip to main content

Configuration in pandora

As a server plugin

We will go to servers > plugins:

image.pngclick in "add plugin":

image.png
We put in the name and description of your choice:

image.png

We enter as command the path to the plugin, and as parameters the ones we have entered by executing the plugin, the "_field_" fields are macros defined below.

image.png

We put for each macro the description of your choice and as value the data of your rabbitMQ

image.png

As agent plugin

We should enable the remote configuration, to enable it we have to open the pandora_agent.conf file:

vim /etc/pandora/pandora_agent.conf

Inside we look for the remote_config line, to enable it we set it to 1.

image.png

And after that we restart the agent :

/etc/init.d/pandora_agent_daemon restart

The remote configuration will have been activated, go to the agents menu and click on the remote configuration icon, which is as follows:

image.png

Then we go to plugin menu :

image.png

We enter the command, click in add:

image.png

Example:

/usr/share/pandora_server/util/plugin/rabbitmq_monitor /usr/share/pandora_server/util/plugin/rabbitmq_monitor.conf

A new plugin will have been created:

image.png

Once this is done, we restart the agent:

/etc/init.d/pandora_agent_daemon restart

And if we go to the agent with the remote configuration, the rabbitMQ modules will have been created.