Commit 463db5c7 authored by Adam Wujek's avatar Adam Wujek 💬

doc/wrs-user-manual: trivial move CONFIG_SNMP_* down in the list

Move CONFIG_SNMP_* items in the list of configuration items that apply at
run time. This is done to keep similar order to Kconfig.
Signed-off-by: Adam Wujek's avatarAdam Wujek <adam.wujek@cern.ch>
parent 92824964
...@@ -473,25 +473,6 @@ value is changed by the web interface, proper action is taken. ...@@ -473,25 +473,6 @@ value is changed by the web interface, proper action is taken.
filesystem. The UDP option, set by default, chooses UDP transmission; filesystem. The UDP option, set by default, chooses UDP transmission;
if unset it selects TCP communication. if unset it selects TCP communication.
@item CONFIG_SNMP_TRAPSINK_ADDRESS
@itemx CONFIG_SNMP_TRAP2SINK_ADDRESS
@itemx CONFIG_SNMP_RO_COMMUNITY
@itemx CONFIG_SNMP_RW_COMMUNITY
Configuration for the @sc{snmp} agent. Addresses can be IP addresses
or names (if DNS is configured and working), they are unset by
default. Community values are strings and they default to
@t{public} and @t{private}.
@item CONFIG_SNMP_TEMP_THOLD_FPGA
@itemx CONFIG_SNMP_TEMP_THOLD_PLL
@itemx CONFIG_SNMP_TEMP_THOLD_PSL
@itemx CONFIG_SNMP_TEMP_THOLD_PSR
Threshold levels for FPGA, PLL, Power Supply Left (PSL) and Power
Supply Right (PSR) temperature sensors. When any temperature exceeds
threshold level SNMP object @t{WR-SWITCH-MIB::tempWarning} will change
accordingly.
@item CONFIG_WRS_LOG_HAL @item CONFIG_WRS_LOG_HAL
@itemx CONFIG_WRS_LOG_RTU @itemx CONFIG_WRS_LOG_RTU
@itemx CONFIG_WRS_LOG_PTP @itemx CONFIG_WRS_LOG_PTP
...@@ -593,6 +574,25 @@ value is changed by the web interface, proper action is taken. ...@@ -593,6 +574,25 @@ value is changed by the web interface, proper action is taken.
the chosen name is expected to be installed in the @sc{wrs} the chosen name is expected to be installed in the @sc{wrs}
filesystem. filesystem.
@item CONFIG_SNMP_TRAPSINK_ADDRESS
@itemx CONFIG_SNMP_TRAP2SINK_ADDRESS
@itemx CONFIG_SNMP_RO_COMMUNITY
@itemx CONFIG_SNMP_RW_COMMUNITY
Configuration for the @sc{snmp} agent. Addresses can be IP addresses
or names (if DNS is configured and working), they are unset by
default. Community values are strings and they default to
@t{public} and @t{private}.
@item CONFIG_SNMP_TEMP_THOLD_FPGA
@itemx CONFIG_SNMP_TEMP_THOLD_PLL
@itemx CONFIG_SNMP_TEMP_THOLD_PSL
@itemx CONFIG_SNMP_TEMP_THOLD_PSR
Threshold levels for FPGA, PLL, Power Supply Left (PSL) and Power
Supply Right (PSR) temperature sensors. When any temperature exceeds
threshold level SNMP object @t{WR-SWITCH-MIB::tempWarning} will change
accordingly.
@item CONFIG_MONIT_DISABLE @item CONFIG_MONIT_DISABLE
Disable monitoring of running processes by monit. Monit by default Disable monitoring of running processes by monit. Monit by default
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment