On Mon, 2011-06-20 at 17:47 +0800, Emmanuel Noobadmin wrote:
> The objective is to achieve sub minute monitoring of services like
> httpd and exim/dovecot so that I can run a script to notify/SMS myself
> when one of the machines fails to respond. Right now I'm just running
> a cron script every few minutes to ping the servers are but the
> problem is that I discovered that the server could respond to pings
> while services are dead to the world.

It sounds like HA may be the wrong tool for what you want. You might be
better off with some type of monitoring/notification tool such as
Nagios. Those tools can do more than just ping, they can connect to the
web server and verify that it is operating properly. While it might be
possible to make the cluster software work over a WAN, it was never
really designed to operate that way. Ideally you need more than one
connection between nodes and a way for one node to fence the other
(STONITH) in order for the cluster software to work properly.

--Greg


_______________________________________________
Linux-HA mailing list
[email protected]
http://lists.linux-ha.org/mailman/listinfo/linux-ha
See also: http://linux-ha.org/ReportingProblems

Reply via email to