Versions Compared

Key

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

The View Applications tab in GlobalScan dashboard is available directly via a URL reference without requiring an interactive up. time interactive Uptime Infrastructure Monitor login. This feature can be used to allow users with generic credentials to display critical Application status information.

To access the applications dashboard, enter a URL in the following format:

http://<hostname>:<port>/applicationPortal.php?userid=<user>&password=<pass><pass>

  • hostname = your up.time your Uptime Infrastructure Monitor web interface host name
  • port = your up.time your Uptime Infrastructure Monitor web interface port
  • user = the username to use for the login
  • pass = the password for that user

Example: http://myuptime:9999/applicationPortal.php?userid=manager&password=1234

If the username or password contains special characters, be sure to use URL encoded character string in place of the regular character. 

Example: the un-encoded password, 'pass!@#$%^&*', would be entered as 'pass!%40%23%24%25%5E%26*'