Hello,
I use hostmonitor to monitor 100+ Servers which all run the same services.
because of that I set up the HML by folder for Region and a subfolder for each server (like USA\Server05).
In each folder I have the Same tests (With the same name).
When I'm using the "all bad items" view I can't see from which folder (and so for which server) the test failed.
a similar problem is when I look at the log, I can see one test name and alot of values without know which is which.
Is there any thing I can do? (Like adding a Folders column or something)
Configuring Views
there are two issues
1. Log file - by giving a different name to each test, I will have to spend more time setting up tests (and I set up alot).
2. View - (Specific on web view) It will be good if in one of the next releases you will add a folder column or a way to see in which folder the test is in.
any way, if you have a good sugestion regarding how we should orgenize our HML, please let me now.
2. View - (Specific on web view) It will be good if in one of the next releases you will add a folder column or a way to see in which folder the test is in.
any way, if you have a good sugestion regarding how we should orgenize our HML, please let me now.
-
- Posts: 2832
- Joined: Tue May 16, 2006 4:41 am
- Contact:
Re: there are two issues
If you setup a lot of similar tests for a set of servers, you may use "Replicator" tool. Although Replicator is a very small application it serves to save you huge amounts of time. Those who have large networks with hundreds of servers will appreciate the ability to replicate a test (i.e. reproduce and apply to...) for an array of systems in almost an instant.toppy wrote:1. Log file - by giving a different name to each test, I will have to spend more time setting up tests (and I set up alot).
http://www.ks-soft.net/hostmon.eng/replicator/index.htm
We already have this task in our "to-do" list. Medium priority.toppy wrote:2. View - (Specific on web view) It will be good if in one of the next releases you will add a folder column or a way to see in which folder the test is in.
Regards,
Max
about the replicator
we used it to set up the first 300+ tests, by export and Import, but now with every new server I just copy from another server and set the hostname.
Maybe a feature of Clone for a folder, of a folder template can be useful
Maybe a feature of Clone for a folder, of a folder template can be useful
-
- Posts: 2832
- Joined: Tue May 16, 2006 4:41 am
- Contact:
Regarding "Views" issue I can suggest you a workaround, but it is not much elegant and convenient.
So, to the each alert profile you should add a "dummy" "Execute HMS Script" action. http://www.ks-soft.net/hostmon.eng/mfra ... #actScript
This action should perform the following script:
This script fills the "CommentLine2" box in with the current folder name.
After that you may switch to "Views" tab and for each View invoke the "Dynamic Views Properties" window (right click on view's name and select "Properties" from popup).
In this window you should switch to "Columns" tab, enable "Use view's own column settings" option and mark "Comment line #2" column.
After that folder information appears in "Comment Line 2" field for each test, represented by this View.
Regards,
Max
So, to the each alert profile you should add a "dummy" "Execute HMS Script" action. http://www.ks-soft.net/hostmon.eng/mfra ... #actScript
This action should perform the following script:
Code: Select all
SetCurrentFolder %FullPath%
IncludeSubfolders no
SetTestParam %TestName% commentline2 %FullPath%
After that you may switch to "Views" tab and for each View invoke the "Dynamic Views Properties" window (right click on view's name and select "Properties" from popup).
In this window you should switch to "Columns" tab, enable "Use view's own column settings" option and mark "Comment line #2" column.
After that folder information appears in "Comment Line 2" field for each test, represented by this View.
Regards,
Max