Page History
...
Info |
---|
An update to NetFlow Scrutinizer integration authentication to accept tokens instead of user name and passwords was addressed in Uptime Infrastructure Monitor 7.8.3. Only NetFlow Scrutinizer versions 16.7 and later support tokens. While using the |
NetFlow installation best practices
- Install Scrutinizer (NetFlow) on a different machine than Uptime Infrastructure Monitor.
- Once you run the installer, make sure you right click and run as administrator.
Generate a token to use with NetFlow Scrutinizer 16.7 and later
Go to Admin > Security > Authentication Tokens to create your token.
Integrating a Scrutinizer instance with UIM
There are two points of Scrutinizer integration within Uptime Infrastructure Monitor:
...
- Access the Config tab in the Monitoring Station web interface.
- Click Uptime Configuration to display the configuration panel.
- Add the following entries to the text box:
netflow.enabled=true
netflow.hostname=[NetFlowHost]
The host name or IP address of your UIM installation.netflow.port=[NetFlowPort]
The HTTP port through which Scrutinizer sends and receives communication.netflow.username=[NetFlowAdmin]
The user name required to log in to Scrutinizer.netflow.password=[NetFlowPassword]
The password required to log in to Scrutinizer.
- Click Update.
For example (can be cut and pasted in the the Uptime text box and updated with the correct values):
netflow.enabled=true
netflow.hostname=1.2.3.4
netflow.password=admin
netflow.port=80
netflow.username=admin
Info |
---|
SPECIAL NOTICE Scrutinizer/Netflow v15.8 has a graphing bug. There are two ways to fix this issue:
|
...