Change the html page ex. tiny.htm

All questions related to installations, configurations and maintenance of Advanced Host Monitor (including additional tools such as RMA for Windows, RMA Manager, Web Servie, RCC).
Post Reply
fve
Posts: 98
Joined: Sun Apr 27, 2008 11:25 am
Location: Denmark

Change the html page ex. tiny.htm

Post by fve »

Hi

On our intra net I want to place some status information from HM.

But I want it a little different as ex. "tiny.htm".

Is it possible to use PHP and some %labels% or html and some labels?
Hope you understand what I tru to ask fore.
KS-Soft Europe
Posts: 2832
Joined: Tue May 16, 2006 4:41 am
Contact:

Re: Change the html page ex. tiny.htm

Post by KS-Soft Europe »

fve wrote:Is it possible to use PHP and some %labels% or html and some labels?
Hm. WebService is unable to perform PHP pages, but you may use custom HTML pages to be displayed via WebService. You just should place these pages into folders, accessble via WebService. For instance, you may setup HostMonitor to generate different reports into these particular folders.
Quote from the manual: http://www.ks-soft.net/hostmon.eng/webs ... advoptions
======================================
Controlling the HostMonitor is not the only function of HM Web Service. It can be used as a simple web server providing an access to the files on a system where the Web Service is running. You may view HTML reports, logs and settings from anywhere.
Use the following settings for enabling multilevel access to files and folders of a system where Web Service is running:

* Allow access to folder <path to folder> for everybody
You may enable an access to a specified folder (and all subfolders) for anybody who uses web browser and is connected to Internet/Intranet. Anybody on the Internet/Intranet will be able to access this folder without authorization.
Regardless of the real name of the shared folder on your computer it will be visible under the name "public". For example if Web Service is running on the machine hostmonitor.mycompany.com then to access the shared folder you should use this URL: "http://hostmonitor.mycompany.com/public/" (if the name of the of the target file or folder is not specified then the closing "/" should always be present in url string).

* Allow access to folder <path to folder> for any authorized user
You may enable an access to a specified folder (and all subfolders) for authorized users only. The user account with remote access permissions should be present in HostMonitor. When the user will try to access this folder via internet he will be asked to provide his user name and a password.
Regardless of the real name of the shared folder in the computer it will be visible under the name "authorized". For example if Web Service is running on the machine hostmonitor.mycompany.com then to access the shared folder you should use this URL: "http://hostmonitor.mycompany.com/authorized/" (if the name of the target file or folder is not specified then the closing "/" should always be present in url string).

* Allow access to folder <path to folder> for the following users
You may enable an access to a specified folder (and all subfolders) for specified user(s) only, (e.g. you may allow an access only for "Admin" and "Manager"). The user account with remote access permissions should be present in HostMonitor. When the user will try to access this folder via internet he will be asked to provide his user name and a password.
Regardless of the real name of the shared folder in the computer it will be visible under the name "private". For example if Web Service is running on the machine hostmonitor.mycompany.com then to access the shared folder you should use this URL: "http://hostmonitor.mycompany.com/private/" (if the name of the of the target file or folder is not specified then the closing "/" should always be present in url string).
======================================

Regards,
Max
fve
Posts: 98
Joined: Sun Apr 27, 2008 11:25 am
Location: Denmark

Post by fve »

You suggest that I make some HTML reports and place them in known folders.

Then from a browser you just make access to the report file.

Thanks (no more question from me to day:-))
KS-Soft Europe
Posts: 2832
Joined: Tue May 16, 2006 4:41 am
Contact:

Post by KS-Soft Europe »

fve wrote:You suggest that I make some HTML reports and place them in known folders.
Then from a browser you just make access to the report file.
Not exactly. You should place these reports into the folder, that are known by WebService. We are talking about WebService ( http://www.ks-soft.net/hostmon.eng/webservice/index.htm ), right? Lets consider situation, when HostMonitor generate "admin_details.html" report into "C:\HostMonitor\reports" foder on the machine, where WebService is running. Using settings, described in my previous post, you may allow access to the folder by webService. Your reports will be available in Internet/Intranet like: http://hostmonitor.your_company.com/public/admin_details.html".

Regards,
Max
Post Reply