Hello All,
Looking for some help from the community. I have a NPM 12.1 running in and i am trying to get data from another product called smokeping data into NPM Views. I was able to do that but unfortunately the graphs (images) are not showing up also the data is not real time.

I have used the custom HTML resource in the views and then configured them with the html code from the smokeping page:


Here is the HTML code which i got from smokeping page for reference:
<?xml version="1.0" encoding="iso-8859-15"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<HTML>
<HEAD>
<META HTTP-EQUIV="Cache-Control" content="no-cache">
<META HTTP-EQUIV="Pragma" CONTENT="no-cache">
<META HTTP-EQUIV="Refresh" CONTENT="20">
<TITLE>SmokePing Latency Page for Google</TITLE>
<STYLE type="text/css">
<!--
.menubar,
.menubar a
{
color: white;
text-decoration: none;
}
.menubar {
background: #4c4c4c;
}
.menu,
.menuitem,
.menuopen,
.menuactive
{ font-size: 10px;
font-family: sans-serif;
}
.menuactive {
background: white;
}
a.menulink {
color: white;
}
a.menulinkactive {
color: #1280d7;
}
a.menulinkactive:hover {
color: #000000;
}
a.menulink:hover {
color: #e0e0ff;
}
-->
</STYLE>
<script src="/smokeping/prototype/prototype.js" type="text/javascript"></script>
<script src="/smokeping/scriptaculous/scriptaculous.js?load=builder,effects,dragdrop" type="text/javascript"></script>
<script src="/smokeping/cropper/cropper.js" type="text/javascript"></script>
<script src="/smokeping/smokeping-zoom.js" type="text/javascript"></script>
</HEAD>
<BODY bgcolor="white">
<TABLE border="0" cellpadding="10" cellspacing="0">
<TR>
<TD class="menubar" align="left" width="130" valign="top">
<P></P>
<P><h3>Logged in as Guest</h3></P>
<P><B>SmokePing Targets:</B> </P>
<P><form method="get" action="smokeping.cgi" enctype="multipart/form-data" name="hswitch"><div id='filter_title'><small>Filter:</small></div><div id='filter_text'><input type="text" name="filter" size="15" onchange="hswitch.submit()" /></div></form><br/><br/><table width="100%" class="menu" border="0" cellpadding="0" cellspacing="0">
<tr><td class="menuitem" colspan="2"> - <a class="menulink" HREF="?target=_charts">Charts</a> </td></tr>
<tr><td class="menuopen" colspan="2"> - <a class="menulink" HREF="?target=Internet">Hosts</a> </td></tr>
<tr><td class="menuopen"> </td><td align="left"><table width="100%" class="menu" border="0" cellpadding="0" cellspacing="0">
<tr><td class="menuitem" colspan="2"> - <a class="menulink" HREF="?target=Internet.Sunet">Sunet</a> </td></tr>
<tr><td class="menuactive" colspan="2"> - <a class="menulinkactive" HREF="?target=Internet.Google">Google</a> </td></tr>
<tr><td class="menuitem" colspan="2"> - <a class="menulink" HREF="?target=Internet.Akamai">Akamai</a> </td></tr>
<tr><td class="menuitem" colspan="2"> - <a class="menulink" HREF="?target=Internet.Facebook">Facebook</a> </td></tr>
<tr><td class="menuitem" colspan="2"> - <a class="menulink" HREF="?target=Internet.Octoshape">Octoshape</a> </td></tr>
<tr><td class="menuitem" colspan="2"> - <a class="menulink" HREF="?target=Internet.Youtube">Youtube</a> </td></tr>
</table>
</td></tr></table>
</P>
<br/>
</td>
<TD rowspan="2"></TD>
<TD rowspan="2" valign="top">
<H1>Google</H1>
<P></P>
<P></P>
<P><IMG id="zoom" BORDER="0" width="697" height="315" SRC="../smokeping/images/__navcache/150780063724137_1507800637_1507797000.png"><form method="post" action="/cgi-bin/smokeping.cgi?displaymode=n;start=2017-10-12%2010:30;end=now;target=Internet.Google" enctype="multipart/form-data" id="range_form"><p>Time range: <input type="hidden" name="epoch_start" value="1507797000" id="epoch_start" /><input type="hidden" name="hierarchy" value="" id="hierarchy" /><input type="hidden" name="epoch_end" value="1507800637" id="epoch_end" /><input type="hidden" name="target" value="Internet.Google" id="target" /><input type="hidden" name="displaymode" value="n" /><input type="text" name="start" value="2017-10-12 10:30" /> to <input type="text" name="end" value="now" /> <input type="submit" name="Generate!" value="Generate!" /></p></form></P>
</TD>
</TR>
<tr>
<td class="menubar" valign="bottom" width="130">
<p><small>Maintained by <br/><A href="mailto:info@race">Volvo Ocean Race</A></small></p>
<p><small>Running on <A HREF="http://oss.oetiker.ch/smokeping/counter.cgi/2.006011">SmokePing-2.6.11</A> by <A HREF="http://tobi.oetiker.ch/">Tobi Oetiker</A> and Niko Tyni</small></p>
<P><A HREF="http://oss.oetiker.ch/smokeping/counter.cgi/2.006011"><img border="0" src="../smokeping/images/smokeping.png"></a></P>
<P></P>
<P><A HREF="http://oss.oetiker.ch/rrdtool/"><img border="0" src="../smokeping/images/rrdtool.png"></a></P>
</TD>
</tr>
</TABLE>
</BODY>
</HTML>
I am looking for some help to resolve this issue, i would like to have the graphs shown in solarwinds view and also the time frame to be real.
Regards
Debashish Dutta