Integration with Numara's TrackIt!
TrackIt! from Numara Software integrates with Scrutinizer NetFlow & sFlow Analyzer.
Launch the Top Protocols coming from a host, right from TrackIt!. Zoom in on the most recent time frame and look at traffic coming from that host in real-time!
To configure Scrutinizer to work with TrackIt!, as seen above; just follow these steps:
- Open ~\Program Files\Numara Software\Track-It70\Web Add-On\Web\scripts\inventory\include\workstationinfo.asp with a text editor.
Note: It is strongly recommended that a backup be made of the workstationinfo.asp file before any changes are made. - Scroll down to the bottom of the file to find:
</fieldset>
</td>
</tr>
</table>
</td></tr>
</table> - Replace the block of code above with the block of code below:
</fieldset>
</td>
</tr>
</table>
<table width = "100%">
<tr>
<td>
<a onclick="window.open('http://xxx.xxx.xxx.xxx/index.cgi?el=<%=rsWorkstat("TCPIP") %>&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 <%= rsWorkstat("TCPIP") %>
';return true;" onMouseOut="window.status='';return true"><center><img src="../images/scrutinizer-small-image.gif" border="0" ></center></a></b>
</td>
</tr>
</table>
</td></tr>
</table> - Replace xxx.xxx.xxx.xxx with the IP address of your Scrutinizer server. Make sure to include the port number after the IP, if it is anything other than 80 (e.g. xxx.xxx.xxx.xxx:81).
Note: The values within the netflow.Resource file 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. - Save the Scrutinizer logo to the ~\Program Files\Numara Software\Track-It70\Web Add-On\Web\images directory.