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

2951 total results found

Apache Enterprise Plugin

This plugin allows to monitor the Apache web server status using the module mod_status. 

Lang
EN

Meraki discovery

Este documento describe la funcionalidad Meraki de de PandoraFMS, compuesta por el plugin de discovery.

Meraki discovery

This document describes the Meraki functionality of PandoraFMS, composed by the discovery plugin.

Office 365 discovery

Este documento describe la funcionalidad Office 365 de de PandoraFMS, compuesta por el plugin de discovery.

Office 365 discovery

This document describes the Office 365 functionality of PandoraFMS, composed by the discovery plugin.

Apache Discovery

Este documento describe la funcionalidad del Apache de PandoraFMS, compuesta por el plugin de discovery.

discovery
Apache
Lang
ES

Apache Discovery

This document describes the Apachefunctionality of PandoraFMS, composed by the discovery plugin.

discovery
Apache
Lang
EN

Sap hana monitoring

Plugin para la monitorización del motor de base de datos SAP Hana utilizando los recursoslocales del servidor donde está instalado SAP Hana.

Sap hana monitoring

Plugin to monitor the SAP Hana database engine using the local resources of the server where SAP Hana is installed.

Citrix monitoring plugin

Con este complemento, puede supervisar sus servidores Citrix.

Lang
ES

Citrix monitoring plugin

With this plugin you can monitor your Citrix servers

Lang
EN

HP One View Discovery

Este documento describe la funcionalidad HP One View de de PandoraFMS.

HP One View Discovery

This document describes the HP One View functionality of PandoraFMS.

Cloudwatch discovery

Este documento describe la funcionalidad cloudwatch de de PandoraFMS, compuesta por el plugin de discovery.

cloudwatch
aws

OpenSearch Discovery

Este documento describe la funcionalidad OpenSearch del discovery de PandoraFMS.

opensearch
discovery
Lang
ES

OpenSearch Discovery

This document describes the OpenSearch functionality of PandoraFMS discovery.

opensearch
discovery
Lang
EN

Plugin de requests

Está definido como un plugin de servidor, para comprobacion de APIs

plugin
Lang
ES

Requests plugin

It is defined as a server plugin for API testing.

plugin
Lang
EN

Cloudwatch discovery

This document describes the PandoraFMS cloudwatch functionality, consisting of the discovery plugin.

cloudwatch
aws

ElasticSearch Discovery

Este documento describe la funcionalidad ElasticSearch del discovery de PandoraFMS.

plugin
discovery
Lang
ES

Ejecucion manual del plugin

Apache performance plugin

./apache_plugin <url-server-status> Devolvera un xml con datos :

Configuracion en pandora

Apache performance plugin

En el terminal de pandora, una vez descargado, lo moveremos a la carpeta /etc/pandora/plugins que es donde colocamos los plugins de agentes. Le daremos permisos al archivo con : chmod 755 apache_plugin Luego iremos al agente de pandora, ubicado en /etc/pand...

Modulos creados por el plugin

Apache performance plugin

Se nos crearan los siguientes módulos en el agente de pandora : Apache : Busy workers workers ocupados Apache: Bytes per second bytes por segundo Apache: Number of idle workers numero de workers Apache: Reloads recargas Apache: Requests per ...

Introduction

Apache performance plugin

View. With this plug-in we will be able to monitor our apache server. Type: Agent plug-in

Compatibility matrix

Apache performance plugin

Systems where it has been tested CentOS 7 Systems where it should work Any linux system

Prerequisites

Apache performance plugin

Required: Have wget installed Have the apache server status module enabled

Configuration

Apache performance plugin

To install wget on centOS, we use the following command : yum install wget To check that it is installed we use: rpm -qa | grep wget We will also need to enable status in the apache configuration file, in centOS this is in : cd /etc/httpd/conf Open it ...

Manual execution

Apache performance plugin

./apache_plugin <url-server-status> will return an xml with data:

Configuration in pandora

Apache performance plugin

In the pandora terminal, once downloaded, we will move it to the /etc/pandora/plugins folder, which is where we place the agent plugins. We will give permissions to the file with : chmod 755 apache_plugin Then we go to the pandora agent, located in /etc/pan...

Modules generated by the plugin

Apache performance plugin

The following modules will be created in the pandora agent: Apache : Busy workers Apache: Bytes per second Apache: Number of idle workers Apache: Reloads Apache: Requests per second Apache: Restart time Apache: System CPU usage Apache: ...

Introducción

Plugin Ldap

Ver. 4-08-2021Con este plugin podremos ver las metricas de tu servidor ldap. Tipo: Plug-in de servidor o agente

Matriz de compatibilidad

Plugin Ldap

Sistemas donde se ha probado CentOS 7, Fedora Sistemas donde debería funcionar Cualquier sistema linux 

Pre requisitos

Plugin Ldap

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

Plugin Ldap

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 yum ins...

Parámetros generales del plugin

Plugin Ldap

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

Plugin Ldap

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 ...

Ejecución manual

Plugin Ldap

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

Plugin Ldap

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

Plugin Ldap

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

Ldap plugin

Ver. 4-08-2021 With this plugin we will be able to see the metrics of your ldap server. Type: Server or agent plug-in