Ad Widget

Collapse

Check Service and Process Windows

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • deejoy
    Junior Member
    • Jul 2014
    • 2

    #1

    Check Service and Process Windows

    Hi,

    i want to check if all Process of an Service are ok.





    I have a Service named MT4-20. If the Service started ther are two process that must be run. In this Sample it#s the process mt-20.exe with PID 1828 and the terminal with PID 2868.

    So if the Service is ok an the Process terminal.exe is not running i want to get an Error message.

    How ca i check this ?
  • filipp.sudanov
    Senior Member
    Zabbix Certified Specialist
    • May 2014
    • 137

    #2
    If only one copy of these two processes runs on the machine, you can do it as following:
    Create two separate items for these processes with item keys proc.num['terminal.exe'] and proc.num['mt-20.exe']
    These items will have the number of processes with given name running. Then a trigger is needed, that triggers, if any of these two values becomes 0.

    Comment

    Working...