Advanced Search
Search Results
2223 total results found
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, Proxmox environments can be monitored by creating Disco...
Agent and modules generated by the plugin
The plugin execution will create the following agents and modules: One agent for each Node with the following modules : status state uptime maxdisk maxcpu maxmem disk cpu mem ssl_fingerprint On...
Discovery
This plugin can be integrated with Pandora FMS Discovery. To do this, you must load the ".disco" package that you can download from the Pandora FMS library: https://pandorafms.com/library/ Once loaded, XenServer environments can be monitored by creatin...
Instalación de Keepalived
Se debe instalar Keepalived en cada una de las máquinas que integrarán el esquema de balanceo de carga. Para más información estudie el siguiente enlace: https://www.keepalived.org/doc/installing_keepalived.html Instalación en Rocky Linux 8 Con derechos de ...
Configuración de Keepalived
Una vez instalado Keepalived en todas y cada una de las máquinas que conforman el entorno de trabajo de balanceo de carga, el fichero a configurar con un editor de textos (Vim, Nano, etcétera) es el siguiente: /etc/keepalived/keepalived.conf Configuración de...
Activación de Keepalived
Se debe activar la ejecución de manera persistente en cada reinicio de la máquina con el siguiente comando ejecutado en cada nodo: systemctl enable --now keepalived Se podrá consultar en todo momento el estado de cada nodo ejecutando el siguiente comando: s...
Keepalived installation
Keepalived must be installed on each of the machines that will integrate the load balancing scheme. For more information click on the following link: https://www.keepalived.org/doc/installing_keepalived.html Installation on Rocky Linux 8 With root user righ...
Keepalived configuration
Once Keepalived is installed on each and every one of the machines that make up the load balancing work environment, the file to be configured with a text editor (Vim, Nano, etc.) is as follows: /etc/keepalived/keepalived.conf Instance configuration vrrp_...
Keepalived activation
Persistent execution must be enabled on each reboot of the machine with the following command executed on each node: systemctl enable --now keepalived The status of each node can be checked at any time by executing the following command: systemctl status ke...
Introducción
Este plugin tiene como finalidad monitorizar bases de datos MongoDB, mediante métricas que son claves para conocer el rendimiento y estado de la bases de datos, como son el número de conexiones, número de consultas, latencia, network y tiempo de actividad. Est...
Prerrequisitos
Este plugin realiza conexiones remotas a las bases de datos a monitorizar, por lo que es necesario asegurar la conectividad entre el servidor de Pandora FMS y dichas bases de datos. A su vez los siguientes permisos son requeridos para el usuario que se utiliz...
Parámetros y configuración
Parámetros --conf Ruta al archivo de configuración --target_databases Ruta al archivo de configuración que contiene los targets de las bases de datos --target_agents Ruta al archivo de configuración que contiene los targets de los agentes ...
Ejecución manual
El formato de la ejecución del plugin es el siguiente: ./pandora_mongodb \ --conf < ruta al fichero de configuración > \ --target_databases < ruta al fichero de configuración que contiene las bases de datos objetivo > \ [ --target_agents < ruta al fichero ...
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 MongoDB cr...
Agentes y módulos generados por el plugin
El plugin creará un agente por cada base de datos objetivo. Ese agente contendrá los siguientes módulos Si esta activado engine_uptime: uptime Muestra el tiempo en el que el servidor MongoDB ha estado en funcionamiento desde su última reinicialización...
Introduction
The purpose of this plugin is to monitor MongoDB databases, through metrics that are key to know the performance and status of the databases, such as the number of connections, number of queries, latency, network and uptime. This data will be reflected in Pand...
Pre requisites
This plugin performs remote connections to the databases to be monitored, so it is necessary to ensure connectivity between the Pandora FMS server and these databases. In turn the following permissions are required for the user used to connect. For databases...
Parameters and configuration
Parameters --conf Path to configuration file --target_databases Path to the configuration file containing the database targets --target_agents Path to the configuration file containing the agent targets --custom_queries Path to the co...
Manual execution
The format of the plugin execution is as follows: ./pandora_mongodb \ --conf < path to the 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 this, you must load the ".disco" package that you can download from the Pandora FMS library: https://pandorafms.com/library/ Once loaded, MongoDB environments can be monitored by creating Di...