Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Access the Config tab in the Monitoring Station web interface.
  2. Click Uptime Configuration to display the configuration panel.
  3. Add the following entries to the text box:
    • netflow.enabled=true
    • netflow.hostname=[NetFlowHost]
      The host name or IP address of your Uptime NetFlow 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.
  4. Click Update.

For example (can be cut and pasted inthe 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

...