Advanced Search
Search Results
2951 total results found
Digital Ocean Discovery
This document describes the Digital Ocean functionality of PandoraFMS discovery.
Google Drive
La función de este plugin es monitorizar el espacio ocupado y el último cambio de un archivo.
Google Drive
The function of this plugin is to monitor the occupied space and the last change of a file.
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.
INFORMIX
Este plugin le permite monitorizar Informix.
INFORMIX
This plugin allows you to monitor 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.
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.
JMX Querier plugin
Este documento describe la funcionalidad del plugin de JMX y su integración con PandoraFMS.
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.
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.
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.
IOT Discovery
This document describes the IOT functionality of PandoraFMS discovery. Consisting of an MQTT broker server and a discovery plugin.
Integration with Service Now
This plugin enables the automatic creation, update and closure of Service Now incidents from Pandora FMS.
JMX Discovery
Este documento describe la funcionalidad JMX de de PandoraFMS, compuesta por el plugin de discovery.
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.
Apache Enterprise Plugin
Este plugin le permite monitorizar el estado del servidor web Apache usando el módulo mod_status.
Matriz de compatibilidad
Python versión 3 para el código fuente. Linux® x64 para código compilado. Incompatible en sistemas MS Windows®.
Prerrequisitos
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
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
# [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
¿ 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
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
Systems where it has been tested CentOS 7 Systems where it should work Any linux system
Prerequisites
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
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
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
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
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
We can test the plugin from the terminal to see if it works, to check it, we run the plugin:
Configuration in Pandora
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
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
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
Introducción Ver.Con este plug-in podremos monitorizar nuestro servidor apache 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: Tener instalado wget Tener activado el módulo status del servidor apache
Configuracion
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 ...