Skip to content

Commit 0a44606

Browse files
Adding Oracle and IIS10 Otel monitor info
1 parent fbf5007 commit 0a44606

File tree

2 files changed

+43
-0
lines changed

2 files changed

+43
-0
lines changed

docs/integrations/databases/opentelemetry/oracle-opentelemetry.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -559,3 +559,26 @@ See information derived from the syslog audit trail, including successful and fa
559559
<img src='https://sumologic-app-data-v2.s3.amazonaws.com/dashboards/Oracle-OpenTelemetry/Oracle-Performance-Details.png' alt="Monitor Performance by DB Script" />
560560
The Oracle - Performance Details dashboard gives insight about - count of rollback, commits, transaction, process, session.
561561
In addition to this it helps monitoring physical and logical reads, PGA allocated. This dashboard is based on the [metrics collected by Oracle DB opentelemetry receiver](https://github.com/open-telemetry/opentelemetry-collector-contrib/blob/main/receiver/oracledbreceiver/documentation.md).
562+
563+
## Create monitors for Oracle app
564+
565+
import CreateMonitors from '../../../reuse/apps/create-monitors.md';
566+
567+
<CreateMonitors/>
568+
569+
### Oracle alerts
570+
571+
| Name | Description | Alert Condition | Recover Condition |
572+
|:--|:--|:--|:--|
573+
| `Oracle - Admin Restricted Command Execution` | This alert is triggered when the Listener could not resolve a command. | Count `>` 0 | Count `<=` 0 |
574+
| `Oracle - Archival Log Creation` | This alert is triggered when there is an archive log creation error. | Count `>` 0 | Count `<=` 0 |
575+
| `Oracle - Block Corruption` | This alert is triggered when we detect corrupted data blocks. | Count `>` 0 | Count `<=` 0 |
576+
| `Oracle - Database Crash` | This alert is triggered when the database crashes. | Count `>` 0 | Count `<=` 0 |
577+
| `Oracle - Deadlock` | This alert is triggered when deadlocks are detected. | Count `>` 5 | Count `<=` 5 |
578+
| `Oracle - Fatal NI Connect Error` | This alert is triggered when we detect a "Fatal NI connect error". | Count `>` 0 | Count `<=` 0 |
579+
| `Oracle - Internal Errors` | This alert is triggered when internal errors are detected. | Count `>` 0 | Count `<=` 0 |
580+
| `Oracle - Login Fail` | This alert is triggered when we detect that a user cannot login. | Count `>` 0 | Count `<=` 0 |
581+
| `Oracle - Possible Inappropriate Activity` | This alert is triggered when we detect possible inappropriate activity. | Count `>` 0 | Count `<=` 0 |
582+
| `Oracle - TNS Error` | This alert is triggered when we detect TNS operations errors. | Count `>` 0 | Count `<=` 0 |
583+
| `Oracle - Unable To Extend Tablespace` | This alert is triggered when we detect that we are unable to extend tablespaces. | Count `>` 0 | Count `<=` 0 |
584+
| `Oracle - Unauthorized Command Execution` | This alert is triggered when we detect that a user is not authorized to execute a requested listener command in a Oracle instance. | Count `>` 0 | Count `<=` 0 |

docs/integrations/web-servers/opentelemetry/iis-10-opentelemetry.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -318,3 +318,23 @@ The **IIS - Web Service** dashboard provides a high-level view of the Web Servic
318318

319319
<img src='https://sumologic-app-data-v2.s3.amazonaws.com/dashboards/IIS-OpenTelemetry/IIS-Web-Service.png' alt="IIS-Web-Service" />
320320

321+
## Create monitors for IIS app
322+
323+
import CreateMonitors from '../../../reuse/apps/create-monitors.md';
324+
325+
<CreateMonitors/>
326+
327+
### IIS alerts
328+
329+
| Name | Description | Alert Condition | Recover Condition |
330+
|:--|:--|:--|:--|
331+
| `IIS - Access from Highly Malicious Sources` | This alert is triggered when an IIS server is accessed from highly malicious IP addresses. | Count `>` 0 | Count `<=` 0 |
332+
| `IIS - ASP.NET Application Errors` | This alert is triggered when we detect an error in the ASP.NET applications running on an IIS server. | Count `>` 0 | Count `<=` 0 |
333+
| `IIS - Blocked Async IO Requests` | This alert is triggered when we detect that there are blocked async I/O requests on an IIS server. | Count `>` 0 | Count `<=` 0 |
334+
| `IIS - Error Events` | This alert is triggered when an error in the IIS logs is detected. | Count `>` 0 | Count `<=` 0 |
335+
| `IIS - High ASP.NET Current Requests` | This alert is triggered when current ASP.NET request count exceeds given value (Default 500). | Count `>` 500 | Count `<=` 500 |
336+
| `IIS - High Client (HTTP 4xx) Error Rate (Copy)` | This alert is triggered when there are too many HTTP requests (>5%) with a 4xx response code. | Count `>` 0 | Count `<=` 0 |
337+
| `IIS - High Current Connections` | This alert is triggered when the current connections exceeds given value (Default 1000), to detect potential capacity issues. | Count `>` 1000 | Count `<=` 1000 |
338+
| `IIS - High Server (HTTP 5xx) Error Rate` | This alert is triggered when there are too many HTTP requests (>5%) with a 5xx response code. | Count `>` 0 | Count `<=` 0 |
339+
| `IIS - No Worker Processes` | This alert is triggered when worker processes count drops to zero indicating potential application pool issues. | Count `<` 1 | Count `>=` 1 |
340+
| `IIS - Slow Response Time` | This alert is triggered when the response time for a given IIS server is greater than one second. | Count `>` 0 | Count `<=` 0 |

0 commit comments

Comments
 (0)