Network Management
PerfStack widgets do not update when displayed on a NOC view
When you add a PerfStack widget to the NOC view, the data in the PerfStack widget does not update. To work around the issue, use a Custom HTML widget referencing the PerfStack project in the NOC view instead.
First published date
Last published date
Overview
Product section
Resolution
-
Add a custom HTML widget to the NOC view. See Use the Custom HTML widget to display HTML-based data in the Orion Web Console.
-
Click Edit in the Custom HTML widget and insert the following code.
<iframe Src="Perfstack URL" width="600" height="500"></iframe>
-
Go to the PerfStack Analysis project to be displayed in the widget and copy the project URL.
-
Edit the Custom HTML widget again and replace PerfStack URL with the URL of your project and save your changes.
PerfStack data in the widget will update as expected.