_______________________________________________________________________________________________________
_______________________________________________________________________________________________________
© Virtual Access 2018
GW2020 Series User Manual
Issue: 2.1
Page 386 of 423
Web Field/UCI/Package Option
Description
Web: Enabled
UCI: va_eventd.@forwarding[0].enabled
Opt: enabled
Enables an event filter.
1
Disabled.
0
Enabled.
Web: Class Name
UCI:
va_eventd.@forwarding[0].className
Opt: className
Only match events with the given class name. Available class
names are listed or can be viewed using the command
vae_cli
-d
Web: Event Name
UCI:
va_eventd.@forwarding[0].eventName
Opt: eventName
Only match events with the given event name. Available event
names are listed. The event name is optional and can be omitted.
Web: Minimum Severity
UCI: va_eventd.@forwarding[0].severity
Opt: severity
Defines the minimum event severity. The minimum severity
event is DEBUG. Events generated within the minimum and
maximum event severity will be matched.
Minimum and maximum severity are specified in the one UCI
option and entered using a dash (-) separator in the form
minimum-maximum. Example:
va_eventd.@forwarding[0].severity=debug-error
debug
minimum severity
info
notice
warning
error
critical
alert
emergency
maximum severity
Web: Maximum Severity
UCI: va_eventd.@forwarding[0].severity
Opt: severity
Defines the maximum event severity. The maximum event
severity is EMERGENCY. Events generated within the minimum
and maximum event severity will be matched.
The UCI command for specifying minimum and maximum
severity is the same and is entered with two parameters using a
dash (-) separator minimum-maximum. Example:
va_eventd.@forwarding[0].severity=debug-error
debug
minimum severity
info
notice
warning
error
critical
alert
emergency
maximum severity
Web: Target
UCI: va_eventd.@forwarding[0].target
Opt: target
Defines the event destination to forward the event to. All
configured event destinations will be displayed.
Range
Table 134: Information table for event system event filters settings
37.4
Configuring the event system using command line
The event system configuration files are stored at /etc/config/va_eventd
There are four config sections main, conn_tester, target and forwarding.
You can configure multiple conn_tester, target and forwarding sections.