{% extends "base.html" %} {% load compress humanize staticfiles hc_extras %} {% block title %}Notification Channels - {% site_name %}{% endblock %} {% block content %}

HipChat

{% if request.user.is_authenticated %}

If your team uses HipChat, you can set up {% site_name %} to post status updates directly to an appropriate HipChat room.

{% csrf_token %}
{% else %}

{% site_name %} is a free and open source service for monitoring your cron jobs, background processes and scheduled tasks. Before adding HipChat integration, please log into {% site_name %}:

{% csrf_token %}
@
{% endif %}

Setup Guide

1

After {% if request.user.is_authenticated %}{% else %}logging in and{% endif %} clicking on "Install HipChat Integration", you will be asked to log into HipChat.

Screenshot
2

Next, HipChat will let you select the chat room for receiving {% site_name %} notifications.

Screenshot
3

Next, HipChat will show you the permissions requested by {% site_name %}. There's only one permission needed: "Send Notification".

Screenshot
4

That is all! You will now be redirected back to "Integrations" page on {% site_name %} and see the new integration!

Screenshot
{% endblock %}