Need RMAs to perform actions

Need new test, action, option? Post request here.
Post Reply
mjparr
Posts: 13
Joined: Wed Jan 07, 2004 11:37 am
Location: Westport, CT
Contact:

Need RMAs to perform actions

Post by mjparr »

We are one of your enterprise licensees for Host Monitor and RMA manager. We have started using your RMA’s to monitor our proprietary application on servers all over the globe. We need the ability for the RMA agents to be able to perform some actions, or be instructed (By Host Monitor) to perform some actions on the remote machines. Specifically, we would like to test whether or not a process is running, and if the test is failed, to restart a service that will reinitialize that process. Please let us know if that is possible with your software. If you require further detail, please email us or call Mike Parrella at 203-246-6261 at your convenience.
KS-Soft
Posts: 13012
Joined: Wed Apr 03, 2002 6:00 pm
Location: USA
Contact:

Post by KS-Soft »

RMA cannot perform actions yet, this functionality will be implemented in future versions.

However I see simple workaround that will help in your case - setup additional "External" test.

E.g.
- if you have TestA that checks whether or not process is running, create another "External" test (TestB) for the same RMA. TestB (for example) can start simply BAT file "NET STOP service_name NET START service_name".
- by default TestB should be disabled!
- test interval for TestB should be longer than test interval for TestA.
- now you just need to add 2 actions (1 "bad" action, and 1 "good" action) into action profile that is assigned to TestA
1st "bad" action should execute HMScript with single command "EnableTest TestB"
2nd "good" action should execute HMScript with single command "DisableTest TestB"

That's it.

Now if TestA fails, it will enable TestB that in turn will execute BAT file on the remote system. When TestA detects that process is running, it will disable TestB (to avoid unnecessary restarts of the service).

Regards
Alex
jphelps
Posts: 1
Joined: Fri Mar 26, 2004 6:12 pm

Post by jphelps »

Is there any idea of when this functionality will be added to future versions?
KS-Soft
Posts: 13012
Joined: Wed Apr 03, 2002 6:00 pm
Location: USA
Contact:

Post by KS-Soft »

Not sure. May be in version 4.60, may be in version 5.0

Regards
Alex
Post Reply