Application Crash Monitoring

Support forum for Nagios Core, Nagios Plugins, NCPA, NRPE, NSCA, NDOUtils and more. Engage with the community of users including those using the open source solutions.
Locked
renlloren
Posts: 2
Joined: Fri Jul 07, 2017 2:35 am

Application Crash Monitoring

Post by renlloren »

Good Day!
I would like to ask if how can I monitor an application crash. We have a certain application which runs every 12:30am then close itself after running, but sometimes it crashes before it can even run. Currently this is what I use:

define service{
use isd-service
host_name FTSP-mis01
service_description Process - uniRTe.exe 12:30am run time
check_command check_nrpe_isd_itos!checkProcState -a ShowAll uniRTe.exe
contacts FTSP-REN,Renan-MAIL,MIS-Raymart
notifications_enabled 1
}
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: Application Crash Monitoring

Post by scottwilkerson »

I guess the biggest question is how can you determine if it crashed or exited naturally?
Former Nagios employee
Creator:
ahumandesign.com
enneagrams.com
renlloren
Posts: 2
Joined: Fri Jul 07, 2017 2:35 am

Re: Application Crash Monitoring

Post by renlloren »

You're right, right now im checking what I could use to determine if it crashes
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: Application Crash Monitoring

Post by scottwilkerson »

Let us know what you come up with, if you need additional assistance
Former Nagios employee
Creator:
ahumandesign.com
enneagrams.com
Locked