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

Digital Ocean Discovery

This document describes the Digital Ocean functionality of PandoraFMS discovery.

Digital
Ocean

Google Drive

La función de este plugin es monitorizar el espacio ocupado y el último cambio de un archivo.

google drive

Google Drive

The function of this plugin is to monitor the occupied space and the last change of a file.

drive
google

Guía para configuración de WinRM en MS Windows

Guía rápida para la configuración de WinRM en sistemas Windows para equipos con o sin dominio en Active Directory.

Lang
ES

INFORMIX

Este plugin le permite monitorizar Informix.

database
informix

INFORMIX

This plugin allows you to monitor Informix.

databases
INFORMIX

Guide to Configuring WinRM on MS Windows

Quick guide for configuring WinRM on Windows systems for computers with or without domain in Active Directory.

Lang
EN

Guide de configuration de WinRM sur MS Windows

Guide rapide pour la configuration de WinRM sur les systèmes Windows pour les ordinateurs avec ou sans domaine Active Directory.

Lang
FR

JMX Querier plugin

Este documento describe la funcionalidad del plugin de JMX y su integración con PandoraFMS.

jolokia
querier
jmx

JMX Querier plugin

This document describes the functionality of the JMX plugin and its integration with PandoraFMS. The JMX plugin allows the integration of Mbeans statistics in PandoraFMS.

jolokia
plugin
java
jmx

Integración con Service Now

Este plugin posibilita la creación, actualización y cierre automáticos de incidencias en Service Now desde Pandora FMS.

servicenow

Meraki

Plugin with which it is possible to monitor Meraki devices.

IOT Discovery

Este documento describe la funcionalidad IOT de de PandoraFMS, compuesta por un servidor broker MQTT y un plugin de discovery.

discovery
mqtt
IOT

IOT Discovery

This document describes the IOT functionality of PandoraFMS discovery. Consisting of an MQTT broker server and a discovery plugin.

discovery
mqtt
iot

Integration with Service Now

This plugin enables the automatic creation, update and closure of Service Now incidents from Pandora FMS.

plugin
servicenow

JMX Discovery

Este documento describe la funcionalidad JMX de de PandoraFMS, compuesta por el plugin de discovery.

discovery
jmx

JMX Discovery

This document describes the JMX functionality of PandoraFMS, composed by the discovery plugin.

Horizon VMware Discovery

Este documento describe la funcionalidad Horizon de de PandoraFMS, compuesta por el plugin de discovery.

Horizon VMware Discovery

This document describes the Horizon functionality of PandoraFMS, composed by the discovery plugin.

horizon

Apache Enterprise Plugin

Este plugin le permite monitorizar el estado del servidor web Apache usando el módulo mod_status. 

Lang
ES

Matriz de compatibilidad

Telegram bot CLI

Python versión 3 para el código fuente. Linux® x64 para código compilado. Incompatible en sistemas MS Windows®.

Prerrequisitos

Telegram bot CLI

Los requisitos son los siguientes: Una cuenta de Telegram® para crear el bot. Añadir el bot al grupo de notificación. Obtener la id del grupo. Tener instalado Python versión 3 en el PFMS Server con el módulo: request (solamente para código fuente).

Configuración

Telegram bot CLI

Creación del BOT en Telegram Desde una cuenta de Telegram® se debe escribir /start al usuario BotFather para crear un bot. Devolverá una serie de parámetros e instrucciones disponibles para la creación y manipulación de bots: Utilizar la opción /newbot p...

Parámetros generales del plugin

Telegram bot CLI

# [Optional parameter] python pandora-telegram-cli.py \ -t <bot_token> \ -c <chat_id> \ -m <MESSAGE> \ [ --api_conf <API_CONF> ] \ [ --module_graph <MODULE_GRAPH> ] \ [ --tmp_dir <TMP_DIR> ] Si las credenciales son correctas nos dev...

Preguntas frecuentes

Plugin Openstack

¿ Donde se puede encontrar la url de autenticación con la API de mi instalación openstack? En acceso a la API, el endpoint del servicio "Compute".   ¿Como genero un token de autenticación? Esta explicado detalladamente en el apartado "configuración" de e...

Introduction

Plugin Openstack

View. 20/07/2021 With this plug-in you can view the monitoring data of your openstack instances and hypervisors. It connects to the account via a token. Type: Server plug-in

Compatibility matrix

Plugin Openstack

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

Prerequisites

Plugin Openstack

Required: An Openstack installation Generate an API read token using a curl command with your Openstack account credentials. Have python3 installed on the machine where pandora is installed. Have installed the requests module in its python3 version. Have...

Configuration

Plugin Openstack

The plugin makes use of a token, which will authenticate with the api when we introduce it as a parameter in the command. To create this token, we will go to our Dashboard and click on "api access": Inside here, we are going to download the file "admin-open...

Uso en Pandora FMS

Telegram bot CLI

El plugin Telegram® viene plenamente integrado en Pandora FMS versión 800. El script por defecto está ubicado en: /usr/share/pandora_server/util/pandora-telegram-cli.py. No obstante se puede usar cualquier ubicación siempre que el PFMS Server tenga acceso a e...

General plugin parameters

Plugin Openstack

python3 pandora_openstack -u <url> -t <token> [ -g <group> ] [ --data_dir <data_dir > ] If the execution was successful we will see a '1' when the plugin is executed.  

Plugin-specific parameters

Plugin Openstack

The plug-in has the following parameters: Parámetro Descripción -u URL, --url URL Es obligatorio. Para introducir tu url de autenticación. -h, --help Muestra un pequeño mensaje de ayuda. -t TOKEN, --token TOKEN Es ...

Manual execution

Plugin Openstack

We can test the plugin from the terminal to see if it works, to check it, we run the plugin:

Configuration in Pandora

Plugin Openstack

Installation from the console To register the plugin, from the console, go to the "register plugin" section. Click on the file to select it. We will select the .pspz2 file that we have previously downloaded. Once uploaded, this message will be displa...

Modules generated by the plugin

Plugin Openstack

An agent will be created for each machine in our openstack installation., with its metrics (to load the data of another instance, we will have to execute the plugin again, changing the id of the instance. Apart from this, an agent will be created for each hype...

Frequently asked questions

Plugin Openstack

Where can I find the API authentication url of my openstack installation? In API access, the "Compute" service endpoint. How do I generate an authentication token? This is explained in detail in the "configuration" section of this manual.

Introducción

Apache performance plugin

Introducción Ver.Con este plug-in podremos monitorizar nuestro servidor apache Tipo: Plug-in de agente

Matriz de compatibilidad

Apache performance plugin

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

Pre requisitos

Apache performance plugin

Se requiere: Tener instalado wget Tener activado el módulo status del servidor apache

Configuracion

Apache performance plugin

Para instalar wget en centOS, usamos el siguiente comando : yum install wget Para comprobar que esta instalado usamos: rpm -qa | grep wget   También deberemos habilitar status en el archivo de configuración apache, en centOS esta en : cd /etc/httpd/conf ...