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

Previous configuration

Plugin Kemp Loadmaster

It is necessary to enable kemp's Rest API interface in order to use the plugin. The following link specifies how to do it.https://support.kemptechnologies.com/hc/en-us/articles/201640799-How-to-Enable-Kemp-LoadMaster-RESTful-API-interface Remember that the da...

Parameters

Plugin Kemp Loadmaster

Parámetro Descripción --tentacle_port Tentacle port Default 41121(optional) --tentacle_address Ip del servidor tentacle al que mandar los datos(opcional) --agent_name To name the agent that will contain the modules, by default : "Kemp". (optional) --pr...

Manual execution

Plugin Kemp Loadmaster

Example of manual execution in server mode python pandora_kemploadmaster.py -u <user> -us <user> -p <pass> --tentacle_address <ip> --data_dir <path> Example execution in agent mode python pandora_kemploadmaster.py -u <user> -us <user> -p <pass> --as_agent...

Configuration in PandoraFMS

Plugin Kemp Loadmaster

As a server plugin Installation from 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.   We will see a message that will indicate if it has bee...

Módules generated by the plugin

Plugin Kemp Loadmaster

The plugin execution will create an agent with the following modules: - User - System - Idle - IOWaiting - Mbtotal - memused - Mbused - percentmemused - memfree - Mbfree - percentmemfree - CurrentConnections - CurrentConnectionsBlocked - Succes...

Introduction

Openweathermap

Ver. 22-08-2022 Plugin to collect weather data and display them in PandoraFMS.Type: Server plug-in

Compatibility matrix

Openweathermap

Systems where tested Fedora Systems where it should work Cualquier sistema linux 

Pre requisites

Openweathermap

Pandora FMS Data Server enabled Pandora FMS Plugin Server enabled

Parameters

Openweathermap

Parámeter Description --lat Geographic coordinate (latitude). --lon Geographic coordinate (longitude). --key Your unique API key (you can always find it on your account page in the "api key" tab). -g,--group Pandora FMS target group (optional) --data...

Manual execution

Openweathermap

With an execution with "as_agent_plugin" in 1 we will be able to see the xml by terminal. ❯ ./pandora_openweathermap --lat <latitud> --lon <longitud> --key <api key> --as_agent_plugin 1

Configuration in PandoraFMS

Openweathermap

Manual installation Go to servers > plugins:   Click on add: We put in name and the description that you prefer. We put as command the execution with the path of the plugin:   /path_pandora_openweathermap.py Recuerda que la ruta recomendada para el...

Modules generated by the plugin

Openweathermap

The plugin will create an agent with the following modules: Current dt Current sunrise Current sunset Current temp Current feels like Current pressure Current humidity Current dew point Current wind speed Current uvi Current clouds Current visibiit...

introduction

Google sheets

Ver. 17-10-2022 This plugin extracts the values of a cell, column or row, from a google sheet document.Type: Server plug-in

Previous configuration

Google sheets

In console.cloud.google.com: You must choose a project or create a new one: The google drive API must be enabled, we can look for it in the "library" section. Once enabled, in the credentials section, we must create a password for our service account:...

Parameters

Google sheets

Parameter Description --creds_json Path to the file with the credentials --creds_base64 Base64-encoded credentials code. --name Name of the googlesheet document --cell The cell from which the data is expected, for example: "B1" --row Row number. Spe...

Manual execution

Google sheets

./pandora_googlesheets --creds_json/creds_base64 <file credentials> --name <name document> --sheet <name-sheet> --cell <Number cell> --row <number-row> --column <number-column> If the onlydigits parameter is used, a non-digit value will be parsed: ./pandor...

Introduction

Pushover

Ver. 31-10-2022 With this plugin you can interact with all the pushover messaging API options to send messages to devices. These options are: toker, user, message, attachment, device, html, priority, sound, timestamp, title, url, and url_title. Tipo: Serve...

Compatibility matrix

Pushover

Systems where it has been tested CentOS 7 / RHEL 8 / RockyLinux 8 Systems where it should work Cualquier sistema linux 

Pre requisites

Pushover

Have the Pandora FMS Data Server enabled Have the Pandora FMS Plugin Server enabled

Configuration

Pushover

Create plugin alert To configure a plugin alert you must enter the command to execute the plugin and its parameters, for this you must create an alert command. In this menu you can use the macro _field<X>_ that will contain the value of the attributes.   ...