Integration with Ipswitch's WhatsUp Gold.
Scrutinizer integrates with WhatsUp Professional from Ipswitch
Launch the top protocols coming from a host right in WhatsUp. Zoom in on the most recent time frame and look at traffic coming from that host in real-time!
Just copy and paste the code below into the WhatsUp file:
~/Program Files\Ipswitch\WhatsUp Professional\HTML\1033\NmConsole\Device.asp
<tr>
<td align="center" valign="top">
<b><a onclick="window.open('http://xxx.xxx.xxx.xxx/index.cgi?el=<%= sDefAddress %>&user=admin&pass=admin','_blank','resizable=1,toolbar=0,location=0,scrollbars=1,width=800,height=600')" href="#NOWHERE" onMouseOver="window.status='View all reports for <%=sDefAddress%>';return true;" onMouseOut="window.status='';return true"><img src="http://xxx.xxx.xxx.xxx/icons/scrutinizer_sm.gif" border="0"></a></b>
</td>
<td align="right" valign="top" nowrap>
</td>
</tr>
Correct placement of this code, within the Device.asp page, is indicated in the screenshot below.
Note: both instances of xxx.xxx.xxx.xxx should be changed to the IP address of your Scrutinizer server. Also, the values for user= and pass= are set to "admin" by default. To correctly pass authentication, "admin" should be replaced with the correct user name and password.