Script to Monitor windows process

Hi Guys,

I'm looking for a script( preferably perl script) which should monitor a application service and alert me when it goes down. application is installed in windows NT.

Scenario: I have remedy ARS 6.1 installed in windows platform and need some script to monitor its service and alert me when its down.

Any help or idea would be deeply appreciated.

Thanks

Hi,

Check svcmon for example.
Else you can write your own with Win32:Service
And also Service Monitor Script - Perl for Windows

Thanks, i shall try that. meanwhile if anyone has any other suggestions or script pls let me know.