Using Alternate Web Servers to Publish Reports
By default, the links within the reports will be in the form
http://<server>:<port>/... where
server - the name of the server where the monitoring service is installed
port - the HTTP port specified in Settings
the root directory in the URL is the Reporting directory as specified in Settings
If you wish to have the reports available via a different means (perhaps you
want to publish them on your intranet), you can configure them to use a
different root URL that will work with your other web server, be it IIS, Apache
or otherwise.
To use a different root URL, follow the steps below:
Either go to Settings and point the Reporting directory to a different place,
or point your WWW server at the Reporting directory. For example, with IIS you would
create a Virtual Directory (named ServerReports for example) that points at
C:\Program Files\PA Server Monitor\Reports
Go to the main registry key for the product (HKLM\Software\PAStorageMonitor or HKLM\Software\PowerAdminServerMonitor) and add
a String value named
HTTP_URL_OVERRIDE
The value that you place there will replace the
"http://<server>:<port>/" root that is used on internal report URLs.
For instance, if you created the Virtual Directory above, you would set the value to
HTTP_URL_OVERRIDE = "http://web_server_name/ServerReports/"