# 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 EndPoint 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.

[![imagen.png](https://pandorafms.com/guides/public/uploads/images/gallery/2025-07/scaled-1680-/81Nimagen.png)](https://pandorafms.com/guides/public/uploads/images/gallery/2025-07/81Nimagen.png)

Click on select file. The .pspz2 file to be uploaded will be selected.

[![register1_openshift.png](https://pandorafms.com/guides/public/uploads/images/gallery/2022-04/scaled-1680-/register1-openshift.png)](https://pandorafms.com/guides/public/uploads/images/gallery/2022-04/register1-openshift.png)

A message will appear informing that you have successfully registered.

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

[![imagen.png](https://pandorafms.com/guides/public/uploads/images/gallery/2025-07/scaled-1680-/P0aimagen.png)](https://pandorafms.com/guides/public/uploads/images/gallery/2025-07/P0aimagen.png)

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

[![register3_openshift.png](https://pandorafms.com/guides/public/uploads/images/gallery/2022-04/scaled-1680-/register3-openshift.png)](https://pandorafms.com/guides/public/uploads/images/gallery/2022-04/register3-openshift.png)

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

[![register4_openshift.png](https://pandorafms.com/guides/public/uploads/images/gallery/2022-04/scaled-1680-/register4-openshift.png)](https://pandorafms.com/guides/public/uploads/images/gallery/2022-04/register4-openshift.png)

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

[![register5_openshift.png](https://pandorafms.com/guides/public/uploads/images/gallery/2022-04/scaled-1680-/register5-openshift.png)](https://pandorafms.com/guides/public/uploads/images/gallery/2022-04/register5-openshift.png)

Manual installation

Go to servers &gt; plugins:

[![imagen.png](https://pandorafms.com/guides/public/uploads/images/gallery/2025-07/scaled-1680-/CyHimagen.png)](https://pandorafms.com/guides/public/uploads/images/gallery/2025-07/CyHimagen.png)

Click on add:

[![imagen.png](https://pandorafms.com/guides/public/uploads/images/gallery/2025-07/scaled-1680-/orMimagen.png)](https://pandorafms.com/guides/public/uploads/images/gallery/2025-07/orMimagen.png)

We put the name and description of your choice:

[![image-1646653196568.png](https://pandorafms.com/guides/public/uploads/images/gallery/2022-03/scaled-1680-/image-1646653196568.png)](https://pandorafms.com/guides/public/uploads/images/gallery/2022-03/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](https://pandorafms.com/guides/public/uploads/images/gallery/2022-03/scaled-1680-/image-1646653248949.png)](https://pandorafms.com/guides/public/uploads/images/gallery/2022-03/image-1646653248949.png)