Forum Discussion

starboy9's avatar
4 years ago

Specific Service Monitoring

Hello,

I am curious on how i would be able to discover specific services from Windows and or Linux machines and alert and monitor based on their status...

Thanks in Advance!

 

8 Replies

  • Thank you! This is exactly what I've been looking for. 

  • Anonymous's avatar
    Anonymous

    These will discover the ones you tell it to discover, if they are present on the system. You have to specify the list of services/processes to monitor as a property. Instructions are on that same page.

  • Hmmm...

    So will these discover the services that are running on the system as well?

     

  • Ah I See.  

    My apologies i checked out the XML for the Windows one and saw some variables for the Windows Processes and assumed there...

    So aside from the GitHub scripts to discover specific processes what about an ability to discover ALL processes on a windows machine or even Linux?

  • Anonymous's avatar
    Anonymous

    Yeah, those scripts will work. You'd just set the include property to:

    .*

     

    As discover happens and you notice that there are some services you want to exclude, you'd just define a RegEx that excludes those ones that you don't want.