|
9 | 9 | TrueCommand alerts provide visual warnings for monitored systems that require attention.
|
10 | 10 | Monitored TrueNAS systems and TrueCommand alert rules can both generate alerts.
|
11 | 11 |
|
12 |
| -TrueCommand can discover and show TrueNAS system alerts created created in the last two months. |
13 |
| -Alerts older than this do not show in TrueCommand. |
| 12 | +TrueCommand can discover and show alerts that a TrueNAS system created in the last two months. |
| 13 | +Alerts older than two months do not show in TrueCommand. |
14 | 14 |
|
15 |
| -Administrator accounts can see all system alerts but non-administrator accounts can only see alerts on systems they are permitted to access. |
| 15 | +Administrator accounts can see all system alerts, but non-administrator accounts can only see alerts on systems they can access. |
16 | 16 |
|
17 | 17 | TrueCommand provides three alert screen options:
|
18 | 18 | * **All Alerts** displays all alerts from systems that TrueCommand monitors.
|
@@ -99,14 +99,14 @@ To create a new rule:
|
99 | 99 |
|
100 | 100 | b. Select a comparison type in **Comparator** (**Greater Than**, **Less Than**, or **Not Equals**).
|
101 | 101 | The comparison type applies to the data source and comparison value.
|
102 |
| - c. Enter the comparison value by entering an integer appropriate for the selected options in the **Value** field. |
| 102 | + c. Enter the comparison value using an integer appropriate for the selected options in the **Value** field. |
103 | 103 | The integer acts as a threshold or limitation for when the rule generates an alert.
|
104 | 104 | 3. Click **SAVE ALERT RULE ** to finish creating the new alert rule. To start over, click **RESET**.
|
105 | 105 |
|
106 | 106 | ## Alert Services Screens and Functions
|
107 | 107 | {{< hint type=important >}}
|
108 | 108 | Configurable alert services are only available for local installations or containerized TrueCommand deployments.
|
109 |
| -TrueCommand Cloud instances use email alerts by default sent through `mail.truecommand.io`; PagerDuty is not supported. |
| 109 | +TrueCommand Cloud instances use email alerts sent through `mail.truecommand.io` by default and do not support PagerDuty. |
110 | 110 | {{< /hint >}}
|
111 | 111 |
|
112 | 112 | TrueCommand uses different service plugins to expand how it communicates alerts to users or administrators.
|
@@ -139,19 +139,19 @@ To configure SMTP service:
|
139 | 139 | Enter the host name for the mail server in **Mailserver** (*smtp.gmail.com* for example).
|
140 | 140 |
|
141 | 141 | Enter the port number for the mail server in **Mailserver port**.
|
142 |
| - Use port *465* for best security with SSL/TLS encryption, as STARTTLS, usually provided through port *587*, is not supported. |
| 142 | + Use port *465* for best security with SSL/TLS encryption. STARTTLS, which email services usually provide through port *587*, is not supported. |
143 | 143 |
|
144 | 144 | Enter the email address for plain authentication in **Username **, for example, *[email protected]*, and the password for plain authentication in **Password **.
|
145 | 145 | For a *No-Auth* SMTP configuration, leave the password field blank.
|
146 | 146 |
|
147 | 147 | If configuring smtp.gmail.com, create an **App Password** in the Gmail account.
|
148 | 148 | Enter this password here to configure Gmail SMTP service authentication.
|
149 | 149 |
|
150 |
| - Enter the address that sends the email (i.e., [email protected]) or allows you to customize the sender field of the email in **From Address ** |
| 150 | + Enter the address that sends the email (i.e., [email protected]) or allows you to customize the sender field of the email in **From Address **. |
151 | 151 |
|
152 | 152 | Select **Enable TLS** to initiate a connection with TLS.
|
153 | 153 |
|
154 |
| - Click **Test** on the **SMTP Email** configuration screen to verify that the configuration is correct. |
| 154 | + Click **Test** on the **SMTP Email** configuration screen to verify the configuration is correct. |
155 | 155 | If you do not receive a test alert email, check the values entered are accurate.
|
156 | 156 |
|
157 | 157 | The system displays pop-up messages to prompt you if the email address for the administration user account (root or admin user) is not added.
|
|
0 commit comments