Versions Compared

Key

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

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

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

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

where:

  • hostname = Your UIM web interface host name

...

  • .
  • port = Your UIM web interface port.

...

  • user = The user account to use for the login

...

  • .
  • pass =

...

  • The password for that user account.

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

If the username or password contains special characters, be sure to use URL-encoded character string strings in place of the regular character. Example: characters. For example, the un-encoded password, 'pass!@#$%^&', would be is entered as 'pass!%40%23%24%25%5E%26'.