Hi,
I search an application, or library that tests a tcp service (is alive ?) and execute an action if not. What I want to do exactly?I want to build a PHP application cloud service. I have many servers. Each runs many applications with apache and pph-fpm, If one server goes down, I want to start a new php-fpm instance and reload the web application in all servers that are up. I hope you understand
I don't want a nagios. Just a little daemon that detects very fast if a tcp service (HTTP) is down on a server and executes a script.
Thanks you.
I search an application, or library that tests a tcp service (is alive ?) and execute an action if not. What I want to do exactly?I want to build a PHP application cloud service. I have many servers. Each runs many applications with apache and pph-fpm, If one server goes down, I want to start a new php-fpm instance and reload the web application in all servers that are up. I hope you understand

I don't want a nagios. Just a little daemon that detects very fast if a tcp service (HTTP) is down on a server and executes a script.
Thanks you.