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.
Change the html page ex. tiny.htm
-
- Posts: 2832
- Joined: Tue May 16, 2006 4:41 am
- Contact:
Re: Change the html page ex. tiny.htm
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.fve wrote:Is it possible to use PHP and some %labels% or html and some labels?
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
-
- Posts: 2832
- Joined: Tue May 16, 2006 4:41 am
- Contact:
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".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.
Regards,
Max