diff options
author | beeankha <beeankha@gmail.com> | 2020-05-19 15:13:21 +0200 |
---|---|---|
committer | beeankha <beeankha@gmail.com> | 2020-05-19 21:00:27 +0200 |
commit | bc4d789da08ba6c9deed7dd0f75233c50e049f36 (patch) | |
tree | 898c85ce474c96eed1036ddbe67b0c953b2313bc /docs/notification_system.md | |
parent | Merge pull request #7071 from JoelKle/fix_host_port (diff) | |
download | awx-bc4d789da08ba6c9deed7dd0f75233c50e049f36.tar.xz awx-bc4d789da08ba6c9deed7dd0f75233c50e049f36.zip |
Remove HipChat notification type
Diffstat (limited to 'docs/notification_system.md')
-rw-r--r-- | docs/notification_system.md | 3 |
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. |