Skip to content

Commit 7e16acc

Browse files
authored
Update jfrog-artifactory-opentelemetry.md
1 parent b0a72fd commit 7e16acc

File tree

1 file changed

+16
-7
lines changed

1 file changed

+16
-7
lines changed

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

Lines changed: 16 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -257,12 +257,21 @@ import CreateMonitors from '../../../reuse/apps/create-monitors.md';
257257

258258
### Active Directory alerts
259259

260+
261+
## Create monitors for Artifactory app
262+
263+
import CreateMonitors from '../../../reuse/apps/create-monitors.md';
264+
265+
<CreateMonitors/>
266+
267+
### Artifactory alerts
268+
260269
| Name | Description | Alert Condition | Recover Condition |
261270
|:--|:--|:--|:--|
262-
| `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 |
263-
| `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 |
264-
| `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 |
265-
| `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 |
266-
| `Active Directory - Replication Failures` | This alert triggers when AD replication failures occur, which can impact directory synchronization. | Count `>` 0 | Count `<=` 0 |
267-
| `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 |
268-
271+
| `Artifactory - Excessive Denied Login Attempts` | This alert is triggered when there are multiple denied login attempts from the same IP or user. | Count `>` 5 | Count `<=` 5 |
272+
| `Artifactory - High 4xx Status Codes` | This alert is triggered when there's a high number of HTTP 4xx error responses. | Count `>` 10 | Count `<=` 10 |
273+
| `Artifactory - High 5xx Status Codes` | This alert is triggered when there's a high number of HTTP 5xx error responses. | Count `>` 10 | Count `<=` 10 |
274+
| `Artifactory - High Denied Deploys to Cached Repos` | This alert is triggered when there's a high number of denied deploy attempts to cached repositories. | Count `>` 5 | Count `<=` 5 |
275+
| `Artifactory - High Denied Deploys to Non-Cached Repos` | This alert is triggered when there's a spike in denied deploy attempts to non-cached repositories. | Count `>` 5 | Count `<=` 5 |
276+
| `Artifactory - High Denied Downloads` | This alert is triggered when there's a high number of denied download attempts. | Count `>` 5 | Count `<=` 5 |
277+
| `Artifactory - Slow HTTP Response Times` | This alert is triggered when Artifactory response times are high. | Count `>` 5 | Count `<=` 5 |

0 commit comments

Comments
 (0)