VERSION 3
#
# Created using Event Configuration by Administrator on Tue Dec 02 14:33:31
#
# Configuration for event formats and actions.
# This configuration file is used by pmd, xnmevents, and ovactiond.
#
# The Hewlett-Packard shipped version of this file can be found in
# %OV_PATH%\newconfig/OVEVENT-MIN/conf/$LANG/trapd.conf, where $LANG is
# your native language (by default, "C").  This file documents the HP
# internal events, as well as setting a template for other events
# (sometimes called traps).  HP does not support users sending any of the
# HP OpenView events, unless otherwise documented.  See the trapd.conf(4)
# manpage for more information on the format of events in this file.
#
# The HP internal event names all start with the characters:
# "OV", and can be listed using the command:
#           grep '^EVENT OV' %OV_PATH%\newconfig/OVEVENT-MIN/conf/$LANG/trapd.conf
#
#
# WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING
#   Do not modify this file directly, use xnmtrap via the
#   OVW menu item 'Options:Event Configuration', or
#   merge in your changes via 'xnmevents -load FILE'.
#   On Unix, see trapd.conf(4), xnmtrap(1), and xnmevents(1) manpages
#   for details, on Windows NT, see trapd.conf, xnmtrap, and xnmevents
#   reference pages in the help file.
# WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING
#
#
############################################################################
#
# Display Categories:
#
# Categories 0 and 1 are required, and cannot be modified by the user,
# however, their category names never show up.  These can be used
# as categories in the trap formats below to "IGNORE" (don't log or
# display) or to "LOGONLY" (don't display) events.
# Category 2 is required but it's title may be changed via this file.
#
#
CATEGORY 7 "DIGITAL Server Events" 
############################################################################
#
# Enterprises:
#
OID_ALIAS svrMgt .1.3.6.1.4.1.36.2.18.22.2
############################################################################
#
# Event formats and actions:
#
#
#
EVENT svrThrHighExceptTrap .1.3.6.1.4.1.36.2.18.22.2.0.101 "DIGITAL Server Events" Critical
FORMAT $5\nOID:  $1\nType (1-> "Absolute", 2 -> "Delta value"): $2\nValue:  $3\nLast value:  $4
EXEC DECTrap.exe "$s" "$1" $2 $3 $4 "$5"
SDESC
Long Descr.:
"This is a high severity trap. The value that caused the alarm to 
occur is returned in svrThrLastValue."
Variables:
  1: svrThrVariableName
     Syntax="Object Identifier"
     Descr="The OID of an integer-valued variable to be tested against this 
threshold.  On row creation, this variable will equal the value 0.0,
and must be set to the OID of an integer-valued variable before
enabling the alarm. It's possible to get an error setting this due to
invalid oid (may not support thresholding on this oid due to data type
perhaps) or that we couldn't access the agent that supports this oid."
  2: svrThrValueType
     Syntax="Integer"
     Descr="Is this an absolute value or a delta value. Default on row creation is 
absoluteValue. The deltaValue is calculated by taking the current value
and subtracting svtThrLastValue. The difference may be negative -
allows for thresholding on negative changes."
  3: svrThrThresholdValue
     Syntax="Integer"
     Descr="This is the thresholding value which gets compared to the current or 
delta value. Default on row creation is 0."
  4: svrThrLastValue
     Syntax="Integer"
     Descr="Saved previous sample; needed to evaluate if alarm should be 
triggered or to evaluate delta values for threshold checking."
  5: svrThrDescr
     Syntax="Display String"
     Descr="This attribute is used to describe the type of threshold. This is set
by the management console not by the agent. "
EDESC
#
#
#
EVENT svrThrMediumExceptTr .1.3.6.1.4.1.36.2.18.22.2.0.102 "DIGITAL Server Events" Major
FORMAT $5\nOID:  $1\nType (1-> "Absolute", 2 -> "Delta value"): $2\nValue:  $3\nLast value:  $4
EXEC DECTrap.exe "$s" "$1" $2 $3 $4 "$5"
SDESC
Long Descr.:
"This is a medium severity trap. The value that caused the alarm to 
occur is returned in svrThrLastValue"
Variables:
  1: svrThrVariableName
     Syntax="Object Identifier"
     Descr="The OID of an integer-valued variable to be tested against this 
