En esta sección podremos borrar, modificar y crear nuevos plugins que usarán los componentes de red de tipo plugin.
In this section we will be able to delete, modify and create new plugins that will use plugin type network components.
Una vez lo cree, aparecerá en el listado de módulos, como un módulo de tipo plugin (en este caso, pendiente de inicializarse)
Once created, it will appear in the list of modules, as a plugin type module (in this case, pending initialization)
Se escoge un módulo de tipo plugin y se le da al botón de "crear", que llevará a la interfaz de configuración de módulos de tipo "Plugin remoto".
Choose a module type plugin and click on "Create", which will lead you to the configuration interface for "remote plugin" type modules.
Esto debe ser así ya que el Plugin Server realiza una ejecución por cada módulo de tipo plugin.
This should be like this, because the Server Plugin makes an execution by each module type plugin.
El mismo proceso se realiza para componentes de tipo Plugin.
Ahora hay que añadir un nuevo módulo de tipo plugin al archivo de configuración del agente, con la siguiente línea
Later on, add a new plugin module to the agent configuration file, with the following line
Estas macros aparecerán como campos de texto en la configuración del módulo para que el usuario abstraiga la complejidad de uso de un módulo de tipo plugin.
These macros will appear as text fields in the module configuration so that the user abstracts the complexity of using a plugin module.
En este caso, al igual que cuando creamos un módulo de tipo plugin, al seleccionar el plugin en la interfaz aparecerán los campos definidos en las macros del plugin.
If you select the plug in within the interface like during the plug-in modules creation, the defined fields of the plug-in macros are going to appear in this case.
Al registrar el plugin hemos definido dos macros, una para el puerto y otra para la IP, de forma que cuando el usuario vaya a crear un módulo de tipo plugin solo vea eso, nada más.
When registering the plugin you have defined two macros, one for the port and another for the IP so that when the user is going to create a plugin module it only sees that, nothing else.
Todos los plugins deben recibir al menos la dirección IP de destino de la prueba, que se le proporciona al asociar un modulo de tipo plugin a un agente.
All plugins should get at least the destination IP address of the test, that is given when we linked a module kind plugin to an agent.
Para los módulos de tipo plugin usaremos el plugin de SNMP remoto, por lo que si el plugin no está instalado en el sistema estas características permanecerán desactivadas.
For plugin modules the remote SNMP plugin will be used. So if the plugin is not installed in the system, these features will remain disabled.