_______________________________________________________________________________________________________
_______________________________________________________________________________________________________
© Virtual Access 2018
GW1000 Series User Manual
Issue: 2.3
Page 426 of 463
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.
Table 151: Information table for event system event filters settings
40.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.
By default, all conn_tester instances are named conn_tester, it is identified by
@conn_tester
then the conn_tester position in the package as a number. For example,
for the first conn_tester in the package using UCI:
va_eventd.@conn_tester[0]=conn_tester
va_eventd.@conn_tester[0].enabled=1
Or using package options:
config conn_tester
option enabled '1'
By default, all target instances are named target. The target instance is identified by
@target
then the target position in the package as a number. For example, for the first
target in the package using UCI:
va_eventd.@target[0]=target
va_eventd.@target[0].enabled=1
Or using package options:
config target
option enabled '1'