# Configuración en Pandora FMS

**Como plugin de agente**

Para poder monitorizar desde Pandora FMS con el *plugin*, deberemos llamarlo desde el conf del EndPoint que está en la siguiente ruta :

```
/etc/pandora/pandora_agent.conf
```

lo llamaremos en la última línea del conf con el comando module\_plugin , seguido de la ruta del plugin Perl y de la ruta del archivo conf.

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

Esto también se puede hacer desde la consola si esta la configuración remota habilitada.

**Como plugin de servidor**

**Instalación desde consola**

Para el registro del plugin, desde la consola, se debe ir al apartado "registrar plugin".

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

Se debe pinchar en seleccionar archivo y se elegirá el archivo.pspz2 a subir.

[![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)

Aparecerá un mensaje que informará que se ha registrado correctamente.

Una vez registrado el plugin, lo veremos en el apartado plugins.

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

Podremos acceder al menu del plugin pinchando en su título-

[![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)

En parámetros veremos la macro que usa el plugin, esto no hace falta tocarlo

[![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)

En el campo Default value, deberemos introducir la ruta de nuestro archivo.conf.

[![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)

**Instalación manual**

Iremos a servidores &gt; plugins:

[![servers_plugins.png](https://pandorafms.com/guides/public/uploads/images/gallery/2025-07/scaled-1680-/2jJservers-plugins.png)](https://pandorafms.com/guides/public/uploads/images/gallery/2025-07/2jJservers-plugins.png)

Pinchamos en añadir:

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

Le ponemos en nombre y la descripción que se prefiera:

[![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)

Metemos como comando la ejecución con la ruta del 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)