Advanced Search
Search Results
2200 total results found
Manual execution
python3 pandora_db2.py --hostname <host> --uid <user> --database <database> --password <password> --conf <path conf> --as_agent_plugin 1 The data returned by the query would be returned in list format in the module, for example this query: the xml would lo...
Configuration in pandora fms
As server plugin Manual installation Go to servers > plugins: Click on add: We put in name and the description that is preferred. We put as command the execution with the path of the plugin: /path_pandora_db2.py Remember that the recommended path fo...
Modulos generated by the plugin
The plugin will create an agent, with modules for the defined custom queries. In turn, if the --default_metrics option is not set to 0, it will create an agent with the following modules: no_of_bufferpools total_logical_reads total_physical_reads data_log...
introduction
Ver. 28-12-2022 Plug-in with which you can monitor AerospikeType: Server plug-in
Compatibility matrix
Systems where tested CentOS 7, Fedora, rocky linux Systems where it should work Any linux system
Pre requisites
Pandora FMS Data Server enabled Pandora FMS Plugin Server enabled
Parameters
Parámetros --host Ip or host --namespace Name of the namespace to monitor --agent_alias Agent's alias --use_alias_as_name Use agent alias as name --module_prefix To prefix the modules --port Default 3000 --database Database name --protocol De...
Manual execution
./pandora_aerospike --host<ip> --namespace <namespace> [ --port <port> ] [ --agent_alias <agent_alias> ] [ --use_alias_as_name <use_alias_as_name> ] [ --as_agent_plugin <as_agent_plugin> ] [ --module_prefix <module_prefix> ] [ --tentacle_port <tentacle_port> ...
Configuration in PandoraFMS
As server plugin Manual installation Go to servers > plugins: Click on add: We put in name and the description that is preferred. We put as command the execution with the path of the plugin: /path_pandora_aerospike ...
Módules generated by the plugin
The plugin will create an agent with the following modules: current_time The current time represented as Aerospike epoch time. memory_used_bytes The total bytes of memory used by this namespace on this node.", m...
Introduction
Ver. 09-01-2023 Plugin to remotely pull metrics data from informix.Type: Server plug-in
Compatibility matrix
Systems where tested CentOS 7, Fedora, rocky linux Systems where it should work Any linux system
Pre requisites
Pandora FMS Data Server enabled Pandora FMS Plugin Server enabled Have python3 installed have the ibm_db library installed
Parameters
Parameters --database Name of the database. --hostname Ip or host. --agent_name Name of agent. --agent_alias Agent's alias --use_alias_as_name Use agent alias as name --module_prefix It is used to prefix the modules with --port Default 9089 --u...
Manual execution
python3 pandora_informix.py --hostname <host> --port <port> --uid <user> --database <database> --password <password> --conf <path conf> --as_agent_plugin 1
Configuration in PandoraFMS
As server plugin Manual installation Go to servers > plugins: Click on add: We put in name and the description that is preferred. We put as command the execution with the path of the plugin: /path_pandora_informix.py ...
Modules generated by the plugin
The plugin will create an agent, with a custom name and the following modules: Dbspace I/O fname dreads dwrites Dbspace usage nchunks total used pct_used Checking tables I/O tabnames diskreads diskwrites ...
Introduction
This document aims to describe the basic monitoring of windows and linux computers by snmp remotely using a server plugin. This plugin shows us the information of % RAM memory in use, % disk or filesystem in use, status of a process / service, % total CPU. T...
Requisites
The plugin has as requirements to be able to work: -Have remote snmp enabled with access from the Pandora server.-netsnmp (Essential for the Pandora server).
Compatibility matrix
The agent compatibility matrix is as follows: Systems where tested Linux (SUSE,Fedora, Ubuntu...) con netsnmp Systems where it should work Any system