Page History
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>
where:
hostname
= your Uptime Infrastructure Monitor Your UIM web interface host name.port
= your Uptime Infrastructure Monitor Your UIM web interface port.- user = the username
user
= The user account to use for the login. pass
= the The password for that user account.
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 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
'.