corrd(1)		daemons                  corrd(1)

NAME
	corrdd

DESCRIPTION
	Corrd recevies traps from trapd, and does
	a correlation of the trap according to the
	file corr.conf(1). Corrd supports perl and
	scheme scripts.

	Corrd resides in installation directory.


	Supported private procedures:
	(gx_forward) - After scheme script has exit,
	the trap will be forwarded to evdpysrvd(1).
	This behavior is independent of 
	evdpysrvd_forwarding bit in trap.conf(1).

	(gx_block) - After scheme script has exit,
	the trap will be blocked. This behavior is
	independent of evdpysrvd_forwarding bit in
	trap.conf(1). So if trapd is blocking the
	trap to evdpysrvd but not to corrd, and
	correlation script says (gx_block), the
	trap will be totally suppressed from 
	beeing displayed on event window (events(1)).

	(gx_compare_trapvar "VAR" "VAL") -
	Checks if VAR is equal to value returns
	#f or #t. Valid VAR is: "IP", "OID", "GENERIC", "SPECIFIC"
	Example:
	(gx_compare_trapvar "IP" "130.100.31.200")

	(gx_get_trapvar "VAR") - returns the trap
	variable specified.


SEE ALSO
	corr.conf(1) trap.conf(1)
