1 Star2 Stars3 Stars4 Stars5 Stars (No Ratings Yet)
Loading...

Update in: 14 July 2022


:

Plugin to integrate the Redmine ticketing system into Pandora

Type: Agent plugin

With this plugin you can create, update and delete tickets, from terminal, or from the PandoraFMS console.

Parameters

-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)

Samples

Open issue:

python3 pandora_redmine.py -m post -i http://pandorap.m.redmine.org -t token -p 1 -s "este es el subject" -d "descripción" -pi 1 -st 1 -a 1

Update issue:

python3 pandora_redmine.py -m put -tid 1 -i http://pandorap.m.redmine.org -t token -p 1 -s "omg" -d "Editando subject" -pi 1 -st 1 -a 1

Delete issue:

python3 pandora_redmine.py -m delete -tid 2 -i http://pandorap.m.redmine.org -t token

Documentation
EN: Pandora Redmine EN
ES:  Pandora Redmine ES


Only enterprise users can view the download links.

(Visited 187 times, 1 visits today)

For correct visualization of the Pandora FMS library extension, you must have installed version NG 760 or superior

X