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.
 
 
 
 
 

23 lines
684 B

{% load hc_extras static %}
{
"name": "{% site_name %}",
"description": "Get Notified When Your Cron Jobs Fail",
"key": "io.healthchecks.hipchat",
"links": {
"homepage": "{% site_root %}",
"self": "{% site_root %}{% url 'hc-hipchat-capabilities' %}"
},
"capabilities": {
"installable": {
"allowGlobal": false,
"allowRoom": true,
"installedUrl": "{% site_root %}{% url 'hc-add-hipchat'%}"
},
"hipchatApiConsumer": {
"avatar": "{% site_root %}{% static 'img/logo-512-green.png' %}",
"scopes": [
"send_notification"
]
}
}
}