Advanced Search
Search Results
2200 total results found
Pre requisitos
Se requiere: Una instalación de ldap * Tener instalado python3 * Tener instaladado el modulo python-ldap *Tener instalado unas serie de dependencias de ldap, que varían según el sistema operativo utilizado, estas se describen en el apartado "Configuración...
Configuración
* En la versión binaria del plugin todo este proceso de instalación de dependencias no es necesario ya que vienen incluidas en el. Para poder ejecutar el plugin, debemos tener instalado python3, esto podemos hacerlo con el siguiente comando : CentOS7 yu...
Parámetros generales del plugin
Ejecución binario ./pandora_ldap -s <server> -b <binding> -p <password> -a <agent> [--as_agent_plugin] [ -g <group> ] [ --data_dir <data_dir > ] Ejecución versión python (solo de pruebas) python3 pandora_ldap.py -s <server> -b <binding> -p <password> -a <a...
Parámetros específicos del plugin
El plug-in cuenta con los siguientes parámetros: Parámetro Descripción -s server, --server server Es obligatorio. Tienes que introducir tu server con el puerto, por ejemplo, ldap://192.168.1.178:389 -h, --help Muestra un peque...
Ejecución manual
Podemos comprobar el plugin desde el terminal para ver si funciona, para comprobarlo, ejecutamos el plugin: Ejemplo : Versión binaria del plugin /usr/share/pandora_server/util/plugin/pandora_ldap -s ldap://localhost.localdomain:389 -b cn=ldapadm,dc=sanchez,...
Configuración en pandora
Instalación desde consola Para el registro del plugin, desde la consola, se debe ir al apartado "registrar plugin". Daremos a seleccionar archivo. Seleccionaremos el fichero.pspz2 que contiene el plugin. Aparecerá un mensaje que indicará que el plugi...
Modulos generados
Se creara un agente con el nombre que le hayamos puesto en la ejecución que contendrá todos los agentes: Modulos generados Nombre Descripción Abandon operations completed Tipo de operacion "abandon" completadas Abandon operations initiated Tipo ...
Introduction
Ver. 4-08-2021 With this plug-in we will be able to see the metrics of your ldap server. Type: Server or agent plug-in
Compatibility matrix
Systems where it has been tested CentOS 7, Fedora Systems where it should work Any linux system
Prerequisites
Required: An installation of ldap Python3 installed The python-ldap module installed. To have installed a series of ldap dependencies, which vary depending on the operating system used, these are described in the "Configuration" section. Have Pandora FM...
Configuration
In order to run the plugin, we must have python3 installed, this can be done with the following command : CentOS7 yum install python3 We must install the python-ldap module in its python 3 version, this is done with the following command: yum install pytho...
General plugin parameters
python3 pandora_ldap.py -s <server> -b <binding> -p <password> -a <agent> [--as_agent_plugin] [ -g <group> ] [ --data_dir <data_dir > ] If the execution is correct we will see a 1, when executing the plugin : If we want to run it as an agent plugin we will...
Plug-in specific parameters
The plug-in has the following parameters: Parameter Description -s server, --server server This is mandatory. You have to enter your server with the port, e.g. ldap://192.168.1.178:389 -h, --help Show a small help message (opt...
Manual execution
We can test the plugin from the terminal to see if it works, to check it, we run the plugin: with "as_agent_plugin 1" Ejecution help example:
Configuration in pandora
Console installation To register the plugin, from the console, go to the "register plugin" section. Click on select file. The .pspz2 file to be uploaded will be selected. A message will appear informing that you have successfully registered. Once ...
Modules generated
An agent will be created with the name we have given it in the execution, which will contain all the agents: Modules generated Name Description Abandon operations completed Type of operation "abandon" completed Abandon operations initiated Type ...
Introducción
Estos plugins proporcionan módulos para cada uno de los sensores de IPMI. Establecen el estado de advertencia y crítico basado en los umbrales proporcionados por IPMI. También se puede especificar el grupo de módulos. Para los sistemas Unix el paquete freeipm...
Matriz de compatibilidad
Sistemas donde se ha probado CentOS 7 Sistemas donde debería funcionar Cualquier sistema linux o windows
Pre requisitos
Linux Requiere freeipmi para ser instalado en la ruta del agente.
Configuración
Instalar freeipmi (necesario en unix): CentOS7 Instalar wget: sudo yum install wget -y Descargar el archivo con el siguiente comando: wget http://mirror.centos.org/centos/7/os/x86_64/Packages/freeipmi-1.5.7-3.el7.x86_64.rpm Después instalarlo : yum inst...