summaryrefslogtreecommitdiffstats
path: root/docs/notification_system.md
diff options
context:
space:
mode:
authorbeeankha <beeankha@gmail.com>2020-05-19 15:13:21 +0200
committerbeeankha <beeankha@gmail.com>2020-05-19 21:00:27 +0200
commitbc4d789da08ba6c9deed7dd0f75233c50e049f36 (patch)
tree898c85ce474c96eed1036ddbe67b0c953b2313bc /docs/notification_system.md
parentMerge pull request #7071 from JoelKle/fix_host_port (diff)
downloadawx-bc4d789da08ba6c9deed7dd0f75233c50e049f36.tar.xz
awx-bc4d789da08ba6c9deed7dd0f75233c50e049f36.zip
Remove HipChat notification type
Diffstat (limited to 'docs/notification_system.md')
-rw-r--r--docs/notification_system.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/notification_system.md b/docs/notification_system.md
index a57cae4eab..8b5b04b733 100644
--- a/docs/notification_system.md
+++ b/docs/notification_system.md
@@ -72,7 +72,6 @@ The currently-defined Notification Types are:
* Email
* Slack
-* HipChat
* Mattermost
* Rocket.Chat
* Pagerduty
@@ -83,6 +82,8 @@ The currently-defined Notification Types are:
Each of these have their own configuration and behavioral semantics and testing them may need to be approached in different ways. The following sections will give as much detail as possible.
+> **Note:** The HipChat notification type will be unavailable as of Tower 4.0
+
## Email
The email notification type supports a wide variety of SMTP servers and has support for SSL/TLS connections and timeouts.