Advanced Search
Search Results
2200 total results found
Ejecución manual
Si se ejecuta correctamente veremos un 1 . Con as_agent_plugin a 1 veremos el xml por terminal.
Módulos generados por el plugin
Se crearan los siguientes agentes con los siguientes módulos : INFLUXDB_Runtime Alloc Frees HeapAlloc HeapIdle HeapInUse HeapObjects HeapReleased HeapSys Lookups Mallocs NumGC NumGOroutine PauseTotalNS Sys TotalAlloc INFLUXDB_queryExecutor qu...
Introduction
Ver. 08-12-2021With this plug-in can see InfluxDB stats Tipo: Server plugin
Compatibility matrix
Systems where it has been tested CentOS 7, Fedora, Debian Systems where it should work Any linux system
Pre requisites
Required: Python3 installed The influx db module installed. Have Pandora FMS Data Server enabled. Have Pandora FMS Plugin Server enabled.
Configuration
Python 3. CentOS o fedora yum install python3 Debian apt-get install python3 PIP CentOS o fedora yum install python3-pip Debian apt install python3-pip Influxdb library pip3 install influxdb The plugin will take the stats that can be viewed ...
General parameters
python3 pandora_influxdb.py --host <name host> --port <number port> --user <user -- password <password> [ -g <group> ] [ --data_dir <data dir> ] [ --as_agent_plugin 1] If the execution is correct we will see a 1.
Specific parameters
The plugin have this parameters: Parameter Description --host <host> hostname (required) --port <puerto> Port number (8086 default) --user <user> Username (if needed) --password <password> Password (if needed) -g GROUP, --group GROUP Pandora FMS ta...
Manual execution
If executed correctly we will see a 1 . With as_agent_plugin set to 1 we will see the xml via terminal.
Modules generated by the plugin
The following agents will be created with the following modules : INFLUXDB_Runtime Alloc Frees HeapAlloc HeapIdle HeapInUse HeapObjects HeapReleased HeapSys Lookups Mallocs NumGC NumGOroutine PauseTotalNS Sys TotalAlloc INFLUXDB_queryExecutor ...
Introducción
Plugin para gestionar tickets en zendesk. Con este script se pueden crear, actualizar y eliminar tickets de este sistema, desde terminal o desde PandoraFMS.
Matriz de compatibilidad
Sistemas donde se ha probado CentOS 7, Fedora Sistemas donde debería funcionar Cualquier sistema linux
Configuración
Se tiene que habilitar el acceso a la api con contraseña en zendesk o el de acceso con token. Estas opciones estarán en administrador > API.
Pre requisitos
Se requiere: Habilitar autenticación API * Python3 * Librería requests * En la versión binaria del plugin no son necesarias estas dependencias puesto que ya vienen incluidas en el.
Crear ticket
Parámetros Method -m get,post,put o delete host -i, --ip nombre de tu sitio zendesk user -us nombre de tu usuario (email) password -p pass de la API token -t token de la API ticket name -tn nombre del ticket ticket comment -tb contenido (...
Actualizar ticket
Parámetros Method -m get,post,put o delete host -i, --ip nombre de tu sitio zendesk user -us nombre de tu usuario (email) password -p pass de la API token -t token de la API ticket name -tn nombre del ticket ticket comment -tb contenido (t...
Eliminar ticket
Se borrará un ticket buscando por su id. Ejemplo con ejecución manual ./pandora_zendesk -m delete -i pandoraplugin -us <email> -p <password> -id 4
Parámetros
Parámetros Method -m get,post,put o delete host -i, --ip nombre de tu sitio zendesk user -us nombre de tu usuario (email) password -p password del usuario token -t token de la API ticket name -tn nombre del ticket ticket comment -tb conte...
Introducción
Plugin para gestionar tickets en Zammad, puedes crear, eliminar y actualizar tickets. SIGUIENTE >
Matriz de compatibilidad
Sistemas donde se ha probado CentOS 7, Fedora. Sistemas donde debería funcionar Cualquier sistema GNU/Linux. < ANTERIOR SIGUIENTE >