Hi folks,
I have a test, which runs at 13.00h each day. Now I also have an action profile in which I would like to change the test interval to 10minutes when "bad" state is entered.
Problem is: as "daily at 13.00h" is an "irregular" schedule, the change isn't performed.
Any ideas/workarounds?
Change period from daily to mins/secs etc
-
- Posts: 10
- Joined: Mon Feb 26, 2007 7:56 am
You are the first customer who wants to mix irregular and regular schedules for the same test.
H'm... the only solution I see - use HMScript action with ImportFromFile command to import (modify) test settings.
http://www.ks-soft.net/hostmon.eng/mfra ... #actScript
Import file should contain "ImportMode = Modify" command
http://www.ks-soft.net/hostmon.eng/examples/import1.htm
Regards
Alex
H'm... the only solution I see - use HMScript action with ImportFromFile command to import (modify) test settings.
http://www.ks-soft.net/hostmon.eng/mfra ... #actScript
Import file should contain "ImportMode = Modify" command
http://www.ks-soft.net/hostmon.eng/examples/import1.htm
Regards
Alex
Hi Alex,
I have experienced the same problem with my standard alert profile (2500 tests). I need for example 3 consecutive "Bad" results to send Email to admin. Test interval will set to 1 min after 1 "Bad result" and restore to original after 1 "Good" result.
Some File Integrity tests will execute only one's a day, but on fault the admin needs the information immediately and not after 2 days.
In the moment I need a second alert profile to do this.
I will be nice if I could use the same action profile for all tests.
Regards
Enrico
I have experienced the same problem with my standard alert profile (2500 tests). I need for example 3 consecutive "Bad" results to send Email to admin. Test interval will set to 1 min after 1 "Bad result" and restore to original after 1 "Good" result.
Some File Integrity tests will execute only one's a day, but on fault the admin needs the information immediately and not after 2 days.
In the moment I need a second alert profile to do this.
I will be nice if I could use the same action profile for all tests.
Regards
Enrico
-
- Posts: 10
- Joined: Mon Feb 26, 2007 7:56 am