Application Crash Monitoring
Posted: Fri Jul 07, 2017 2:46 am
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
}
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
}