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

2223 total results found

Manual execution

Meraki

The plugin execution format is as follows: ./pandora_meraki --id < id > --url < url > --token < token > --location < location > --organization < organization > --timespan < interval switch port data monitoring in seconds > --module_prefix < module prefix > -...

Configuration in PandoraFMS

Meraki

To configure the plugin in PandoraFMS, the following steps must be followed: 1. Upload the plugin to PandoraFMS, for example in the following path: /usr/share/pandora_server/util/plugin 2. Go to the plugins section and create a new one:     3. Name, desc...

Agents and modules generated by the plugin

Meraki

Running the plugin with the monitoring of all types of device abilities will create the following agents: One agent for each appliance type device that exists in the network that matches the id entered by parameter, will be created in the specified groups, ...

Introducción

IOT Discovery [En construcción]

La integración Pandora IOT tiene como finalidad supervisar mensajes que se reciben de un servidor broker de mqtt. Para ello, la integración hace uso de un servidor broker MQTT, que abre la posibilidad de suscribirse a un topic para recibir mensajes y un plugi...

Prerrequisitos

IOT Discovery [En construcción]

El servidor MQTT debe estar instalado en el entorno en el que se pretende realizar la escucha de mensajes. El plugin de discovery, debe estar previamente cargado en PandoraFMS para poder configurar las tareas. Se requiere conectividad al servidor MQTT Se ...

Parámetros del plugin de Discovery

IOT Discovery [En construcción]

Parámetros --conf Ruta al archivo de configuración --filter_conf Ruta al achivo de filtros para los mensajes --verbosity Sirve para activar el modo debug Archivo de configuración (--conf) db_path = Ruta a la base de datos sql lite ...

Ejecución manual

IOT Discovery [En construcción]

El formato de la ejecución del plugin es el siguiente: ./proccess_messages --conf < ruta al fichero de configuración > --filter_conf < ruta al fichero con los filtros para los mensajes > Por ejemplo: ./proccess_messages --conf /var/spool/pandora/data_in/dis...

Configurando el plugin de Discovery

IOT Discovery [En construcción]

Este plugin puede integrarse con el Discovery de Pandora FMS. Para ello se debe cargar el paquete ".disco" que puede descargar desde la librería de Pandora FMS: https://pandorafms.com/library/ Una vez cargado, se podrá recibir y supervisar mensajes de u...

Agentes y módulos generados por el plugin

IOT Discovery [En construcción]

Se creara un agente por cada topic que contenga mensajes que hayan pasado los filtros Se creará un módulo por cada mensaje que haya pasado los filtros. Recuerda que no puede haber mas de un modulo con el mismo nombre en el mismo agente.

Introduction

IOT Discovery

The purpose of this plugin is to monitor messages received from a mqtt broker server. The plugin connects to a database that stores the messages and extracts based on some filters the messages that we want to supervise generating an agent for each topic with ...

Pre requisites

IOT Discovery

Connectivity to the MQTT server Connectivity to the database receiving the messages

Parameters

IOT Discovery

Parameters --conf Path to configuration file --filter_conf Path to message filter archive --verbosity Used to activate debug mode Conf file (--conf) db_path = Path to sql database lite threads = < Maximum number of threads used > ...

Manual execution

IOT Discovery

The format of the plugin execution is as follows: ./proccess_messages --conf < path to configuration file > --filter_conf < path to file with message filters > For example: ./proccess_messages --conf /var/spool/pandora/data_in/discovery/pandorafms.iot/file....

Discovery

IOT Discovery

This plugin can be integrated with Pandora FMS Discovery. To do so, you must load the “.disco” package that you can download from the Pandora FMS library: https://pandorafms.com/library/ Once loaded, you will be able to receive and monitor messages fr...

Agents and modules generated by the plugin

IOT Discovery

An agent will be created for each topic containing messages that have passed the filters. A module will be created for each message that has passed the filters.

Introduction and operation

Integration with Service Now

This plugin enables the automatic creation, update and closure of Service Now incidents from Pandora FMS.  Creation of incidents In case an altered status (e.g. Critical, Warning) is detected for the modules configured in Pandora, the integration plugin will...

Integration configuration

Integration with Service Now

Pandora FMS prerequisites For the integration to work properly: The Pandora server must have connectivity with the Service Now server web. The Service Now API must respond within the maximum times set in the plugin (5 seconds). Pandora FMS must...

Plugin options

Integration with Service Now

Action (--Action '<create/close>'): With the "create" option, the plugin creates or updates tickets. The "close" option is used to close them.   Asset (--Asset '<cmdb_asset>'): The name of the asset that will be used in the incident. If the asset is ...

Configurando el filtrado de mensajes

IOT Discovery [En construcción]

El plugin hace uso de distintos filtros en los que apoyarse para la filtración de mensajes. Filtrado de topic Para el filtrado de topic, se hace uso de las etiquetas Filter_topic y Filter_topic_exact_match Filter_topic Expresión regular o texto exa...

Configurando el servidor MQTT

IOT Discovery [En construcción]

Este script permite suscribirse a un tópico MQTT, recibir mensajes y almacenarlos en una base de datos SQLite. A continuación se describen los pasos para configurarlo y ejecutarlo correctamente. 1.Configuración del archivo de configuración Antes de ejecutar ...