Advanced Search
Search Results
1416 total results found
Introducción
Ver. 140521 Con este plug-in podremos monitorizar nginx o nginx plus. Coge los datos de status de la ip requerida y genera los módulos necesarios. Tipo: Plug-in de agente
Matriz de compatibilidad
Sistemas donde se ha probado CentOS 7 Sistemas donde debería funcionar Cualquier sistema linux
Pre requisitos
Se requiere : ngx_http_stub_status_module Instalación del agente de Pandora FMS Se requiere tener habilitado el módulo “ngx_http_stub_status_module” de nginx, que es de donde el plugin va a coger los datos.
Configuración
Depende de si se ha compilado manualmente NGINX o el paquete precompilado que se esté usando puede que esté instalado el módulo “ngx_http_stub_status_module” o no, para verificar si está o no se puede usar el siguiente comando: nginx -V | grep -o with-http_st...
Parámetros generales del plugin
./nginx_monitor_enterprise <ip> /status Para hacer funcionar el plugin, se ejecutara seguido de la ip a monitorizar (debe incluir el puerto de nginx) y seguido de /status, como se vio en configuración se declara en "location", por defecto es status, asi que s...
Parámetros específicos del plugin
Este plugin no contiene parámetros específicos, podremos ver un ejemplo de uso ejecutandolo sin ningún tipo de parámetro.
Ejecución manual
Podemos comprobar el plugin desde el terminal para ver si funciona, para comprobarlo, ejecutamos el plugin según los parámetros vistos antes, este nos devolvera datos en formato XML : Para comprobar si funciona el .exe para agentes software windows lo harem...
Configuración en Pandora
Sin la configuración remota habilitada Deberemos pasarnos el plugin a la maquina virtual, esto podemos hacerlo mediante pscp. Ejecutamos pscp y abrimos el terminal de windows, dentro para pasarnoslo usaremos este código: pscp -P 22 <path-plugin> root@<ip-maq...
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...