UDN version cannot record audit logs exported from monitoring historical data
[Problem Phenomenon] UDN version cannot record audit logs exported from monitoring historical data;
[Cause of problem] 1. Request of rest interface uses MonitorBean:
DownLoadResponse Export Host Monitor Data (@RequestBody)
MonitorBean request, HttpServletRequest httpRequest, final HttpSession httpSession, @PathVariable
String hostName)
2. Request in the audit log function uses MonitorCommon:
Around (value = execution (* com. huawei. hadoop. om. web. controller. HostController. exportHostMonitorData (.)) & args (request, httpRequest, httpSession, hostName))
Public Object Export Host Monitor Data (Proceeding Join Point pjp, MonitorCommon request, HttpServletRequest httpRequest,
Final HttpSession httpSession, String hostName)
1.1.2 [Monitoring] UDN product adapts to R2C50 version, monitoring data is not displayed
[Problem Phenomenon] The UDN product adapts to C50 version, fills in the new monitoring configuration file, the interface does not display the monitoring data;
[Problem Location Process]
1. Looking at the log of / var / log / Bigdata / controller / controller. log, we found that excel configuration file was read from FEU, but no monitoring index configuration of FEU was generated in monitor-param. XML file.
2. Obtain FEU's monitoring configuration file monitorConfigInformation.xlsx from the environment, check carefully and find that column C is misconfigured to 0 (indicators are not displayed in the interface), so it will not be generated to the configuration file. It needs to be configured to 1 (default display)/2 (customized display) before it can be generated to the configuration file and displayed in the interface.
Change column C - display control to 1/2