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

Compatibility matrix

Active Directory

Developed to be used with Powershell v3.0 or higher

Prerequisites

Active Directory

This plugin uses PowerShell® 3.0 commands to collect information from users and services related to Active Directory®.● PowerShell® v3.0 or higher.● Active Directory Powershell® Module.● Repadmin. The deployment of this plugin by binaries has no special requi...

Configuration

Active Directory

The Active Directory plugin configuration file is divided into blocks:User # User user = all userSet “all” if you want to retrieve the full list of enabled users in Active Directory. If you just want to look for a single user, enter the name of the user ins...

Manual execution

Active Directory

To run the plugin, configure the configuration file according to the preceding instructions. The execution itself would be the call to the executable .exe, passing the configuration file with its path as the first parameter.Plugin execution: [path_to_plugin]\...

Configuration in Pandora

Active Directory

In order to fully manage the plugin execution from the web console, we will distribute the plugin through collections:1. A new collection will be created in the Configuration>Collections section. With short name "ad_plugin" and name Active Directory plugin. ...

Modules generated

Active Directory

The standard execution of this plugin will return the following modules by default (with all optional blocks enabled):Monitoring:● AD Users● Unused AD User● AD Schema Master● AD Root Domain● AD Forest Domains● AD Computer DNS Host Name● AD Global Catalogs● AD ...

Introduction

Mongo DB and Mongo DB atlas

Ver. 25-08-2021With this plug-in you can view the stats of a database and its collections, it supports Mongo DB atlas compatibility. Tipo: Server plugin

Compatibility matrix

Mongo DB and Mongo DB atlas

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

Prerequisites

Mongo DB and Mongo DB atlas

Requires: A Mongo DB or Mongo DB atlas database Have python 3 installed Have the PyMongo library installed For Mongo DB atlas connections, have dnspython installed. Have Pandora FMS Data Server enabled. Have Pandora FMS Plugin Server enabled.

Configuration

Mongo DB and Mongo DB atlas

To use the plugin you will need to have a number of dependencies installed. The first thing is to have python 3 installed yum install python3 The plugin comes with a file called requirements.txt that will install the other necessary dependencies. To run it ...

General parameters

Mongo DB and Mongo DB atlas

Execution command: python pandora_mongodb -u <uri> -s <server> -d <databases> -a <alldatabases> -p <prefix> -c <collectionstats> [ -g <group> ] [ --data_dir <data dir> ] [ --as_agent_plugin 1]   If the execution is successful we will see an integer, which w...

Specific parameters

Mongo DB and Mongo DB atlas

El plug-in cuenta con los siguientes parámetros: Parámetro Descripción -u <uri> --u <uri> The connection uri (mandatory) -s <server> --server <server> For take stats server (cluster) -d <name_database> --databases <name_database> To take the st...

Manual execution

Mongo DB and Mongo DB atlas

We can test the plugin from the terminal to see if it works, to check it, we run the plugin: With as_agent_plugin: Example of implementation with assistance:

Configuration in Pandora

Mongo DB and Mongo DB atlas

Installation from the console To register the plugin, from the console, go to the "register plugin" section. Click on select file. Select the pspz2 file containing the plugin. Once uploaded you will see a message indicating that it has been successfu...

Modules generated

Mongo DB and Mongo DB atlas

An agent will be created for each database of our cluster with data of the stats of the databases and the collections. And other agent with modules with the data of the server (cluster) Database modules Module name collections views objects ...

Introducción

Plugin Apache Spark

Ver. 03-09-2021Plugin para coger metricas de todos los ejecutores de todas las apps en ejecución o finalizadas de tu server Spark. Tipo: Plug-in de servidor 

Matriz de compatibilidad

Plugin Apache Spark

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

Pre requisitos

Plugin Apache Spark

Se requiere: Un servidor Spark Tener activado el history server de Spark Tener el Data Server de Pandora FMS habilitado Tener el Plugin Server de Pandora FMS habilitado

Configuración

Plugin Apache Spark

El plugin hace uso de unos endpoints de la rest api de Spark, para poder acceder a ellos desde el plugin tendremos que tener una serie de puertos activos y que no los bloquee el firewall, estos son los siguientes : firewall-cmd --permanent --zone=public --add...

Parámetros generales del plugin

Plugin Apache Spark

./pandora_spark -i <ip-with-port> -[ -g <group> ] [ --data_dir <data dir> ] Si la ejecución es correcta veremos un 1. Si quieres coger los datos de aplicaciones en ejecución, introduce la ip con el puerto 4040, si quieres coger los datos de aplicaciones f...