55 :depth: 2
66 :local:
77
8+ Introduction
9+ ------------
10+
811An alert is triggered when a device metric (e.g., ping, CPU usage) crosses
912its configured threshold for a specified duration (tolerance). A recovery
1013alert is sent when the metric returns to normal.
@@ -22,21 +25,26 @@ setting includes:
2225 continuously breached before triggering an alert. Helps reduce noise
2326 from flapping metrics.
2427
25- OpenWISP Monitoring provides built-in alerts for the following metrics:
26-
2728.. note ::
2829
2930 You can override the default alert settings globally using the
3031 :ref: `openwisp_monitoring_metrics ` setting, or on a per-device basis
3132 as explained in the :doc: `device-checks-and-alert-settings ` section.
3233
34+ The built-in alerts are explained below.
35+
3336.. _ping_alert :
3437
3538Ping
3639----
3740
38- Triggers when the device becomes unreachable via ping. This alert is
39- enabled by default.
41+ Triggers when the device becomes unreachable via ping.
42+
43+ **Alert enabled by default? ** Yes.
44+
45+ **Collected via **: :ref: `Ping Check <ping_check >`.
46+
47+ **Charts **: :ref: `Ping Chart <ping >`.
4048
4149**Default Alert Settings: **
4250
@@ -46,18 +54,17 @@ Threshold ``1``
4654Tolerance ``30 `` minutes
4755========= =================
4856
49- .. note ::
50-
51- The :ref: `ping_check ` check should be enabled for the device to
52- receive this alert.
53-
5457.. _configuration_applied_alert :
5558
5659Config Applied
5760--------------
5861
5962Triggers when the device fails to apply configuration changes within the
60- specified time. This alert is enabled by default.
63+ specified time.
64+
65+ **Alert enabled by default? ** Yes.
66+
67+ **Collected via **: :ref: `Config Applied Check <config_applied_check >`.
6168
6269**Default Alert Settings: **
6370
@@ -67,18 +74,17 @@ Threshold ``1``
6774Tolerance ``10 `` minutes
6875========= =================
6976
70- .. note ::
71-
72- The :ref: `config_applied_check ` check should be enabled for the device
73- to receive this alert.
74-
7577.. _monitoring_data_collected_alert :
7678
7779Data Collected
7880--------------
7981
80- Triggers when no metric data has been collected from the device. This
81- alert is enabled by default.
82+ Triggers when no metric data has been collected from the device.
83+
84+ **Alert enabled by default? ** Yes.
85+
86+ **Collected via **: :ref: `Config Applied Check
87+ <monitoring_data_collected_check>`.
8288
8389**Default Alert Settings: **
8490
@@ -88,44 +94,63 @@ Threshold ``1``
8894Tolerance ``30 `` minutes
8995========= =================
9096
91- .. note : :
97+ .. _ memory_usage_alert :
9298
93- The :ref: `monitoring_data_collected_check ` check should be enabled for
94- the device to receive this alert.
99+ Memory Usage
100+ ------------
101+
102+ Triggers when memory usage exceeds the threshold.
95103
96- CPU Usage
97- ---------
104+ **Alert enabled by default? ** Yes.
98105
99- Triggers when CPU usage exceeds the threshold. This alert is enabled by
100- default.
106+ **Collected via **: :doc: `OpenWrt Monitoring Agent
107+ </openwrt-monitoring-agent/index>`.
108+
109+ **Charts **: :ref: `Memory Usage Chart <memory_usage >`.
101110
102111**Default Alert Settings: **
103112
104113========= ====================
105114Operator ``> (greater than) ``
106- Threshold ``90 `` (percent)
115+ Threshold ``95 `` (percent)
107116Tolerance ``30 `` minutes
108117========= ====================
109118
110- Memory Usage
111- ------------
119+ .. _cpu_load_alert :
120+
121+ CPU Load Average
122+ ----------------
123+
124+ Triggers when CPU usage exceeds the threshold.
125+
126+ **Alert enabled by default? ** Yes.
112127
113- Triggers when memory usage exceeds the threshold. This alert is enabled by
114- default.
128+ **Collected via **: :doc: `OpenWrt Monitoring Agent
129+ </openwrt-monitoring-agent/index>`.
130+
131+ **Charts **: :ref: `CPU Load Chart <cpu_load_averages >`.
115132
116133**Default Alert Settings: **
117134
118135========= ====================
119136Operator ``> (greater than) ``
120- Threshold ``95 `` (percent)
137+ Threshold ``90 `` (percent)
121138Tolerance ``30 `` minutes
122139========= ====================
123140
141+ .. _disk_usage_alert :
142+
124143Disk Usage
125144----------
126145
127- Triggers when disk usage exceeds the threshold. This alert is enabled by
128- default.
146+ Triggers when disk usage exceeds the threshold.
147+
148+ **Alert enabled by default? ** Yes.
149+
150+ **Collected via **: :doc: `OpenWrt Monitoring Agent
151+ </openwrt-monitoring-agent/index>`.
152+
153+ **Charts **: :ref: `Disk Usage Chart <disk_usage >`.
129154
130155**Default Alert Settings: **
131156
@@ -141,7 +166,13 @@ WiFi Clients (Max)
141166------------------
142167
143168Triggers when the number of connected WiFi clients exceeds the threshold.
144- This alert is disabled by default.
169+
170+ **Alert enabled by default? ** No (see :ref: `WiFi Clients Check
171+ <wifi_clients_check>` for details on how to enable it).
172+
173+ **Collected via **: the WiFi clients information is collected through the
174+ :doc: `OpenWrt Monitoring Agent </openwrt-monitoring-agent/index >`, but the
175+ alert is triggered by the :ref: `WiFi Clients Check <wifi_clients_check >`.
145176
146177**Default Alert Settings: **
147178
@@ -151,16 +182,18 @@ Threshold ``50``
151182Tolerance ``120 `` minutes
152183========= ====================
153184
154- .. note ::
155-
156- The :ref: `wifi_clients_check ` check should be enabled for the device
157- to receive this alert.
158-
159185WiFi Clients (Min)
160186------------------
161187
162188Triggers when the number of connected WiFi clients falls below the
163- threshold. This alert is disabled by default.
189+ threshold.
190+
191+ **Alert enabled by default? ** No (see :ref: `WiFi Clients Check
192+ <wifi_clients_check>` for details on how to enable it).
193+
194+ **Collected via **: the WiFi clients information is collected through the
195+ :doc: `OpenWrt Monitoring Agent </openwrt-monitoring-agent/index >`, but the
196+ alert is triggered by the :ref: `WiFi Clients Check <wifi_clients_check >`.
164197
165198**Default Alert Settings: **
166199
@@ -169,8 +202,3 @@ Operator ``< (less than)``
169202Threshold ``1 ``
170203Tolerance ``0 `` minutes
171204========= =================
172-
173- .. note ::
174-
175- The :ref: `wifi_clients_check ` check should be enabled for the device
176- to receive this alert.
0 commit comments