Skip to main content

Configuration in Pandora FMS

As agent plugin

To be able to monitor from Pandora FMS with the plugin, we must call it from the conf of the software agent that is in the following path :

/etc/pandora/pandora_agent.conf

we will call it in the last line of the conf with the command module_plugin , followed by the path of the perl plugin and the path of the conf file.

module_plugin perl <path .pl> <path .conf>

This can also be done from the console if remote configuration is enabled.

As a server plugin

Installation from console

To register the plugin, from the console, go to the "register plugin" section.

 

register_plugin.png

Click on select file.

register_plugin2.png

 

The .pspz2 file to be uploaded will be selected.

register1_openshift.png

A message will appear informing that you have successfully registered.

register2_openshift.png

Once the plugin is registered, we will see it in the plugins section.

serversingles.png

You can access the plugin menu by clicking on the plugin title.

register3_openshift.png

In parameters we will see the macro used by the plugin, this is not necessary to touch it

register4_openshift.png

In the Default value field, we must enter the path to our .conf file.

register5_openshift.png

 

Manual installation

Go to servers > plugins:

image-1629974405286.png

Click on add:

image-1629974430627.png

We put the name and description of your choice:

 

image-1646653196568.png

We enter as command the execution with the path of the plugin:

/path_pandora_openshift path_pandora_openshift.conf

image-1646653248949.png