Skip to main content
Advanced Search
Search Terms
Content Type

Exact Matches
Tag Searches
Date Options
Updated after
Updated before
Created after
Created before

Search Results

1416 total results found

Introducción

Plugin NGINX Enterprise monitoring

  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

Plugin NGINX Enterprise monitoring

  Sistemas donde se ha probado CentOS 7 Sistemas donde debería funcionar Cualquier sistema linux   

Pre requisitos

Plugin NGINX Enterprise monitoring

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

Plugin NGINX Enterprise monitoring

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

Plugin NGINX Enterprise monitoring

./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

Plugin NGINX Enterprise monitoring

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

Plugin NGINX Enterprise monitoring

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

Plugin NGINX Enterprise monitoring

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

Plugin NGINX Enterprise monitoring

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

Plugin NGINX Enterprise monitoring

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

Plugin NGINX Enterprise monitoring

Systems where it has been tested CentOS 7 Systems where it should work Any linux system  

Prerequisites

Plugin NGINX Enterprise monitoring

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

Plugin NGINX Enterprise monitoring

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

Plugin NGINX Enterprise monitoring

./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

Plugin NGINX Enterprise monitoring

This plugin does not contain any specific parameters, we can see an example of use by running it without any parameters.

Manual execution

Plugin NGINX Enterprise monitoring

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

Plugin NGINX Enterprise monitoring

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

Plugin NGINX Enterprise monitoring

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

Plugin NGINX Enterprise monitoring

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

Plugin NGINX Enterprise monitoring

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...