Hello, I wondering if nowadays is developed any way to monitor the status of a particular Windows process from SAM.
Thanks.
Francisco.
This can be done by building an application template. You can do a discovery through SAM Settings -> Component Monitor Wizard
Thanks for the quick response mprobus!!, in moments like this is when I fell kind of stupid!! ;-)
Going a little bit further, Do you know if there is any way to monitor how many days since the process is working?
Thanks again.
For the purposes of SAM, it would track working as running. Once the process is being monitored, it will report on times when the process is not running.
Ok mprobus, and Is it possible to configure an alarm if the process wasn't restarted for the last 35 days? 'Cause that is what I need to do.
Thanks again.-
While I haven't tried it before, you should be able to key on the Last Time Up field under Component. However, since the date field is a static day / time, to set up the alert, you would need to do a custom sql script to determine the number of days between now and the Last Up.
Perfect mprobus, I'll deep down this option from the SWQL.
Thanks for the help with this!
Kind regards,