Re: [Pacemaker] crm_mon with sending mails

2010-02-22 Thread Florian Haas
Check if you built with libesmtp-devel installed. Check if you have libesmtp installed. Then, run crm_mon -N - -H [smtp-server] -T [my_mailaddress] and trigger a resource transition. If it's not sending out an email, it will print an error message detailing the reason. Hope this helps. Cheer

[Pacemaker] crm_mon with sending mails

2010-02-22 Thread Tom Tux
Hi all, I started "crm_mon" in the background to send me mails when a cluster-event occurs: crm_mon -d -H [smtp-server] -T [my_mailaddress] But when I manually stop or start a resource or take one node offline and online again, I did not receive an email. My question hereby: On which cluster-eve