Advanced Search
Search Results
2200 total results found
Parámetros específicos del plugin
El plugin cuenta con los siguientes parámetros: Parameter Description -i <ip-with-port> --ip <ip-with-port> ip con el puerto, obligatorio. -g GROUP, --group GROUP Grupo de destino de Pandora FMS (opcional) --data_dir DATA_DIR Directorio de datos de Pan...
Configuración en pandora
Instalación desde consola Para el registro del plugin, desde la consola, se debe ir al apartado "registrar plugin". Daremos a seleccionar archivo. Seleccionaremos el fichero.pspz2 que contiene el plugin. Una vez subido se nos mostrará un mensaje indi...
Módulos generados
Se nos creará un agente por cada aplicación de nuestro server con datos de todos sus ejecutores, el nombre de cada módulo estará compuesto de la id del ejecutor más su función. Módulos de los ejecutores Nombre del módulo id hostPort rddBlocks memoryUsed ...
Introducción
Ver. 07-09-2021Plugin que coge stats de cada server y app de la instalacion, también coge datos de los threadpools, jvm y agent snmp Tipo: Plug-in de servidor
Matriz de compatibilidad
Sistemas donde se ha probado CentOS 7, Fedora Sistemas donde debería funcionar Cualquier sistema linux
Prerequisitos
Se requiere: Un servidor Weblogic Tener activado RESTful Management Services en weblogic Tener el Data Server de Pandora FMS habilitado Tener el Plugin Server de Pandora FMS habilitado
Configuración
Para hacer uso del plugin tienes que tener activado RESTful Management Services en tu servidor de weblogic, para ello ve a : Domain -> Configuration -> General -> Advanced -> Enable RESTful Management Services Y reinicia el Admin Server.
Parámetros generales del plugin
python pandora_weblogic.py -u <ip-with-port> -us <user> -p <password> Si la ejecución es correcta veremos un 1.
Parámetros específicos del plugin
El plugin cuenta con los siguientes parámetros: Parámetro Descripción -u <url-with-port> --ip <url-with-port>url con el puerto, obligatorio. -us <user> --user <user> user de weblogic, obligatorio. -p <password> --password <password> password de weblogi...
Configuración en Pandora
Instalación desde consola Para el registro del plugin, desde la consola, se debe ir al apartado "registrar plugin". Daremos a seleccionar archivo. Seleccionaremos el fichero pspz2 que contiene el plugin. Se nos mostrará un mensaje de que se ha instal...
Módulos generados
Se nos creara un agente por cada server y aplicación de nuestro Weblogic, con módulos con sus stats, y un agente con datos de JVM, threadpools y agent snmp. Módulos Server cluster name current machine health heapFreeCurrent heapSizeCurrent heapSizeMax ...
Introduction
Ver. 03-09-2021Plugin to grab metrics from all executors of all running or finished apps on your Spark server. Type: Server plug-in
Compatibility matrix
Systems where it has been tested CentOS 7, Fedora Systems where it should work Any linux system
Prerequisites
Required: A Spark server Spark history server enabled Pandora FMS Data Server enabled Have the Pandora FMS Plugin Server enabled
Configuration
The plugin makes use of some Spark rest api endpoints, in order to access them from the plugin we will have to have a series of active ports that are not blocked by the firewall, these are the following : firewall-cmd --permanent --zone=public --add-port=6066...
Plugin general parameters
./pandora_spark -i <ip-with-port> -[ -g <group> ] [ --data_dir <data dir> ] If the execution is correct we will see a 1. If you want to get the data from running applications, enter the ip with port 4040, if you want to get the data from finished appli...
Plugin specific parameters
The plugin has the following parameters: Parameter Description -i <ip-with-port> --ip <ip-with-port> ip with port, mandatory. -g GROUP, --group GROUP Pandora FMS target group (optional) --data_dir DATA_DIR Pandora FMS data directory. By default it is /...
Configuration in Pandora
Installation from the console To register the plugin, from the console, go to the "register plugin" section. Click on select file. Select the .pspz2 file containing the plugin. Once uploaded, a message will be displayed indicating that it has been su...
Modules generated
An agent will be created for each application of our server with data of all its executors, the name of each module will be composed of the id of the executor plus its function. Ejecutors modules Nombre del módulo id hostPort rddBlocks memoryUsed diskUs...
Introduction
Ver. 07-09-2021Plugin that collects stats from each server and app in the installation, also collects data from threadpools, jvm and agent snmp. Tipo: Server plugin