-
Notifications
You must be signed in to change notification settings - Fork 174
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Clarify TrueCommand Cloud alert-settings
Remove misleading statement about TLS and emphasize the lack of support for external relays on Cloud.
- Loading branch information
1 parent
c8e00d5
commit 1b7430c
Showing
1 changed file
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -104,8 +104,10 @@ To create a new rule: | |
3. Click **SAVE ALERT RULE ** to finish creating the new alert rule. To start over, click **RESET**. | ||
|
||
## Alert Services Screens and Functions | ||
{{< hint type=warning >}} | ||
Configurable alert services are only available for local installations or containerized TrueCommand deployments. | ||
TrueCommand Cloud instances use email alerts by default; PagerDuty is not an option. | ||
TrueCommand Cloud instances use email alerts by default sent through `mail.truecommand.io`; PagerDuty is not supported. | ||
{{< /hint >}} | ||
|
||
TrueCommand uses different service plugins to expand how it communicates alerts to users or administrators. | ||
Individual user accounts can use service plugins to manage how TrueCommand notifies them of a system alert. | ||
|
@@ -125,8 +127,6 @@ Each plugin has three options: | |
|
||
### Configuring SMTP Email | ||
{{< hint type=note >}} | ||
Before proceeding, verify that the sending mail server has TLS enabled. | ||
TrueCommand cannot send emails through a mail server without TLS. | ||
The user profile page must have an email address to receive emails. | ||
{{< /hint >}} | ||
|
||
|
@@ -139,7 +139,7 @@ To configure SMTP service: | |
Enter the host name for the mail server in **Mailserver** (*smtp.gmail.com* for example). | ||
|
||
Enter the port number for the mail server in **Mailserver port**. | ||
Use port *465* for best security with SSL/TLS encryption. | ||
Use port *465* for best security with SSL/TLS encryption, as STARTTLS, usually provided through port *587*, is not supported. | ||
|
||
Enter the email address for plain authentication in **Username**, for example, *[email protected]*, and the password for plain authentication in **Password**. | ||
For a *No-Auth* SMTP configuration, leave the password field blank. | ||
|