Reset count of Recurrence?
Reset count of Recurrence?
Simple maybe, how to reset the count of Recurrence?
-
- Posts: 2832
- Joined: Tue May 16, 2006 4:41 am
- Contact:
Recurrences counter tells HostMonitor when and what action should be started. So its better do not reset this counter unless you really understand what it means. If you do understand, you may use HM Script and ResetRecurrencesTest command
www.ks-soft.net/hostmon.eng/mframe.htm# ... #actScript
Also you may play with "Reset Recurrences..." options located on "Behavior" page in the "Options" dialog. E.g. you may setup HostMonitor to reset recurrences after test parameters modification.
Regards,
Max
www.ks-soft.net/hostmon.eng/mframe.htm# ... #actScript
Also you may play with "Reset Recurrences..." options located on "Behavior" page in the "Options" dialog. E.g. you may setup HostMonitor to reset recurrences after test parameters modification.
Regards,
Max
-
- Posts: 2832
- Joined: Tue May 16, 2006 4:41 am
- Contact:
You may use "HM Script" and "ResetRecurrencesAll" command: http://www.ks-soft.net/hostmon.eng/mfra ... #actScript
In particular, you should create simple file with .hms extension, and place the following lines into this file:
After that you may use menu "File" -> "Execute script.." to execute foregoing .hms script file.
Regards,
Max
In particular, you should create simple file with .hms extension, and place the following lines into this file:
Code: Select all
SetCurrentFolder \
IncludeSubfolders yes
ResetRecurrencesAll
After that you may use menu "File" -> "Execute script.." to execute foregoing .hms script file.
Regards,
Max
-
- Posts: 2832
- Joined: Tue May 16, 2006 4:41 am
- Contact:
Yes, RCC does not provide such functionality. You may use built-in "Scheduler" ("Options" -> "Scheduler") to execute some action profile with "HMS script" action. http://www.ks-soft.net/hostmon.eng/mfra ... #SchedPagefve wrote:I know why I have problem with it, I use a RCC to connect
Regards,
Max