Advanced Search
Search Results
2223 total results found
Descubriendo estadísticas e integrandolas en la ejecución
El plugin cuenta con dos parametros de descubriemiento, que nos permitirán descubrir estadísticas, que luego se pueden incorporar en un fichero conf, para monitorizarlas. --list_mbeans Este parámetro nos permite listar todos los mbeans de nuestro servidor, e...
Introduction
Ver. 19-06-2024 This document describes the functionality of the JMX plugin and its integration with PandoraFMS. The JMX plugin allows the integration of Mbeans statistics in PandoraFMS. Tipo: Plug-in server
Compatibility matrix
Systems where tested Rocky linux, Fedora Systems where it works Any linux system
Pre requisites
1. Enabling Remote JMX Monitoring for Java ApplicationsA Java application does not require additional software installed, but it must be started with the following command line options to enable support for remote JMX monitoring. At the very least, if you onl...
Parameters
JMX connection and configuration parameters --jmx_url JMX server connection endpoint, example : service:jmx:rmi:///jndi/rmi://localhost:9090/jmxrmi --list_mbeans Using this parameter, you can list all the Mbeans available on the JMX server. It is...
Manual execution
The plugin execution format is as follows : /jmx_querier --jmx_url < jmx url endpoint > \. [--list_mbeans < 1 or 0 >] \ [--list_attr < mbean name >]]. [--conf < path to conf file with stats >]] --user < jmx server user >]] \ [--user < jmx server user >] \...
Discovering statistics and integrating them into execution
The plugin has two discovery parameters, which will allow us to discover statistics, which can then be incorporated in a conf file, to monitor them. --list_mbeans This parameter allows us to list all the mbeans on our server, e.g. : --list_attr If this pa...
Configuration in PandoraFMS
To configure the plugin in PandoraFMS, the following steps must be followed: 1. Upload the plugin to PandoraFMS, for example in the following path: /usr/share/pandora_server/util/plugin 2. Go to the plugins section and create a new one: 3. Name, des...
Agent and modules generated by the plugin
The plugin will create an agent, with the name given by the --agent_name parameter (or JMX by default) that will contain the modules of each statistic defined in the configuration file. So, for example, the execution of this plugin against the following conf: ...
Definir estadísticas y umbrales en el fichero de configuración
Las estadísticas (atributos) descubiertos, pueden copiarse en un fichero de configuración, en el que también se podrán definir umbrales. Por cada línea en el fichero de configuración se debe añadir un atributo y esto creará un modulo con esa estadística en Pa...
Defining statistics and thresholds in the configuration file
The statistics (attributes) discovered, can be copied in a configuration file, in which thresholds can also be defined. For each line in the configuration file an attribute must be added and this will create a module with that statistic in Pandora. If thresho...
Discovery
Este plugin puede integrarse con el Discovery de Pandora FMS. Para ello se debe cargar el paquete ".disco" que puede descargar desde la librería de Pandora FMS: https://pandorafms.com/library/ Una vez cargado, se podrán monitorizar entornos de SAP creand...
Discovery
This plugin can be integrated with Pandora FMS Discovery. To do so, you must load the ".disco" package that you can download from the Pandora FMS library: https://pandorafms.com/library/ Once loaded, SAP environments can be monitored by creating Discover...
Introducción y funcionamiento
Este plugin posibilita la creación, actualización y cierre automáticos de incidencias en Service Now desde Pandora FMS. Creación de incidencias En caso de que se detecte un estado alterado (ej. Critical, Warning) para los módulos configurados en Pandora, se...
Configuración de la integración
Requisitos previos en Pandora FMS Para que la integración funcione correctamente: El servidor Pandora debe tener conectividad con la web del servidor Service Now. La API de Service Now debe responder dentro de los tiempos máximos establecidos en el ...
Opciones del plugin
Acción (--Action '<create/close>'): Con la opción “create”, el plugin crea o actualiza tickets. La opción “close” es para cerrarlos. Activo (--Asset '<cmdb_asset>'): el nombre del activo que se usará en la incidencia. Si no se encuentra el activo, se ...
Introduction
The purpose of this plugin is to monitor meraki devices, appliance, switch and wireless. The plugin connects with the rest api of Meraki, in order to obtain all the metrics.
Compatibility matrix
Systems where tested Rocky linux, Fedora 34 Systems where it works Any linux system
Pre requisites
- Connectivity to the endpoints provided by the API is required.- A bearer token is required for authentication.- Groups of agents must be defined as groups of agents, groups whose name contains the store code.- The plugin server must be enabled in the environ...
Parameters
Meraki connection parameters --url API connection url, example : https://api.meraki.com/api/v1 . Default: https://api.meraki.com/api/v1 --token Token bearer required for authentication --id Store ID, which will identify if the group exists ...