Re: [Pacemaker] Monitoring - pacemaker

2013-09-24 Thread Andrew Beekhof
On 25/09/2013, at 2:19 AM, Denise Cosso wrote: > Hi, > > I setup to receive emails Cron_mon pacemaker and nothing happened > > The configuration I did > > primitive ResourceMonitor ocf:pacemaker:ClusterMon \ > params pidfile="/var/run/crm_mon.pid" \ > htmlfile="/tmp/crm_mon.html" ex

Re: [Pacemaker] Monitoring - pacemaker

2013-09-24 Thread Denise Cosso
Hi, I setup to receive emails Cron_mon pacemaker and nothing happened The configuration I did primitive ResourceMonitor ocf:pacemaker:ClusterMon \     params pidfile="/var/run/crm_mon.pid"  \     htmlfile="/tmp/crm_mon.html" extra_options="-T guanae...@yahoo.com.br \     op monitor interval="10s

Re: [Pacemaker] Corosync won't recover when a node fails

2013-09-24 Thread David Parker
I forgot to mention, OS is Debian Wheezy 64-bit, Corosync and Pacemaker installed from packages via apt-get, and there are no local firewall rules in place: # iptables -L Chain INPUT (policy ACCEPT) target prot opt source destination Chain FORWARD (policy ACCEPT) target prot

[Pacemaker] Corosync won't recover when a node fails

2013-09-24 Thread David Parker
Hello, I have a 2-node cluster using Corosync and Pacemaker, where the nodes are actually to VirtualBox VMs on the same physical machine. I have some resources set up in Pacemaker, and everything works fine if I move them in a controlled way with the "crm_resource -r --move --node " command. Ho

Re: [Pacemaker] Pacemaker/DRBD troubles

2013-09-24 Thread David Parker
Thanks, Emmanuel. After some trial and error, I ended up changing the order constraints, and that seemed to solve the problem. This new configuration works: On Mon, Sep 23, 2013 at 6:06 PM, emmanuel segura wrote: > i'm not sure if this is the problem, bu