property no-quorum-policy="ignore" \ stonith-enabled="false" rsc_defaults resource-stickiness="INFINITY" \ migration-threshold="1" primitive httpd ocf:heartbeat:apache \ params \ configfile="/etc/httpd/conf/httpd.conf" \ statusurl="http://localhost/" \ testregex="service" \ op monitor interval="10s" primitive vip ocf:heartbeat:IPaddr2 \ params \ ip="192.168.68.100" \ nic="eth0" \ cidr_netmask="24" \ op monitor interval="10s" group web \ vip \ httpd primitive ping ocf:pacemaker:pingd \ params \ name="default_ping_set" \ host_list="192.168.68.2" \ multiplier="100" \ dampen="1" \ op monitor interval="10s" clone clone_ping \ ping location web_location web \ rule -inf: not_defined default_ping_set or default_ping_set lt 100