XYGATE Merged Audit Reference Manual

Table Of Contents
XYGATE Merged Audit
®
Reference Manual
Chapter 3. Configuring Filters and the FILTERS File
XYPRO Technology Corporation 66 Proprietary and Confidential
Example 8: Sample SETDATA paragraph
ACTION_BEGIN
ACTIONTYPE SETDATA
AUDIT.USER_DATA Priv user
ACTION_END
Some people insert an abbreviated form of the Filter name so that they can create
reports based on the Filter that generated the alerts.
SNMP TRAP alerts are defined by ACTIONTYPE = SNMPTRAP
If you wish to generate SNMP alerts, you must configure the following PARAMETERS
in the appropriate Filters:
SNMP_TRAPDEST Contains the IP address and port of your SNMP process.
The port number is optional. The default port number for
SNMP TRAPs is 162. If your company does not use the
default, then enter the correct number. Example:
192.168.1.1:1062.
SNMP_IPPROCESS This is your TCP/IP process name that communicates the
computer where the SNMP TRAP resides.
SNMP_TRAPNUMBER This is a number you assign. The value range is 0 32767
SNMP_COMMUNITY The default value for this keyword is PUBLIC. The
message’s destination may require a different
COMMUNITY name. This is a security feature.
SNMP_MESSAGE This is the message you wish to send. It may be up to
230 characters. Substitution tokens may be used.
Example 9 below shows an SNMP TRAP alert. The message will be sent, via TCP/IP
process $ZTCP2, to 10.90.90.12, port 162. The message will include the contents of
the AUDIT.RECORDLCT, AUDIT.OPERATION, and AUDIT.RESULT columns.
Example 9: Sample ACTION paragraph for an SNMP TRAP alert
ACTION_BEGIN
ACTIONTYPE SNMPTRAP
SNMP_TRAPDEST 10.90.90.12:162
SNMP_IPPROCESS $ztcp2
SNMP_TRAPNUMBER 1001
SNMP_COMMUNITY PUBLIC
SNMP_MESSAGE |(AUDIT.RECORDLCT)|-|(AUDIT.OPERATION)| |(AUDIT.RESULT)|
ACTION_END
Note: As of XMA release 1.90, SNMPTRAP is only available on HP NonStop servers
running versions H or greater of the operating system.