Advanced Search
Search Results
2223 total results found
Introduction
The purpose of this plugin is to monitor PostgreSQL databases, through queries that will extract information about data that is key to knowing the performance and status of the databases, such as the number of connections, number of queries, status of restarts...
Prerrequisites
This plugin makes remote connections to the databases to be monitored, so it is necessary to ensure connectivity between the Pandora FMS server and said databases.
Parameters and configuration
Parameters --conf Path to configuration file --target_databases Path to the configuration file that contains the database targets --target_agents Path to the configuration file that contains the agent targets --custom_queries Path to ...
Manual execution
The plugin execution format is as follows: ./pandora_postgresql \ --conf < path to configuration file > \ --target_databases < path to the configuration file containing the target databases > \ [ --target_agents < path to agent configuration file > ] \ [ ...
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, PostgreSQL environments can be monitored by creating...
Agents and modules generated by the plugin
The plugin will create an agent for each target database. That agent will contain the following modules If engine_uptime is activated: restart_detection It will be 0 if an unexpected restart has been detected, and 1 if this is not the case. When a ser...
Propósito de este kit de herramientas
Este directorio contiene archivos de configuración y pequeños scripts para generar un entorno con datos simulados con fines de prueba.
Comienzo rápido
Para agregar datos de monitoreo, inventario, grupos y usuarios a un entorno pandorafms automáticamente Simplemente ejecute: /usr/share/pandora_server/util/load/install_load_data.sh Este comando creará: 30 Agentes con inventario linux 30 Agentes con inven...
Generación de agentes de inventario.
El script utilizará el archivo pandora_xml_stress.agents tomará de forma predeterminada los primeros 30 agentes listados y agregará el inventario de Linux y los últimos 30 agentes listados y agregará el inventario de Windows. Esto generará datos xml usando las...
Generación de archivos XML para simular carga de agentes
Existe una herramienta que viene configurada con Pandora FMS para generar datos de prueba (pandora_xml_stress) y que genera XML. Tiene diferentes opciones y en este directorio se proporciona un archivo de configuración y todos los diccionarios y archivos adici...
Generación de grupos y usuarios.
El script 'create_usersandgroups.sh' tomará una lista de nombres del archivo 'usernames.txt' y mediante CLI creará esos usuarios en el Pandora FMS local. Por otro lado, también creará una serie de grupos, tomando como fuente los nombres del archivo 'groupname...
Purpose of this toolkit
This directory contains configuration files and small scripts to generate an environment with simulated data for testing purposes.
Quik start
To add monitoring data, inventory, groups and users to a pandorafms environment automatically Just execute: /usr/share/pandora_server/util/load/install_load_data.sh This command will creates: 30 Agents with inventory linux 30 Agents whith inventory Windo...
Generation of inventory agents
The script will use th file pandora_xml_stress.agents take by default the first 30 listed agents and add linux inventory and the last 30 listed agents and add windows inventory. This will generate xml data using the templates on templates folder. to run it, e...
Generation of XML files to simulate agent load
There is a tool that comes configured with Pandora FMS to generate test data (pandora_xml_stress) and that generates XML. It has different options and in this directory is provided a configuration file and all the dictionaries and additional files to generate ...
Generation of groups and users
The script 'create_usersandgroups.sh' will take a list of names from the file 'usernames.txt' and through CLI will create those users in the local Pandora FMS. On the other hand, it will also create a series of groups, taking as source the names of the file '...
Introducción
Este plugin tiene como finalidad monitorizar nodos y pods de Kubernetes, mediante métricas claves referentes al CPU, memoria, status de estos y de los contenedores de un pod, que son esenciales para llevar un control y seguimiento de estos recursos. El plugin...
Prerrequisitos
Conectividad a la API de Kubernetes El plugin debe poder llegar a API de forma remota para poder extraer la información. Permisos Para hacer las solicitudes a través de la api, la cuenta utilizada para autenticar en la ejecución requiere de unos d...
Parámetros y configuración
Parámetros --conf Ruta al archivo de configuración Archivo de configuración (--conf) ip = < IP o host de Kubernetes > port = < Puerto del host de kubernetes > token = < Token Bearer de autenticación > con...
Ejecución manual
El formato de la ejecución del plugin es el siguiente: ./pandora_kubernetes --conf < ruta al fichero de configuración > Por ejemplo: ./pandora_kubernetes --conf /usr/share/pandora_server/util/plugin/kubernetes.conf La ejecución devolverá una salida en form...