Hi.
I created many tests (more then 1600). Almost each test has action profile (total count of actions over 50). In "Action profiles" window i want to know what action assigned to which test. Is it possible?
Thanks.
Associations in action profiles list.
Associations in action profiles list.
Last edited by Dubolomov on Fri Dec 15, 2006 2:37 am, edited 1 time in total.
-
- Posts: 2832
- Joined: Tue May 16, 2006 4:41 am
- Contact:
Sorry, HostMonitor does not provide such function. We have similar task in our "to do" list, but I am not sure when it will be implemented.
BTW. You may use Export function (menu File > Export to Text file) to export tests list into file and then you may create simple script, that will parse such text file and match test names ("Tilte" keyword) with action ("Alerts" keyword) for each test.
Regards,
Max
BTW. You may use Export function (menu File > Export to Text file) to export tests list into file and then you may create simple script, that will parse such text file and match test names ("Tilte" keyword) with action ("Alerts" keyword) for each test.
Regards,
Max
grep.exe can be found hereC:\Temp>type ExportedTests.txt | grep -i -e "Title" -e "Alerts"
Title = CPU <local computer> - WARNING
Alerts = Message, Sound
Title = CPU <local computer> - NORMAL
Alerts = Message, Sound
Title = CPU <local computer> - WARNING as BAD
Alerts = Message, Sound
Title = CPU <local computer> - NORMAL - Staffel
Alerts = Message, Sound
Title = CPU <local computer> - WARNING as BAD
Alerts = Message, Sound
http://unxutils.sourceforge.net/
-
- Posts: 2832
- Joined: Tue May 16, 2006 4:41 am
- Contact:
Re: Associations in action profiles list.
On the another hand, you may select "Alert Profile" column in Options > Columns tab, to display it just on the Test Details Area of Main Window.Dubolomov wrote:In "Action profiles" window i want to know what action assigned to which test.
http://www.ks-soft.net/hostmon.eng/mfra ... tm#Columns
Regards,
Max