---
title: "System monitoring"
slug: "oas-cfgut-csh-system-monitoring-3-28"
updated: 2025-09-22T09:57:04Z
published: 2025-09-22T09:57:04Z
canonical: "docs.onespan.com/oas-cfgut-csh-system-monitoring-3-28"
---

> ## Documentation Index
> Fetch the complete documentation index at: https://docs.onespan.com/llms.txt
> Use this file to discover all available pages before exploring further.

# System monitoring

OneSpan Authentication Server can be configured to monitor certain system events as they are written to the audit file. Filters must be defined to specify which events to monitor (see [Filters](/sec/docs/oas-cfgut-csh-system-monitoring-3-28#filters)). One or more targets must be specified to which messages are sent when the monitored event occurs (see [Targets](/sec/docs/oas-cfgut-csh-system-monitoring-3-28#targets)).

Click Enable System Monitoring to enable system monitoring on your OneSpan Authentication Server instance. Then use the Monitoring > Filters tab and the Monitoring > Targets tab to define your SNMP filters and targets.

## Filters

You must have at least one target configured, before you can add a filter (see [Targets](/sec/docs/oas-cfgut-csh-system-monitoring-3-28#targets)).

In the Monitoring > Filters tab, click Add to create a new filter via the Filter Details dialog.

<editor360-custom-block data-preprocessing="true" data-sanitizationtags="caption,colgroup,col,thead"><table cellspacing="0" class="fr-alternate-rows" style="margin-right:auto;width:90%;caption-side:top;"> <caption>Table: Filter Details dialog</caption> <colgroup><col style="width:30%;"> </colgroup> <colgroup><col> </colgroup> <thead><tr class="TableStyle-Global-Head-MainHeader"> <th class="TableStyle-Global-HeadE-Column-MainHeader">Field name</th> <th class="TableStyle-Global-HeadD-Column-MainHeader">Description</th></tr> </thead> <tbody><tr> <td>Name</td> <td>A free form name to identify this filter.</td></tr><tr> <td>Target</td> <td>A target defined in the <span class="vdsGuiElement">Targets</span> tab.</td></tr><tr> <td>Audit Message Types</td> <td>The audit message type to be monitored.</td></tr> </tbody></table></editor360-custom-block>

Click New to create a new filter condition. Adding filter conditions will further narrow the audit messages that are monitored.

<editor360-custom-block data-preprocessing="true" data-sanitizationtags="caption,colgroup,col,thead"><table cellspacing="0" class="fr-alternate-rows" style="margin-right:auto;caption-side:top;" width="90%"> <caption><span class="autonumber"><span>Table: </span></span>Filter Details dialog (Filter conditions)</caption> <colgroup><col style="width:30%;"> </colgroup> <colgroup><col> </colgroup> <thead><tr class="TableStyle-Global-Head-MainHeader"> <th class="TableStyle-Global-HeadE-Column-MainHeader">Field name</th> <th class="TableStyle-Global-HeadD-Column-MainHeader">Description</th></tr> </thead> <tbody><tr> <td>Field</td> <td>Select a field from the drop-down list.</td></tr><tr> <td>Condition</td> <td>Select a condition from the drop-down list.</td></tr><tr> <td>Value</td> <td>Enter a value.</td></tr> </tbody></table></editor360-custom-block>

Click OK to insert the new filter.

## Targets

A target defines where notifications will be sent to when a monitored event occurs. At least one target must be defined before you can add filters (see [Filters](/sec/docs/oas-cfgut-csh-system-monitoring-3-28#filters)). You can define as many targets as you like.

|  | Table: System monitoring – Target settings |
| --- | --- |
| Field name | Description |
| Name | The name will be used to specify the target when configuring filters. |
| Type | The target type. Possible values: - SNMP. An SNMP target will send notifications to an SNMP server. - SMS. An SMS target will send an SMS to a specified mobile number. - Email. An email target will send an email to a specified email address. |
| Email |
| From | The email address to use as sender. |
| To | The email address to send the mail to. |
| Subject | The email subject. |
| SMS |
| Mobile | The mobile phone number to send the SMS to. |
| SNMP |
| Host | The IP address of the SNMP host. |
| Message Type | The type of the SNMP Host. Possible values: - INFORM. This type expects an acknowledgment and will resend the message until it gets a response. - TRAP. This is an SNMPv3 trap and is preferred. - TRAPv2c. SNMPv2c, which is also supported. |
| Security Name | The user name for SNMPv3, or the community name for SNMPv2c. |
| Authentication Type | The authentication protocol to be used. This protocol indicates whether or not messages sent or received on behalf of this user can be authenticated; and if so, which protocol to use. Possible values: - None. Messages cannot be authenticated. - MD5 - SHA |
| Secret | The secret key used by the authentication protocol for authenticating messages. |
| Privacy Type | The privacy protocol. This setting indicates whether messages sent on behalf of this user can be encrypted, and if so, which privacy protocol to use. Possible values: - None - AES - DES |
| Secret | The secret key used by the privacy protocol for encrypting and decrypting messages. |

The only invalid combination of authentication type and privacy type is None and None.
