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

2951 total results found

RabbitMQ

Este plugin permite obtener datos de monitorización de un entorno de RabbitMQ. La información es obtenida vía web a través del API de RabbitMQ, por lo que no es necesario instalar ningún software adicional para su funcionamiento.

mq
Lang
ES
rabbit

RabbitMQ

This plugin allows to obtain monitoring data from a RabbitMQ environment. The information is obtained via web through the RabbitMQ API, so it is not necessary to install any additional software for its operation.

rabbit
Lang
EN

Synology

Este complemento se utiliza para supervisar un dispositivo Synology mediante comprobaciones SNMP

synology
synology
Lang
ES

Synology

This plugin is used to monitor a Synology device via SNMP checks

synology
Lang
EN

Kafka

El plugin muestra las métricas de rendimiento de los productores y consumidores.

Lang
ES
kafka
apache
jmx

Google Sheets

Este plugin extrae los valores de una celda, columna o fila, de un documento de google sheet.

sheet
google
drive
Lang
ES

Pushover

Con este plugin puedes interactuar con todas las opciones de la API de mensajería de pushover para mandar mensajes a dispositivos. Estas opciones son las siguientes : toker, user, message, attachment, device, html, priority, sound, timestamp, title, url y url_...

pushover
Lang
ES

Proxmox

Plugin para monitorizar proxmox, pudiendo extraer datos de la API de los nodos, backups, maquinas virtuales, lxc containers y storage

Proxmox
Lang
ES

DB2 Remoto

Plugin con el que se puede monitorizar bases de datos DB2, pudiendo ejecutar consultas personalizadas.

db2
Lang
ES

SNMP Remoto

Este documento tiene como objetivo la descripción de la monitorización básica de equipos windows y linux mediante snmp de forma remota usando un plugin de servidor. Este plugin nos muestra la información de % Memoria RAM en uso, % de disco o filesystem en ...

Lang
ES
remoto
snmp

Aerospike

Plugin con el que monitorizar aerospike

aerospike
Lang
ES

Informix remoto

Plugin para sacar datos de métricas de informix de manera remota.

informix
ibm
Lang
ES

Plugin Kemp Loadmaster

Plugin to get performance statistics from Kemp Loadmaster

kemp
loadmaster
Lang
EN

Openweathermap

Plugin to collect weather data and display them in PandoraFMS.

openweathermap
Lang
EN

Google sheets

This plugin extracts the values of a cell, column or row from a google sheet document.

sheet
google
Lang
EN

Pushover

With this plugin you can interact with all the pushover messaging API options to send messages to devices. These options are: toker, user, message, attachment, device, html, priority, sound, timestamp, title, url, and url_title.

pushover
Lang
EN

Kafka

The plugin displays the performance metrics of producers and consumers.

kafka
Lang
EN

Proxmox

Plugin to monitor proxmox, being able to extract API data from nodes, backups, virtual machines, lxc containers and storage.

proxmox
Lang
EN

DB2 Remote

Plugin with which you can monitor DB2 databases, being able to execute customized queries.

Lang
EN
db2

Aerospike

Plugin with which to monitor aerospike

aerospike
Lang
EN

General plugin parameters

Plugin Linode

./pandora_linode -t <token> [ -g <group> ] [ --data_dir <data_dir > ] If the execution was successful we should see a '1' when running the plugin.

Plugin specific parameters

Plugin Linode

This plug-in has these four parameters: Parameter Description -h, --help Show help -t TOKEN, --token TOKEN Is mandatory. Used to enter the token to connect to the Linode service. -g GROUP, --group GROUP Pandora FMS tar...

Configuration in Pandora

Plugin Linode

Ideally, to run any server plug-in, the plug-in should be located in the following path /usr/share/pandora_server/util/plugin/ Once this is done, we must change the owner and permissions of the plug-in so that they can be executed by the server. To do this ...

Modules generated by the plugin

Plugin Linode

As we have said before, to know if the plug-in has worked, the module must return a 1. In this case, the plug-in creates several agents, one for each instance in linode, each with its corresponding modules. Example of module listing within the agent 'Lin...

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 en EndPoints para MS 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 Ms Windows® EndPoint works, we will do it like this, making a ca...