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
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
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
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
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