The Applications dashboard is available directly via a URL reference without requiring an interactive Uptime Infrastructure Monitor login. This feature allows 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>
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=1234
If the username or password contains special characters, be sure to use URL-encoded character strings in place of the regular characters. For example, the un-encoded password, pass!@#$%^&
is entered as pass!%40%23%24%25%5E%26
.