Advanced Search
Search Results
2200 total results found
Previous configuration
The plugin makes use of a file in which two types of data can be entered. #credentials tenant_id:<tenant-id> client_id:<client-id> secret:<secret> #id resources serverpostgres_id:<server_resource_id> Obtaining credentials necessary for the use of the pl...
Parameters
Parámetro Descripción --timespan In hours (optional), last time period, can be used in a custom run to display data from a time period (optional). --metric Metric name for custom execution (optional). --granularity In minutes combined with timespan it ...
Manual execution
Basic manual execution ./pandora_azurepostgresql --conf <path-conf> --as_agent_plugin 1 Manual execution for module creation with customized intervals ./pandora_azurepostgresql --conf <path-conf> --as_agent_plugin 1 --timespan <period in hours> --granu...
Configuration in PandoraFMS
As server plugin Manual installation Go to servers > plugins: Click on add: We put in name and the description that is preferred. We put as command the execution with the path of the plugin: /path_pandora_azurepostgresql Remember that the reco...
Modules generated by the plugin
The plugin will create an agent with the name we have set with the --agent_name parameter. And it will create the following modules: cpu_percent memory_percent io_consumption_percent storage_percent storage_used ...
Changelog
Date Author Change Version 12/03/12 Tomas First Version V1r1 01/07/2013 Mario Cambios en coódigo v1r2 25/04/2014 Mario Cambios en código v1r3 3/09/2022 Alex Cambios en el código v1r4
Introducción
Este documento tiene como objetivo la descripción de la monitorización de bases de datos MySQL sobre Unix. Se han elegido una serie de módulos “base” en base a nuestra experiencia en monitorización de sistemas y las necesidades de algunos de nuestros clientes....
Requisitos
Los requisitos para que funcione correctamente esta monitorización son los siguientes:• Instalar el agente de Pandora FMS.• Tener perl instalado.• Tener una base de datos MySQL instalada en la máquina donde se va a monitorizar, con conectividad a dicha base de...
Matriz de compatibilidad
Sistemas donde se ha probado • Ubuntu 10.04 con MySQL 5.0• OpenSuse 11.2 con MySQL 5.5 Sistemas donde deberia funcionar • Resto de sistemas Unix con MySQL 5.0 osuperiores
Clasificación de módulos de agentes software generados
Hay que tener en cuenta que la mayoría de estos parámetros deben ser procesados como “delta” ousando el tipo de datos “generic_data_inc” ya que son contadores.Aborted_connectsBinlog_cache_disk_useBinlog_cache_useBinlog_stmt_cache_disk_useBinlog_stmt_cache_useB...
Instalación
Copiar el plugin al directorio de plugins del agente, o distribuirlo con file collections. Lo mismo con el archivo conf. La llamada desde el agente será similar a esta, pero usando los paths donde esté instalado el plugin y el conf. module_plugin perl /etc/pa...
Monitorización
El plugin monitoriza “por defecto” los siguientes puntos:• Verificación del conectividad con la base de datos.• Chequear si el proceso de mysql está activo .• Chequeo de memoria del servidor (proceso) .• Número de conexiones TIME_WAIT en el sistema .• Chequeo ...
Parametrización del plugin
El plugin se utiliza previa configuración del fichero externo de configuración.NOTA: Es extremadamente importante tener en cuenta que los archivos de configuración pensados para el plugin en UNIX deben estar editados y almacenados con retornos de carro tipo “U...
Changelog
Date Author Change Version 12/03/12 Tomas First Version V1r1 01/07/2013 Mario Changes in code v1r2 25/04/2014 Mario Changes in code v1r3 3/09/2022 Alex Changes in code v1r4
Introduction
This document has as main aim the description of the MySQL database monitoring on Unix. A series of “ base” modules has been chosen on the basis of our experience in the system monitoring and on the requirements of some of our clients. Besides, all the specifi...
Requirements
The requirements for doing that this monitoring works properly are the following:•To install the Pandora FMS agent.•To install Perl•To have one MySQL database installed in the machine where it is going to monitor, with connection to this database.•To specify t...
Compatibility matrix
Systems where tested • Ubuntu 10.04 con MySQL 5.0• OpenSuse 11.2 con MySQL 5.5 Systems where it should work • All other Unix systems with MySQL 5.0 or higherhigher
Agent modules clasification
Note that most of these parameters must be processed as "delta" or using the "generic_data_inc" data type since they are counters. using the "generic_data_inc" data type since they are counters. Aborted_connectsBinlog_cache_disk_useBinlog_cache_useBinlog_stmt...
Instalation
Copy the plugin to the agent's plugin directory, or distribute it with file collections. The same with the conf file. The call from the agent will be similar to this one, but using the paths where the plugin and the conf file are installed. module_plugin perl...
Monitoring
The plugin monitors “by default” the following things:•Checking of connectivity with the database.•Checks if the MySql process is active.•Checks the server memory (process) .•Number of connections TIME_WAIT in the system .•Checks the space in the server disk (...