Versions Compared

Key

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

...

To access Scrutinizer data directly from Uptime Infrastructure Monitor, you must generate an authentication token in Scrutinizer and then the Scrutinizer instance must first be configured:

  1. To generate an authentication token, from Plixer, go to Admin > Security > Authentication Tokens, and then complete the steps.
  2. Once you have a token, access Access the Config tab in the Monitoring Station web interface.
  3. Click Uptime Configuration to display the configuration panel.
  4. 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.usernameauthToken=[NetFlowAdminNetFlowAuthToken]
      The user name required to log in to Scrutinizer.netflow.password=[NetFlowPassword]
      The password required to log in to authentication token you previously created in Scrutinizer.
  5. 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.usernameauthToken=adminwTxwOKDMDEHSTLhY2lEiR_tk

SPECIAL NOTICE:
Scrutinizer/Netflow v15.8 has a graphing bug.
There are two ways to fix this issue:
1) Upgrade to Scrutinizer v16.1 available on the download page:
2) If upgrading is not an options the search.html file can be downloaded and installed for the URL passing to work with Firefox and IE.
User will need to replace the search.html in [HOME]\Scrutinizer\html\ with the version attached where home is the directory that Scrutinizer was installed.

...