kill the application process
Posted: Mon Jul 30, 2018 10:15 am
Hello,
I have a server that works with an application with port 10000 and I have it monitored and when this application is blocked it stops listening to port 10000 and I get a drop mail from nagios.
I want to kill the application process when nagios detects that it is down.
Information:
Nagios® Core⢠4.2.3
define service{
use generic-srv ;
hostgroup_name check;
service_description check 10000
check_command check_tcp!10000
}
Server Windows Server 2008 R2 with nsclient monitor CPU, HDD and everything is correct.
I have a server that works with an application with port 10000 and I have it monitored and when this application is blocked it stops listening to port 10000 and I get a drop mail from nagios.
I want to kill the application process when nagios detects that it is down.
Information:
Nagios® Core⢠4.2.3
define service{
use generic-srv ;
hostgroup_name check;
service_description check 10000
check_command check_tcp!10000
}
Server Windows Server 2008 R2 with nsclient monitor CPU, HDD and everything is correct.