monit-general
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [monit] Can Monit do this..


From: Martin Pala
Subject: Re: [monit] Can Monit do this..
Date: Fri, 1 Aug 2008 21:31:58 +0200

Monit can test tcp ports, you can use the port test in the "host" or "process" check, simple example:

check host localhost with address 127.0.0.1
  start program = "..."
  stop program = "..."
  if failed port 80 then restart

the port test will perform tcp connect and if failed, will call stop & start programs/scripts


Martin



On Aug 1, 2008, at 3:34 AM, Ryan Nichols wrote:

I have an application that does not reset its own TCP ports. Can i set Monit up to monitor that port and if no traffic after a certain amount of time, reset the application service?

Thanks,
Ryan Nichols


--
To unsubscribe:
http://lists.nongnu.org/mailman/listinfo/monit-general





reply via email to

[Prev in Thread] Current Thread [Next in Thread]