Associations in action profiles list.

Need new test, action, option? Post request here.
Post Reply
Dubolomov
Posts: 214
Joined: Thu Jun 01, 2006 10:27 am
Location: Russia

Associations in action profiles list.

Post by Dubolomov »

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.
Last edited by Dubolomov on Fri Dec 15, 2006 2:37 am, edited 1 time in total.
KS-Soft Europe
Posts: 2832
Joined: Tue May 16, 2006 4:41 am
Contact:

Post by KS-Soft Europe »

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
Dubolomov
Posts: 214
Joined: Thu Jun 01, 2006 10:27 am
Location: Russia

Post by Dubolomov »

Ok, thanks.
JuergenF
Posts: 331
Joined: Sun Jan 26, 2003 6:00 pm
Location: Germany, North Rhine-Westphalia

Post by JuergenF »

C:\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
grep.exe can be found here
http://unxutils.sourceforge.net/
Dubolomov
Posts: 214
Joined: Thu Jun 01, 2006 10:27 am
Location: Russia

Post by Dubolomov »

Thanks a lot!
KS-Soft Europe
Posts: 2832
Joined: Tue May 16, 2006 4:41 am
Contact:

Re: Associations in action profiles list.

Post by KS-Soft Europe »

Dubolomov wrote:In "Action profiles" window i want to know what action assigned to which test.
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.
http://www.ks-soft.net/hostmon.eng/mfra ... tm#Columns

Regards,
Max
Dubolomov
Posts: 214
Joined: Thu Jun 01, 2006 10:27 am
Location: Russia

Post by Dubolomov »

Yes, that what i need. Thank you very much.
Post Reply