Ad Widget

Collapse

Need help monitor application keep crashing

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • sohozabbix
    Junior Member
    • Jun 2016
    • 1

    #1

    Need help monitor application keep crashing

    Hi, I'm a newbie to Zabbix. Pls be gentle

    One of our custom applications is crashing randomly. Not everyday. How can I configure Zabbix to monitor this application which is installed on a terminal server. Thanks.
  • StarDestroyer
    Junior Member
    • Jun 2014
    • 20

    #2
    I have an .exe that I monitor with the following Key (Type is Zabbix Agent):

    Code:
    proc_info[EventMgr.exe,wkset,sum]
    Then I set up a trigger to tell me when it's not running ( .last()=0 )

    Comment

    • LenR
      Senior Member
      • Sep 2009
      • 1005

      #3
      A more generic answer, you need to create a way for Zabbix to monitor the status of that application. The prior post was for a .exe where you have the zabbix agent installed. Another way would be watching for a listening port (agent test) or use a simple test to watch a TCP service port, which wouldn't even need the agent (but might need firewall changes)

      Get it monitored, then build a trigger with logic to identify a bad state, then create an action to notify or correct the bad state.

      Comment

      Working...