Skip to content

Commit

Permalink
Merge pull request #105 from emqx/fix/cluster
Browse files Browse the repository at this point in the history
fix: cluster & alarm
  • Loading branch information
QQDQ authored Aug 13, 2024
2 parents 4ab1ac1 + cc7df58 commit 84d99c3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion ecp/en_US/monitor/monitor_cluster.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Monitor Edge Services
# Monitor EMQX Cluster

ECP provides a comprehensive operating status overview on the **Workspace - Maintenance - Monitoring - Data Integration Monitoring** page.

Expand Down
8 changes: 4 additions & 4 deletions ecp/en_US/monitor/rules.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ See below for a list of alarms in ECP.

| Alarm Type | Default Severity Level | Alarm Message | Identical Alarm Criteria |
| ------------------------------------------------------------ | :--------------------: | :----------------------------------------------------------- | :------------------------------------------------- |
| Email send failed alarm | Normal | Email sending failed, please check mail server configuration. | |
| Email send failed alarm | Normal | Email sending failed, please check mail server configuration | |
| Webhook send failed alarm | Normal | Webhook sending failed, Webhook address: <code v-pre>{{address}}</code> | |
| NeuronEX data collection driver exception alarm (including south and north) | Critical | NeuronEX <code v-pre>{{instance name}}</code> Driver <code v-pre>{{driver name}}</code> exception | From the same driver on the same NeuronEX instance |
| NeuronEX data processing rule exception alarm | Critical | NeuronEX <code v-pre>{{instance name}}</code> Rule <code v-pre>{{rule name}}</code> exception. | From the same rule on the same NeuronEX instance |
| NeuronEX data processing rule exception alarm | Critical | NeuronEX <code v-pre>{{instance name}}</code> Rule <code v-pre>{{rule name}}</code> exception | From the same rule on the same NeuronEX instance |
| NeuronEX offline alarm | Critical | NeuronEX <code v-pre>{{instance name}}</code> Offline | From the same NeuronEX instance |
| NeuronEX restart alarm | Critical | NeuronEX <code v-pre>{{instance name}}</code> Restarted | From the same NeuronEX instance |
| EMQX rule alarm | Critical | EMQX <code v-pre>{{instance name}}</code> Rule <code v-pre>{{rule name}}</code> alarm. | From the same EMQX cluster |
| EMQX connector alarm | Critical | EMQX <code v-pre>{{instance name}}</code> Connector <code v-pre>{{connector name}}</code> | From the same EMQX cluster |
| EMQX rule alarm | Critical | EMQX <code v-pre>{{instance name}}</code> Rule <code v-pre>{{rule name}}</code> alarm | From the same EMQX cluster |
| EMQX connector alarm | Critical | EMQX <code v-pre>{{instance name}}</code> Connector <code v-pre>{{connector name}}</code> alarm | From the same EMQX cluster |

0 comments on commit 84d99c3

Please sign in to comment.