Skip to main content

Allow argus-server to create tickets in Request Tracker

Project description

argus_ticket_rt

This is a plugin to create tickets in Request Tracker from Argus

Settings

  • TICKET_ENDPOINT: Link to instance, absolute URL

  • TICKET_AUTHENTICATION_SECRET: Standard username/password or token:

    {
        "username": username,
        "password": password
    }
    

    or

    {
        "token": token
    }
    
  • TICKET_INFORMATION: Queue (obligatory)

    {
        "queue": queue_name
    }
    

Library

The library was changed from rt_client to rt since rt_client did not support token authentication.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

argus_ticket_rt-0.3-py3-none-any.whl (3.2 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page