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

2200 total results found

Pre requisitos

Docker swarm monitoring

Se requiere: ● Requiere lanzarse desde el nodo MANAGER (o REACHABLE ) del docker swarm.● Puede lanzarlo desde máquinas remotas utilizando docker_machine . Se requiere conectividad con la API de Pandora FMS.https://wiki.pandorafms.com/index.php?title=Pandora:...

Configuracion

Docker swarm monitoring

# Launch a pre-command before invoke docker commands pre_command = eval $(docker-machine env ml1) docker = docker # Log file log_file = /tmp/pandora_docker.log # Show all modules instead only those with values all_modules = 1 pre_commandConfigura un com...

Introducción

Plugin Docker

Ver. 230821 Este plugin sirve para monitorizar las estadísticas de un entorno Docker. Tipo: plugin mixto

Ejecución manual

Docker swarm monitoring

Para ejecutar el plugin configure el archivo de configuración según las instrucciones precedentes.Ejecución del plugin:Versión binaria: ./docker_services.64 docker_services.conf Versión código sin librerías desplegadas: perl -I lib pandora_mysql.pl pandora_...

Ejecución programada

Docker swarm monitoring

Se ejecuta como plugin de servidor, como module_exec en un agente, o desde el cron del sistema.Resultados posibles:● si devuelve 1 el resultado es correcto● distinto de 1, ha habido un error y deberá consultar el log del programa

Modulos generados por el plugin

Docker swarm monitoring

La ejecución estándar de este plugin devolverá los siguientes módulos por defecto (con todos los bloques opcionales habilitados):Se crearán los siguientes agentes:● Un agente por nodo del docker swarm con los siguientes módulos:○ [nombre del servicio] estado○ ...

Matriz de compatibilidad

Plugin Docker

Este plugin se ha desarrollado utilizando Docker versión 18.03.1-ce, build 9ee9f40

Pre requisitos

Plugin Docker

Requiere lanzarse desde un equipo con docker instalado. Puede lanzarlo desde máquinas remotas utilizando ​docker_machine​. Se requiere conexión con el servicio Tentacle asociado a su servidor de Pandora FMS (paraejecuciones locales del plugin) bajo las s...

Configuración

Plugin Docker

Configuraciones generales del plug-in ## Launch a pre-command before invoke docker commands #pre_command = eval $(docker-machine env ml1) docker = docker ## Log file log_file = /tmp/pandora_docker.log pre_command Configura un comando de precarga de ent...

Ejecución manual

Plugin Docker

Para ejecutar el plugin configure el archivo de configuración según las instrucciones precedentes.  ./docker_stats.64 docker_stats.conf Al ejecutar el plugin con el parámetro as_server_plugin habilitado en el terminal, el resultado debe ser así: Al ejecut...

Ejecución programada

Plugin Docker

Se puede ejecutar como plugin de servidor, como ​module_plugin​ en un agente, o desde el cron de sistema.

Módulos generados por el plugin

Plugin Docker

Si no esta definido el parametro metrics_per_container solo genera un agente con las estadisticas generales de docker de la maquina. En caso de estar habilitado, se genera un agente por contenedor, con las estadisticas especificas de ese contenedor, y además ...

Introduction

Telegram bot CLI

Ver. 080621 Telegram bots CLI connector for use in pandora alerts.

Compatibility matrix

Telegram bot CLI

Python3 for source codeLinux x64 for compiledDoes not work on Windows systems

New Page

Telegram bot CLI

The requirements are as follows: A Telegram account to create the bot Add the bot to the notification group Get the group id Have python3 installed on the Pandora server with the module: request (only for source code)

Configuration

Telegram bot CLI

Creating a BOT in Telegram From a Telegram account you must type /start to the user BotFather (https://telegram.me/botfather) to create a bot. It will return a series of parameters and instructions that we can do for the creation and manipulation of bots. ...

Introduction

Docker swarm monitoring

Docker allows us to deploy applications in an agile, dynamic, precise and simple way. With Docker Swarm these applications will run as services, being able to balance the load dynamically. The Docker services monitoring plugin allows to visualize in Pandora t...

Compatibility matrix

Docker swarm monitoring

Developed using docker 18.03.1-ce

General plugin parameters

Telegram bot CLI

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> ] If the credentials are correct, it will return in .json format the information of the message we have j...

Prerequisites

Docker swarm monitoring

Required: ● Requires launching from the MANAGER (or REACHABLE ) node of the docker swarm.● Can be launched from remote machines using docker_machine . Pandora FMS API connectivity is required. https://wiki.pandorafms.com/index.php?title=Pandora:Documentatio...