Advanced Search
Search Results
2223 total results found
Agente y módulos generados por el plugin
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
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
Systems where tested Rocky linux, Fedora 34 Systems where it works Any linux system
Prerrequisites
Connectivity to the host and topic from which messages are to be received is required.
Parameters
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
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
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
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
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
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
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
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
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
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
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 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
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
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
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
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...