Skip to content
This repository was archived by the owner on Jul 11, 2022. It is now read-only.
This repository was archived by the owner on Jul 11, 2022. It is now read-only.

alert plugins are not loaded #36

@marvinthepa

Description

@marvinthepa

I was trying to install https://github.com/vikingco/cabot-alert-victorops. I followed the steps outlined in the Readme (adapted to the container):

  1. Enter the cabot virtual environment.
  2. Run pip install cabot-alert-victorops (in Dockerfile instead)
  3. Add cabot_alert_victorops to the installed apps in settings.py (instead: ENV CABOT_PLUGINS_ENABLED=cabot_alert_hipchat,cabot_alert_twilio,cabot_alert_email,cabot_alert_victorops)
  4. Run manage.py syncdb (not necessary, run in run.sh)
  5. Set VICTOROPS_URL and VICTOROPS_API_KEY environment variables (again in Dockerfile)
  6. Restart Cabot (not necessary, is started later anyway)

However, the plugin is never loaded.

Using some very troublesome println-debugging, I managed to figure out that the plugin file is imported, but the class is not registered to AlertPlugin.__subclasses__().

Adding the plugin works flawlessly in the development Vagrant box.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions