Sign inSign up

jrandall/rt-integration

By jrandall

Updated almost 11 years ago

Image
0

1.1K

jrandall/rt-integration repository overview

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:

docker pull jrandall/rt-integration

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

docker 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:

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

Tag summary

Content type

Image

Digest

sha256:e7ed331ce

Size

113.8 MB

Last updated

almost 11 years ago

docker pull jrandall/rt-integration