hi there
could anyone help me with my linux ha config ? i had it working up to the point i put in the pingd configuration and now none of the resources start
i have heartbeat and pacemaker installed and the crm config is below any help would be greatly apprecisted as i'm new to this cluster setup thanks

node $id="634e3e8a-de38-479e-8dc7-0c468c400866" node2 \
attributes standby="off"
node $id="a3c69171-d79f-4a5f-b629-076b6fcac3d5" node1 \
attributes standby="off"
primitive web ocf:heartbeat:apache \
params configfile="/etc/httpd/conf/httpd.conf" httpd="/usr/local/apache/bin/httpd" port="80" \
op monitor interval="40s" timeout="40s" \
meta is-managed="true" target-role="Started"
primitive failover-ip ocf:heartbeat:IPaddr \
params ip="10.100.1.254" cidr_netmask="255.255.0.0" \
op monitor interval="20s" \
op start interval="0" timeout="40s" \
op stop interval="0" timeout="60s" \
meta target-role="Started"
primitive pingd ocfacemakeringd \
params host_list="10.100.1.254" multiplier="100" \
op monitor interval="2s" timeout="20s" \
op start interval="0" timeout="90s" \
op stop interval="0" timeout="100s"
group webIPfailover failover-ip web \
meta target-role="Started"
clone pingdclone pingd \
meta globally-unique="false" target-role="Started"
location prefer-node1 webIPfailover 50: node1
location webIPfailover_on_connected_node webIPfailover \
rule $id="webIPfailover_on_connected_node-rule" -inf: not_defined pingd or pingd lte 0
order pingd-after-apache-after-IP inf: failover-ip web pingdclone
property $id="cib-bootstrap-options" \
stonith-enabled="false" \
dc-version="1.0.10-da7075976b5ff0bee71074385f8fd02f296ec8a3" \
cluster-infrastructure="Heartbeat" \
no-quorum-policy="ignore"
rsc_defaults $id="rsc-options" \
resource-stickiness="100"
(END)