KS-Soft. Network Management Solutions
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister    ProfileProfile    Log inLog in 

Is there a possibility to modify the web interface?

 
Post new topic   Reply to topic    KS-Soft Forum Index -> Configuration, Maintenance, Troubleshooting
View previous topic :: View next topic  
Author Message
dmertens



Joined: 23 Jun 2002
Posts: 15

PostPosted: Fri Apr 30, 2004 2:04 am    Post subject: Is there a possibility to modify the web interface? Reply with quote

Hello Alex,

Is there a possibility to modify the web interface?

I would like to change the header text and remove the buttons, Stop Monitor Reload HH…
I also want to remove the toolbar with the buttons, Preferences, Mark all, etc…
I would like to do that, because I want to implement this page in or Helpdesk application (web based) so that the helpdesk and users can check the status from the network.
If possible I also want to change to colors from the web interface

Thanks in advance

Danny Mertens
Back to top
View user's profile Send private message
KS-Soft



Joined: 03 Apr 2002
Posts: 12795
Location: USA

PostPosted: Fri Apr 30, 2004 12:04 pm    Post subject: Reply with quote

No, you cannot modify web interface this way. But looks like you don't need web service. You may use configurable HTML reports.
http://www.ks-soft.net/hostmon.eng/mframe.htm#logs.htm#Reports
http://www.ks-soft.net/hostmon.eng/mframe.htm#profiles.htm#Reports

Regards
Alex
Back to top
View user's profile Send private message Visit poster's website
dmertens



Joined: 23 Jun 2002
Posts: 15

PostPosted: Mon May 03, 2004 4:12 am    Post subject: Reply with quote

Hello Alex,

I use this function already, but in the website I have the possibility to click on the items and then I get more info over the test, this is very handy for my users and helpdesk, is this also possible in a HTML report?

I like also the tree in the web interface because I have a lot of tests in different folders, sorted on service or server, is very handy to get an quick overview, for instance I have a folder with printer tests, in the web interface you can quickly filter this, I don’t think this is possibly in an HTML report?

Thanks in advance,

Danny
Back to top
View user's profile Send private message
KS-Soft



Joined: 03 Apr 2002
Posts: 12795
Location: USA

PostPosted: Tue May 04, 2004 12:32 am    Post subject: Reply with quote

Quote:
I use this function already, but in the website I have the possibility to click on the items and then I get more info over the test, this is very handy for my users and helpdesk, is this also possible in a HTML report?


No, I don't think so.

Quote:
I like also the tree in the web interface because I have a lot of tests in different folders, sorted on service or server, is very handy to get an quick overview, for instance I have a folder with printer tests, in the web interface you can quickly filter this, I don’t think this is possibly in an HTML report?


Its possible. You need to create separate reports for each folder (to setup this option use Folder Properties dialog) and you need to create HTML file with list of folders and with links to the reports.
But if you have a lot of folders or you are changing folder structure frequently, this is heavy solution...


About web interfaces:

You can use special links to display some parts of web interface in your helpdesk application:
- http://<address of the web service>/folders.htm
this link will retrieve and display folders tree
- http://<address of the web service>/tests.cgi
this link provides access to list of tests

Following HTML code can be used to display folders and tests (no start/stop/reload buttons).
Code:
<html><head><title>Web Interface</title><meta http-equiv="Pragma" content="no-cache"></head>
<frameset cols="230,*">   
  <frame name="folders" target="folders" src="http://127.0.0.1/folders.htm" scrolling="yes" marginwidth="0" marginheight="0">   
  <frame name="tests" target="tests"  src="http://127.0.0.1/tests.cgi" scrolling="yes" marginwidth="0" marginheight="0">     
</frameset>
<noframes>   <body>   <p>This page uses frames, but your browser doesn't support them.</p>   </body>  </noframes>
</html>

Of course you should use address of the system where Web Service is installed instead of 127.0.0.1

But you may experience some difficulties. E.g. if you click on folder, _top frame will be reloaded and you will see standard interface again...

Regards
Alex
Back to top
View user's profile Send private message Visit poster's website
Stoltze



Joined: 03 Feb 2004
Posts: 174
Location: Denmark

PostPosted: Tue May 04, 2004 11:37 pm    Post subject: Reply with quote

Hi Danny,

Perhaps you could give the helpdesk another account to lock in with, without rights to change anything?
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    KS-Soft Forum Index -> Configuration, Maintenance, Troubleshooting All times are GMT - 6 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group

KS-Soft Forum Index