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

Agente y módulos generados por el plugin

MQTT

El plugin creará un agente con el nombre seleccionado con el parámetro --agent_name. O en su defecto introducirá el módulo en un agente que ya exista con este nombre. El plugin creará un módulo: MQTT.<topic de subscripción>.results Resultados obte...

Introduction

MQTT

The purpose of this plugin is to be able to receive messages from an MQTT topic, having the possibility to apply filters such as words or the text format of the expected messages. The plugin performs all these actions through a client with which it connects.

Compatibility matrix

MQTT

Systems where tested Rocky linux, Fedora 34 Systems where it works Any linux system

Prerrequisites

MQTT

Connectivity to the host and topic from which messages are to be received is required.

Parameters

MQTT

Connectivity parameters -i, --host MQTT' server address -p, --port MQTT' port address Parameters for posting message in topic -m, --message MQTT message to be sent -s, --publish_topic MQTT publication topic Parameters ...

Manual execution

MQTT

The plugin execution format is as follows: ./pandora_mqtt --agent_name < agent name > --host < host > --port < port > \ [ --message < message > ] [ --publish_topic < publish_topic > ] \ [ --subscribe_topic < subscribe_topic > ] [ --time < time > ] \ [ --f...

Configuration in Pandora

MQTT

To configure the plugin in PandoraFMS, the following steps must be followed: 1.Upload the plugin to PandoraFMS, for example in the following path: /etc/pandora/plugin 2. Go to the plugins section and create a new one:     3. Name, description and timeout...

Agent and modules generated by the plugin

MQTT

The plugin will create an agent with the selected name with the --agent_name parameter. Or in its defect it will insert the module in an agent that already exists with this name. The plugin will create a module: MQTT.<suscribe topic>.results Resul...

Introducción

Openshift

Este plugin tiene como finalidad monitorizar nodos y pods de Openshift, mediante métricas claves referentes al CPU, memoria, status de estos y de los contenedores de un pod, que son esenciales para llevar un control y seguimiento de estos recursos. El plugin ...

Pre requisitos

Openshift

Conectividad a la API de Openshift El plugin debe poder llegar a API de forma remota para poder extraer la información. Obtención de token Bearer Se puede obtener con el siguiente comando de CLI, despues de haber hecho login con este: ./oc whoami -...

Parámetros y configuración

Openshift

Parámetros --conf Ruta al archivo de configuración Archivo de configuración (--conf) ip = < IP o host de Kubernetes > port = < Puerto del host de kubernetes > token = < Token Bearer de autenticación > con...

Ejecución manual

Openshift

El formato de la ejecución del plugin es el siguiente: ./pandora_openshift --conf < ruta al fichero de configuración > Por ejemplo: ./pandora_openshift --conf /usr/share/pandora_server/util/plugin/openshift.conf La ejecución devolverá una salida en formato...

Discovery

Openshift

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án monitorizar entornos de openshift...

Agentes y módulos generados por el plugin

Openshift

La ejecución del plugin, creara los siguientes agentes y módulos: Agente global < prefix.Openshift > Modules Api status APIServices count APIServices Status < Endpoint healthz> Services count List Services ...

Introduction

Openshift

The purpose of this plugin is to monitor Openshift nodes and pods, through key metrics related to CPU, memory, status of these and the containers of a pod, which are essential to keep track of these resources. The plugin connects to the Openshift REST API and...

Prerrequisites

Openshift

Openshift API connectivity The plugin must be able to reach the API remotely in order to extract the information. Obtaining Bearer token It can be obtained with the following CLI command, after logging in with this one: ./oc whoami -t The open...

Parameters and configuration

Openshift

Parameters --conf Conf path file Conf file (--conf) ip = < IP or Kubernetes host > port = < Kubernetes host port > token = < Authentication token bearer > connection = < Connection mode, normal or proxy > proxy = < Connection url > interva...

Manual execution

Openshift

The format of the plugin execution is as follows: ./pandora_openshift --conf < Conf path file > Example: ./pandora_openshift --conf /usr/share/pandora_server/util/plugin/openshift.conf The execution will return an output in JSON format with information abo...

Discovery

Openshift

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, openshift environments can be monitored by creating D...

Agent and modules generated by the plugin

Openshift

The execution of the plugin will create the following agents and modules: Global agent < prefix.Openshift > Modules Api status APIServices count APIServices Status < Endpoint healthz> Services count List Servi...