Hi, On Wed, Jun 22, 2011 at 11:49:05AM +0300, Maxim Ianoglo wrote: > Hello, > > I have three nodes. > A apache clone resource is configured so on all servers will run apache > instance. > I have several VIPs which run on different servers. > Server1 - VIP1 > Server2 - VIP2 > Server3 - VIP3 > > Failover schema: > Server1 -> Server2 or Server3 ( if Server2 is down ) > Server2 -> Server3 > > I would like to create a group of two resources: > Resource 1 - VIP > Resource 2 - Monitoring of URL > > So in final heartbeat will be able to move a groupe ( VIP ) to another server > just if URL is unreachable or returns something wrong. > > Is there any standard way to monitor a URL without monitoring apache itself ? > Or I should develop a custom script for this ?
The http monitoring code should be split off from the apache RA. Then a simple stateless (see the Dummy RA for a sample) RA, say httpmon, can be created which would source the http monitoring. Patches accepted! Guidance and constructive critique offered :) Cheers, Dejan > > Thank you. > -- > Maxim Ianoglo > _______________________________________________ > Linux-HA mailing list > [email protected] > http://lists.linux-ha.org/mailman/listinfo/linux-ha > See also: http://linux-ha.org/ReportingProblems _______________________________________________ Linux-HA mailing list [email protected] http://lists.linux-ha.org/mailman/listinfo/linux-ha See also: http://linux-ha.org/ReportingProblems
