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

Introduction

Redmine plugin

Plugin to manage tickets for your Redmine projects.

Compatibility matrix

Redmine plugin

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

Pre requisites

Redmine plugin

Required: Enable rest web services in redmine * Python3  * Module requests * In the binary version of the plugin it is not necessary to install these dependencies, since they are already included in the plugin.

Configuration

Redmine plugin

Web service rest must be enabled to use the plugin as it communicates with the API. To get to this menu, click on administration, then on configuration and finally on authentication. The API token can be seen in "my account":   * Remember that to creat...

Parameters

Redmine plugin

Parameters Method -m post,put o delete host -i, --ip site redmine token -t  token  API project id -p id project ticket id -tid ticket id subject -s subject description -d description priority id -pi priority status id -st state assi...

Create ticket

Redmine plugin

Necessary arguments  -m (post) -i (host)  -t (token) -p (project id) -s (subject) -d (description) -pi (priority id) -st (status id) -a (asigned to id)   Example manual execution ./pandora_redmine -m post -i http://pandorap.m.redmine.org -t <token>...

Update ticket

Redmine plugin

Necessary arguments  -m (post) -i (host)  -t (token) -p (project id) -tid (ticket id) -s (subject) -d (description) -pi (priority id) -st (status id) -a (asigned to id)   Example manual execution ./pandora_redmine -m put -tid 1 -i http://pandorap....

Delete ticket

Redmine plugin

It will be eliminated by searching the request by id. Example manual execution: ./pandora_redmine -m delete -tid 2 -i http://pandorap.m.redmine.org -t <token>

Introducción

Cloud Foundry

Cloud Foundry tiene una arquitectura basada en contenedores que ejecuta aplicaciones en cualquier lenguaje de programación. Para su administración organiza los contenedores en Organizaciones, Espacios y Apps. Con el Plugin de PandoraFMS podremos obtener info...

Matriz de compatibilidad

Cloud Foundry

Probado en entorno Pivotal Cloud Foundry

Pre requisitos

Cloud Foundry

Para el correcto funcionamiento de este plugin es necesario que se instale la herramientaCF CLI en el servidor donde se vaya a ejecutar el plugin y la libreria PandoraFMS::PluginTools. Esta librería está disponible con la instalación del paquete Pandora FMS O...

Configuración del plugin

Cloud Foundry

Dentro del fichero de configuración del plugin deben indicarse los siguientes parámetros: #Ejemplo parámetros plugin Cloud Foundry api_url https://api.run.pivotal.io username [email protected] password password organization Artica space development # Pando...

Ejecución manual

Cloud Foundry

Este plugin se puede lanzar como plugin de agente ( module_plugin Cloud_foundry_v1.0.pl cloud_foundry.conf ) o bien como plugin de servidor añadiendolo a la lista de plugins de igual modo a la ejecución manual que se explica más abajo. Ejecución del plugin: ...

Módulos generados por el plugin

Cloud Foundry

La ejecución estándar de este plugin devolverá los siguientes módulos por defecto: Se crearán los siguientes agentes: - Un agente por organización con los siguientes módulos:StatusMem usage %- Un agente por espacio con los siguientes módulos:Mem Usage %App C...

Introduction

Cloud Foundry

Cloud Foundry has a container-based architecture that runs applications in any programming language. For its administration it organizes the containers in Organizations, Spaces and Apps.With PandoraFMS Plugin we will be able to obtain information through the A...

Compatibility matrix

Cloud Foundry

Tested in Pivotal Cloud Foundry environment

Prerequisites

Cloud Foundry

For the correct operation of this plugin it is necessary to install the CF CLI tool and the Pandora FMS::PluginTools library in the server where the plugin are going to be executed.This library is available with the installation of the Pandora FMS OpenSource p...

Plugin configuration

Cloud Foundry

The following parameters must be specified in the plugin configuration file: #Ejemplo parámetros plugin Cloud Foundry api_url https://api.run.pivotal.io username [email protected] password password organization Artica space development # Pandora Server con...

Manual execution

Cloud Foundry

This plugin can be launched as an agent plugin ( module_plugin Cloud_foundry_v1.0.pl cloud_foundry.conf ) or as a server plugin adding it to the list of plugins in the same way as the manual execution explained below.Plugin execution: ./Cloud_foundry_v1.0.pl ...

Modules generated by the plugin

Cloud Foundry

The standard execution of this plugin will return the following modules by default:The following agents will be created:One agent per organization with the following modules:StatusMem usage %One agent per space with the following modules:Mem Usage %App CountSe...