You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

22 lines
684 B

  1. {% load hc_extras static %}
  2. {
  3. "name": "{% site_name %}",
  4. "description": "Get Notified When Your Cron Jobs Fail",
  5. "key": "io.healthchecks.hipchat",
  6. "links": {
  7. "homepage": "{% site_root %}",
  8. "self": "{% site_root %}{% url 'hc-hipchat-capabilities' %}"
  9. },
  10. "capabilities": {
  11. "installable": {
  12. "allowGlobal": false,
  13. "allowRoom": true,
  14. "installedUrl": "{% site_root %}{% url 'hc-add-hipchat'%}"
  15. },
  16. "hipchatApiConsumer": {
  17. "avatar": "{% site_root %}{% static 'img/logo-512-green.png' %}",
  18. "scopes": [
  19. "send_notification"
  20. ]
  21. }
  22. }
  23. }