Stacked Bars report shows only 5 metrics out of 5+n metrics
search cancel

Stacked Bars report shows only 5 metrics out of 5+n metrics

book

Article ID: 333277

calendar_today

Updated On:

Products

VMware Smart Assurance

Issue/Introduction

In MnR, when a stacked bars report is created, by default, only the 5 metrics out of 5+n are selected and shown. All of the others need to be selected in the user interface and clicks apply to show.


But when exporting to PDF, it reverts back to 5 metrics as seen below:




Environment

MnR 7.X

Resolution

Follow these steps to resolve:

  • Login to the Frontend host 
  • Navigate to this directory: 
    opt/APG/Web-Servers/Tomcat/Default/conf/
  • Edit the module.properties file and add this line and save it: 
    stk.maxsec=50 
  • Navigate to: 
    opt/APG/bin
  • Edit the file apg.properties and add this line and save it: 
    stk.maxsec=50
  • On the same directory run this command: 
    ./manage-modules.sh service update tomcat
  • Then run 
    ./manage-modules.sh service start tomcat