Hi,
Im trying to get bandwidth dashboard from Fortigate FW on Solarwinds NPM with custom HTML.
I tried with iframe and direct link :
1. "<iframe src="192.168.140.254/.../per_ip_usage
This is script from dashboard (view source):
<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><link href="/20976/style.css" rel="stylesheet" type="text/css"><script type="text/javascript" src="/20976/fweb_core_all.js"></script><script language="javascript" type="text/javascript" src="/20976/en/error.js"></script><script type="text/javascript" src="/20976/dashboard_mod.js"></script></head><body onload="update_widget_frame(21, '/system/widget/per_ip_usage', 30);" class="main" style="border: 0; margin: 0;"><map name="db_21_map" id="db_21_map"></map><table cellspacing="0" cellpadding="0" class="widget-table container"><tr><td class="dashboard-title">Per-IP Bandwidth Usage (<span id="db_21_time"></span>)</td></tr>
<tr style="height: 100%; vertical-align: top;"><td align="center"><table id="db_21_table" class="list" cellspacing="1" cellpadding="1"><tr class="heading"><td>#</td><td>IP Address</td><td>VDOM</td><td>Current Bandwidth</td></tr><tr class="chart_loading"><td colspan="5"><img src="/images/loading.gif"></td></tr></table></td></tr></table>
<div id="overDiv" style="position:absolute; visibility:hidden;"></div></body><script type="text/javascript">var per_ip_usage_texts = { ip: "IP Address", bw: "Current Bandwidth", vdom: "VDOM", bps: "Bytes Per Second"}</script></html>I manage to get dashboard but there is no data inside table, so anybody can help me with this code, what is missing and is it possible at all.
I tried with full path on SRC="xxx.xxx.xx..." and nothing
thnx
NPM 10.0.0 SP1