wtsi-hgi/rt-integration

Name: rt-integration

Owner: Wellcome Trust Sanger Institute - Human Genetics Informatics

Description: Fetches tickets from RT (using REST API) and sends them to webhook

Created: 2014-05-20 20:03:01.0

Updated: 2014-09-09 18:37:38.0

Pushed: 2014-05-23 18:29:04.0

Homepage: null

Size: 168

Language: Perl

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

rt-integration

Fetches tickets from RT (using REST API) and sends them to webhooks.

Running using docker

You can run rt-agent directly from the trusted docker build without downloading the source at all. To do this, first pull the docker image:

er pull jrandall/rt-integration

Then, to run rt-agent, you can either pass configuration information as command-line options:

er run jrandall/rt-integration ./rt-agent.pl --rt_url http://rt.example.com/ --rt_username user --rt_password pass 

Or alternatively, you can write a configuration file and bind-mount it into the container:

er run -v ~/.rt_agent:/etc/rt_agent.cfg jrandall/rt-integration ./rt-agent.pl

This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.