Advanced Search
Search Results
2200 total results found
Configuración
Este es un ejemplo de archivo de configuración: #============================================================= # DB2 configuration guide: #============================================================= # #logparser <path_to_log> #volume <web_server>;<X> ...
Ejecución manual
Copie el plugin al directorio de plugins del agente, o distribúyalo con colecciones de archivos. Haga lo mismo con el archivo conf.file. La llamada desde el agente será similar a esta, pero utilizando las rutas donde están instalados el plugin y el conf. perl...
Módulos generados por el plugin
Algunos de los módulos creados por el plugin son:●Estado del DB2 Service●Uso de RAM del DB2 Server●Uso de CPU del DB2 Server●Process_process●Proc_MEM_process●Proc_CPU_process●db2instl/SAMPLE status
Introduction
The main aim of this document is to describe the DB2 systems monitoring based on Unix.Some “base” modules have been chosen according to our experience in system monitoring and the necessities of some of our clients. In addition, all the specifications collecte...
Compatibility matrix
Systems where it has been tested: Linux.Systems where it works: Linux, Unix.Systems where it works with limited features: Windows.
Requirements
●A db2 installation.●Perl.●List of applications to be monitored.●List of processes to be monitored.
Configuration
This is an example of the configuration file: #============================================================= # DB2 configuration guide: #============================================================= # #logparser <path_to_log> #volume <web_server>;<X> #p...
Manual execution
Copy the plugin to the agent plugin directory, or distribute it with file collections. Do the same with the conf.file . The call from the agent will be similar to this, but using the paths where the plugin and the conf are installed. perl pandora_db2.pl pando...
Modules created by the plugin
Some modules generated by the plugin are:●DB2 Service status●DB2 Server RAM usage●DB2 Server CPU usage●Process_process●Proc_MEM_process●Proc_CPU_process●db2instl/SAMPLE status
Introducción
Plugin para la monitorización de servidores ELK, última revisión 17/04/2019.ELK es un conjunto de herramientas compuesto por Elasticsearch (servidor de búsqueda basado en Lucene), Logctash (herramienta de administración de logs) y Kibana (herramienta para visu...
Matriz de compatibilidad
Desarrollado contra Kibana 6.2.4.
Prerrequisitos
Se requiere● Conexión con el servicio Tentacle asociado a su servidor de Pandora FMS (para la ejecución remota del plugin) para así enviar los datos (ficheros XML) generados por el plugin.El despliegue de este plugin por binarios no requiere ningún requisito es...
Configuración
Conexión:# ELK Plugin conf file# Defines ip server and port of ELK server.elastic_server=127.0.0.1elastic_port=9200elastic_serverDirección IP o FQDN del servidor ELK.elastic_portPuerto donde escucha el servidor ELK (9200 por defecto).El fichero de configuración ...
Ejecución manual
Para ejecutar el plugin configure el archivo de configuración según las instrucciones precedentes.Ejecución del plugin:Versión binaria: ./pandora_elk.64 pandora_elk.conf Versión código sin librerías desplegadas: perl -I ./lib pandora_elk.pl pandora_elk.conf ...
Módulos generados por el plugin
La ejecución estándar de este plugin devolverá los siguientes módulos por defecto (con todos los bloques opcionales habilitados):Disk_indicesDisk_usedDocument_countElasticsearch_status (sólo en ejecución como plugin de agente)Elastic_port_Connections (sólo en ...
Introduction
Plugin for ELK server monitoring, last revision 17/04/2019.ELK is a set of tools composed by Elasticsearch (Lucene based search server), Logstash (log management tool) and Kibana (tool to visualize and explore data). A powerful text search engine, a log manage...
Compatibility matrix
Developed for Kibana 6.2.4.
Prerequisites
It requires●Connection with the Tentacle service associated to your Pandora FMS server (for the remote execution of the plugin) in order to send the data (XML files) generated by the plugin.Deployment of this plugin by binaries does not require any special requ...
Configuration
Conection:# ELK Plugin conf file# Defines ip server and port of ELK server.elastic_server=127.0.0.1elastic_port=9200elastic_serverIP address or FQDN of the ELK server.elastic_portPort where the ELK server listens (9200 by default).The configuration file of Pando...
Manual execution
To run the plugin, configure the configuration file according to the instructions above.Running the plugin:Binary version: ./pandora_elk.64 pandora_elk.conf Code version without deployed libraries: perl -I ./lib pandora_elk.pl pandora_elk.conf Where, lib is a...