Advanced Search
Search Results
2223 total results found
Prerrequisitos
Conectividad a la API de Digital Ocean
Parámetros
Parámetros --conf Ruta al archivo de configuración Archivo de configuración (--conf) token = < Token Bearer de autenticación > agents_group_name = < Nombre del grupo de destino para los agentes creados > threads ...
Ejecución manual
El formato de la ejecución del plugin es el siguiente: ./pandora_digitalocean --conf < ruta al fichero de configuración > Por ejemplo: ./pandora_digitalocean --conf /usr/share/pandora_server/util/plugin/digitalocean.conf La ejecución devolverá una salida e...
Discovery
Este plugin puede integrarse con el Discovery de Pandora FMS. Para ello se debe cargar el paquete ".disco" que puede descargar desde la librería de Pandora FMS: https://pandorafms.com/library/ Una vez cargado, se podrán monitorizar entornos de Kubernete...
Agentes y módulos generados por el plugin
La ejecución del plugin, creara los siguientes agentes y módulos: Agente global < prefix ><Digital Ocean > Modules Account balance Droplets Month to data balance Month to date usage Un agente por cada droplet ...
Introducción
Este plugin tiene como finalidad monitorizar transacciones de experiencia de usuario web. Se basa en la extensión para navegadores Selenium IDE, permitiendo ejecutar tests grabados con esta extensión y reproducirlos recogiendo el resultado, usando la versión 4...
Introduction
This plugin is intended to monitor web user experience transactions. It is based on the Selenium IDE browser extension, allowing you to run tests recorded with this extension and play them back, recording the results, using version 4 of Selenium. This plugin ...
Prerequisitos
El principal requisito será que el servidor desde donde se ejcute el plugin sea capaz de conectar con las URLs de los sitios web que vaya a monitorizar. Este plugin cuenta con 4 métodos distintos para ejecutarse en cada transacción, por lo que tendrá que ajus...
Prerequisites
The main requirement will be that the server from which the plugin is run is capable of connecting to the URLs of the websites it is going to monitor. This plugin has 4 different methods to execute for each transaction, so you will have to adjust the requirem...
Parámetros y configuración
Parámetros -v--verbose Opcional. Muestra información acerca del progreso en la ejecución del plugin por STDERR. -c <task_configuration_file_path>--conf <task_configuration_file_path> Ruta al fichero de configuración de la tarea a ejecutar. -...
Parameters and configuration
Parameters -v--verbose Optional. Shows information about the progress of the plugin execution by STDERR. -c <task_configuration_file_path>--conf <task_configuration_file_path> Path to the configuration file of the task to be executed. -s <si...
Introduction
The purpose of this plugin is to monitor Digital Ocean droplets, using key metrics regarding CPU, memory, disk, bandwith and their status, which are essential to control and track these resources. The plugin connects to the Digital Ocean REST API and monitors...
Prerrequisites
Digital Ocean API Connectivity
Parameters
Parameters --conf File path configuration Conf file path configuration token = <Authentication Bearer Token> agents_group_name = < Name of the target group for the created agents > threads = <Maximum number of threads used> interval = < Inte...
Manual execution
The plugin execution format is as follows: ./pandora_digitalocean --conf < path to configuration file > Example: ./pandora_digitalocean --conf /usr/share/pandora_server/util/plugin/digitalocean.conf The execution will return an output in JSON format with i...
Discovery
This plugin can be integrated with Pandora FMS Discovery. To do this, you must load the ".disco" package that you can download from the Pandora FMS library: https://pandorafms.com/library/ Once loaded, Kubernetes environments can be monitored by creatin...
Agents and modules generated by the plugin
Running the plugin will create the following agents and modules: Global agent < prefix ><Digital Ocean > Modules Account balance Droplets Month to data balance Month to date usage A agent for droplet ...
Comandos de los ficheros SIDE
Se podrán configurar los siguientes comandos personalizados para generar módulos adicionales (todos los comandos personalizados deben comenzar con "//"): //phase_start:<phase_name> Indica el comienzo de una fase, que durará hasta encontrar otro coman...
SIDE file commands
The following custom commands can be configured to generate additional modules (all custom commands must begin with "//"): //phase_start:<phase_name> Indicates the start of a phase, which will last until another "//phase_start" command is found or un...
Manual execution
The plugin execution format is as follows: ./pandora_selenium \ [-v] -c <path to configuration file> \ -s <path to SIDE file> \ -t <task name> \ [-i <agent interval>]\ [-g <agent group ID>] \ [-x] \ [-S <IP tentacle:port>] \ [-T <path to XML temp dir...