Skip to content

Commit 2cab8ae

Browse files
SUMO-252275: Adding monitor's information to OTEL Apps Set3
1 parent 9067fe4 commit 2cab8ae

File tree

3 files changed

+54
-0
lines changed

3 files changed

+54
-0
lines changed

docs/integrations/app-development/opentelemetry/jfrog-artifactory-opentelemetry.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -244,3 +244,21 @@ import JfrogReq from '../../../reuse/apps/jfrog/artifactory-request-access.md';
244244
import JfrogTr from '../../../reuse/apps/jfrog/artifactory-traffic.md';
245245

246246
<JfrogTr/>
247+
248+
## Create monitors for Active Directory app
249+
250+
import CreateMonitors from '../../../reuse/apps/create-monitors.md';
251+
252+
<CreateMonitors/>
253+
254+
### Active Directory alerts
255+
256+
| Name | Description | Alert Condition | Recover Condition |
257+
|:--|:--|:--|:--|
258+
| `Active Directory - Account Lockouts Spike` | This alert is triggered when there are multiple account lockouts in a short time period, indicating potential brute force attempts. | Count `>=` 5 | Count `<` 5 |
259+
| `Active Directory - Directory Service Failures` | This alert is triggered when there are critical Directory Service failures that could impact AD functionality. | Count `>=` 3 | Count `<` 3 |
260+
| `Active Directory - Mass User Account Deletions` | This alert triggers when multiple user accounts are deleted in a short time period, which could indicate malicious activity | Count `>` 5 | Count `<=` 5 |
261+
| `Active Directory - NTLM Authentication Failures` | This alert is triggered when there are multiple NTLM authentication failures, which could indicate credential theft attempts | Count `>=` 5 | Count `<` 5 |
262+
| `Active Directory - Replication Failures` | This alert triggers when AD replication failures occur, which can impact directory synchronization | Count `>` 0 | Count `<=` 0 |
263+
| `Active Directory - Schema Modifications` | This alert is triggered when changes are made to the AD schema, which are rare and potentially high-impact changes | Count `>` 0 | Count `<=` 0 |
264+

docs/integrations/containers-orchestration/opentelemetry/vmware-opentelemetry.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -276,3 +276,22 @@ The **VMWare - VM Details** dashboard provides a detailed analysis of VM metrics
276276
- **Top 25 VMs Network Packet Rate**. Top 25 VMs Network transmitted/received packet rate.
277277
- **Top 25 VMs Network Packet Drop Rate**. Top 25 VMs Network transmitted/received packet drop rate.
278278
- **Top 25 VMs Memory Swapped**. Top 25 VMs Memory swapped.
279+
280+
## Create monitors for VMWare app
281+
282+
import CreateMonitors from '../../../reuse/apps/create-monitors.md';
283+
284+
<CreateMonitors/>
285+
286+
### VMWare alerts
287+
288+
| Name | Description | Alert Condition | Recover Condition |
289+
|:--|:--|:--|:--|
290+
| `VMware - Datastore High Utilization` | This alert is triggered when datastore usage is approaching capacity. | Count `>=` 90 | Count `<` 90 |
291+
| `VMware - High Virtual Disk Read Latency` | This alert gets triggered on high virtual datastore read latency indicating storage performance issues. | Count `>=` 20 | Count `<` 20 |
292+
| `VMware - High Virtual Disk Write Latency` | This alert gets triggered on high virtual datastore write latency indicating storage performance issues. | Count `>=` 20 | Count `<` 20 |
293+
| `VMware - Host CPU High Utilization` | This alert is triggered when host CPU utilization is consistently high, which may impact VM performance. | Count `>=` 90 | Count `<` 90 |
294+
| `VMware - Host Memory Utilization` | This alert is triggered when host memory utilization is consistently high. | Count `>=` 95 | Count `<` 95 |
295+
| `VMware - VM CPU Ready Time High` | This alert gets triggered when VMs are waiting too long for CPU resources, indicating CPU contention. | Count `>=` 10 | Count `<` 10 |
296+
| `VMware - VM Memory Balloon Pressure` | This alert gets triggered when VMs are experiencing significant memory ballooning. | Count `>=` 1024 | Count `<` 1024 |
297+

docs/integrations/microsoft-azure/opentelemetry/active-directory-json-opentelemetry.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -180,3 +180,20 @@ The **Active Directory Service Activity** dashboard provides insights into overa
180180
The **Active Directory Service Failures** dashboard provides an at-a-glance view of success, failures, and audit failures overtime.
181181

182182
<img src='https://sumologic-app-data-v2.s3.amazonaws.com/dashboards/Active-Directory-OpenTelemetry/Active-Directory-Service-Failures.png' alt="Service Failures" />
183+
184+
## Create monitors for Active Directory app
185+
186+
import CreateMonitors from '../../../reuse/apps/create-monitors.md';
187+
188+
<CreateMonitors/>
189+
190+
### Active Directory alerts
191+
192+
| Name | Description | Alert Condition | Recover Condition |
193+
|:--|:--|:--|:--|
194+
| `Active Directory - Account Lockouts Spike` | This alert is triggered when there are multiple account lockouts in a short time period, indicating potential brute force attempts. | Count `>=` 5 | Count `<` 5 |
195+
| `Active Directory - Directory Service Failures` | This alert is triggered when there are critical Directory Service failures that could impact AD functionality. | Count `>=` 3 | Count `<` 3 |
196+
| `Active Directory - Mass User Account Deletions` | This alert triggers when multiple user accounts are deleted in a short time period, which could indicate malicious activity | Count `>` 5 | Count `<=` 5 |
197+
| `Active Directory - NTLM Authentication Failures` | This alert is triggered when there are multiple NTLM authentication failures, which could indicate credential theft attempts | Count `>=` 5 | Count `<` 5 |
198+
| `Active Directory - Replication Failures` | This alert triggers when AD replication failures occur, which can impact directory synchronization | Count `>` 0 | Count `<=` 0 |
199+
| `Active Directory - Schema Modifications` | This alert is triggered when changes are made to the AD schema, which are rare and potentially high-impact changes | Count `>` 0 | Count `<=` 0 |

0 commit comments

Comments
 (0)