go to Admin --> System Extensions --> Manage Components --> Click on Settings icon for Actions Component click on the enabled check box for empty object type,
select Object Type: service, in Host: and Service: enter generic regex /.*/, - unless you have a specific naming convention, in the URL/ Command: enter the following to get your performance data tab: (although you mentioned bandwidth):
Code: Select all
http://192.168.55.66/nagiosxi/includes/components/xicore/status.php?show=hostdetail&host=%host%#tab-perfgraphsYou should see the display perfdata in the host status detail -Quick Actions. This serves as an example, because the performance graphs tab is already there. I used a %host% macro in the above URL example, and included the #tab-perfgraphs which I found by hovering over the perf data tab.