threshold.  On row creation, this variable will equal the value 0.0,
and must be set to the OID of an integer-valued variable before
enabling the alarm. It's possible to get an error setting this due to
invalid oid (may not support thresholding on this oid due to data type
perhaps) or that we couldn't access the agent that supports this oid."
  2: svrThrValueType
     Syntax="Integer"
     Descr="Is this an absolute value or a delta value. Default on row creation is 
absoluteValue. The deltaValue is calculated by taking the current value
and subtracting svtThrLastValue. The difference may be negative -
allows for thresholding on negative changes."
  3: svrThrThresholdValue
     Syntax="Integer"
     Descr="This is the thresholding value which gets compared to the current or 
delta value. Default on row creation is 0."
  4: svrThrLastValue
     Syntax="Integer"
     Descr="Saved previous sample; needed to evaluate if alarm should be 
triggered or to evaluate delta values for threshold checking."
  5: svrThrDescr
     Syntax="Display String"
     Descr="This attribute is used to describe the type of threshold. This is set
by the management console not by the agent. "
EDESC
#
#
#
EVENT svrThrLowExceptTrap .1.3.6.1.4.1.36.2.18.22.2.0.103 "DIGITAL Server Events" Minor
FORMAT $5\nOID:  $1\nType (1-> "Absolute", 2 -> "Delta value"): $2\nValue:  $3\nLast value:  $4
EXEC DECTrap.exe "$s" "$1" $2 $3 $4 "$5"
SDESC
Long Descr.:
"This is a low severity trap. The value that caused the alarm to 
occur is returned in svrThrLastValue"
Variables:
  1: svrThrVariableName
     Syntax="Object Identifier"
     Descr="The OID of an integer-valued variable to be tested against this 
threshold.  On row creation, this variable will equal the value 0.0,
and must be set to the OID of an integer-valued variable before
enabling the alarm. It's possible to get an error setting this due to
invalid oid (may not support thresholding on this oid due to data type
perhaps) or that we couldn't access the agent that supports this oid."
  2: svrThrValueType
     Syntax="Integer"
     Descr="Is this an absolute value or a delta value. Default on row creation is 
absoluteValue. The deltaValue is calculated by taking the current value
and subtracting svtThrLastValue. The difference may be negative -
allows for thresholding on negative changes."
  3: svrThrThresholdValue
     Syntax="Integer"
     Descr="This is the thresholding value which gets compared to the current or 
delta value. Default on row creation is 0."
  4: svrThrLastValue
     Syntax="Integer"
     Descr="Saved previous sample; needed to evaluate if alarm should be 
triggered or to evaluate delta values for threshold checking."
  5: svrThrDescr
     Syntax="Display String"
     Descr="This attribute is used to describe the type of threshold. This is set
by the management console not by the agent. "
EDESC
#
#
#
EVENT svrThrInformationalE .1.3.6.1.4.1.36.2.18.22.2.0.104 "DIGITAL Server Events" Normal
FORMAT $5\nOID:  $1\nType (1-> "Absolute", 2 -> "Delta value"): $2\nValue:  $3\nLast value:  $4
EXEC DECTrap.exe "$s" "$1" $2 $3 $4 "$5"
SDESC
Long Descr.:
"This is an Informational severity trap. The value that caused the alarm  
to occur is returned in svrThrLastValue"
Variables:
  1: svrThrVariableName
     Syntax="Object Identifier"
     Descr="The OID of an integer-valued variable to be tested against this 
threshold.  On row creation, this variable will equal the value 0.0,
and must be set to the OID of an integer-valued variable before
enabling the alarm. It's possible to get an error setting this due to
invalid oid (may not support thresholding on this oid due to data type
perhaps) or that we couldn't access the agent that supports this oid."
  2: svrThrValueType
     Syntax="Integer"
     Descr="Is this an absolute value or a delta value. Default on row creation is 
absoluteValue. The deltaValue is calculated by taking the current value
and subtracting svtThrLastValue. The difference may be negative -
allows for thresholding on negative changes."
  3: svrThrThresholdValue
     Syntax="Integer"
     Descr="This is the thresholding value which gets compared to the current or 
delta value. Default on row creation is 0."
  4: svrThrLastValue
     Syntax="Integer"
     Descr="Saved previous sample; needed to evaluate if alarm should be 
triggered or to evaluate delta values for threshold checking."
  5: svrThrDescr
     Syntax="Display String"
     Descr="This attribute is used to describe the type of threshold. This is set
by the management console not by the agent. "
EDESC
#
# End of configuration for event formats and actions
#
