Advanced Search
Search Results
2200 total results found
db2 remoto
Plugin with which you can monitor DB2 databases, being able to execute customized queries.
Aerospike
Plugin with which to monitor aerospike
Informix
Plugin to remotely pull metrics data from informix.
SNMP remote
The purpose of this document is to describe the basic monitoring of windows and linux computers via snmp remotely using a server plugin. and linux computers through snmp remotely using a server plugin. This plugin shows us the information of % RAM memory i...
Exchange mail filter
Plugin con el que se pueden filtrar correos y el número de correos que coinciden con los filtros utilizados.
Exchange
Plugin para monitorizar un servidor de Exchange, funciona en versiones posteriores a exchange 2010.
SingleStore
Plugin para monitorizar bases de datos SingleStore.
Plugin cambio configuración switches
Con este plugin puedes monitorizar la configuración de los switches, pudiendo saber si estos han tenido cambios o no.
Singlestore
Plugin to monitor SingleStore databases
VMware
Plugin para monitorizar VMWare, pudiendo sacar datos de los datacenters, datastores, host exsi, máquinas virtuales y switches.
MySQL
Este documento describe la funcionalidad MySQL del discovery de PandoraFMS.
SQLServer
Este documento describe la funcionalidad SQLServer del discovery de PandoraFMS.
Oracle
Este documento describe la funcionalidad Oracle del discovery de PandoraFMS.
DB2
Este documento describe la funcionalidad DB2 del discovery de PandoraFMS.
SAP R3 - Deset
Este documento describe la funcionalidad SAP del discovery de PandoraFMS.
Google Cloud Platform Compute Engine
Este documento describe la funcionalidad Google del discovery de PandoraFMS.
AWS S3
Este documento describe la funcionalidad AWS S3 del discovery de PandoraFMS.
AWS EC2
Este documento describe la funcionalidad AWS EC2 del discovery de PandoraFMS.
Azure Microsoft Compute
Este documento describe la funcionalidad Azure Microsoft Compute del discovery de PandoraFMS.
AWS RDS
Este documento describe la funcionalidad AWS RDS del discovery de PandoraFMS.
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): Monitorización: Active connections El número actual de conexiones activas de los clientes Accepted connections ...
Introduction
Ver. 140521 With this plug-in you can monitor nginx or nginx plus.It takes the required ip status data and generates the necessary modules. Type: Agent plug-in
Compatibility matrix
Systems where it has been tested CentOS 7 Systems where it should work Any linux system
Prerequisites
Required : ngx_http_stub_status_modulePandora FMS agent installation You need to have enabled the module "ngx_http_stub_status_module" of nginx, that is where the plugin is going to get the data from.
Configuration
Depending on whether you have manually compiled NGINX or the precompiled package you are using, the module "ngx_http_stub_status_module" may or may not be installed, to check if it is or not you can use the following command: nginx -V | grep -o with-http_stub...
General plugin parameters
./nginx_monitor_enterprise <ip> /status To make the plugin work, it will be executed followed by the ip to monitor (must include the nginx port) and followed by /status, as seen in configuration it is declared in "location", by default it is status, so if you...
Plugin-specific parameters
This plugin does not contain any specific parameters, we can see an example of use by running it without any parameters.
Manual execution
We can test the plugin from the terminal to see if it works, to check it, we run the plugin according to the parameters seen before, it will return data in XML format. To check if the .exe for windows software agents works, we will do it like this, making a...
Configuration in Pandora
Without remote configuration enabled We must pass the plugin to the virtual machine, this can be done through pscp. We run pscp and open the windows terminal, inside to pass it to us we will use this code: pscp -P 22 <path-plugin> root@<ip-machine>:<path-tar...
Modules generated by the plugin
The standard execution of this plugin will return the following modules by default (with all optional blocks enabled): Monitoring: Active connections The current number of active (accepted) connections from clients. Accepted connections Th...
Resolución de posibles problemas
Por defecto las colecciones tienen un limite de 1000000 bytes, por eso cuando subamos el plugin mediante colecciones nos dará este error : Esto tiene fácil solución, deberemos aumentar el límite de las colecciones, para ello iremos a configuración>configura...
Troubleshooting
By default collections have a limit of 1000000 bytes, so when we upload the plugin using collections we will get this error: This has an easy solution, we will have to increase the limit of the collections, to do so we will go to configuration>configuration...
Introducción
Ver. 240521 Con este plug-in podremos ver los datos de tu cuenta de digital ocean y de tus droplets. Se conecta a la cuenta mediante un token. Tipo: Plug-in de servidor
Matriz de compatibilidad
Sistemas donde se ha probado CentOS 7 Sistemas donde debería funcionar Cualquier sistema linux
Pre requisitos
Se requiere : Cuenta en digital Ocean Generar un token de lectura de la API desde digital ocean Tener el Data Server de Pandora FMS habilitado Tener el Plugin Server de Pandora FMS habilitado
Configuración
Habrá que generar un token, que sera la clave que accedera mediante la api a los datos de nuestra cuenta, esta se genera de la siguiente manera. Vamos a api desde el menu de digital ocean: Damos a generar nuevo token : Le ponemos un nombre y los permiso...
Parámetros generales del plugin
./pandora_digitalocean -t <token> [ -g <group> ] [ --data_dir <data_dir > ] Si la ejecución ha sido correcta veremos un ‘1’ al ejecutar el plugin.
Parametros específicos del plugin
El plug-in cuenta con los siguientes parámetros: Parámetro Descripción -h, --help Muestra un pequeño mensaje de ayuda -t TOKEN, --token TOKEN Es obligatorio. Para introcir el token que hemos generado en digital ocean -g...
Configuración en Pandora
La mejor forma de manejar plugins de servidor en Pandora es desde "/usr/share/pandora_server/util/plugin" asi que lo enviaremos por pscp a esa ruta : Si no nos deja ejecutarlo porque no tenemos permisos deberemos darselos con el siguiente comando : chmod 7...
Modulos generados por el plugin
Se creara un agente que recogera datos de la cuenta y otro agente por cada droplet que tengamos : En los agentes de los droplets, se mostrara información sobre estos, en el de la cuenta, tu balance, status, etc. Digital Account droplets Droplet_disk In...