Receiving a notification on a Cluster Group Failover
Posted
by
Diego
on Server Fault
See other posts from Server Fault
or by Diego
Published on 2010-11-15T17:03:59Z
Indexed on
2011/01/12
12:55 UTC
Read the original article
Hit count: 201
Hi all, I have several Windows Cluster set up and I have the need of keeping track of failovers. I'd need to receive a notification of sort whenever a group fails over. I've seen some examples around, but I can't rely on the approach of just sending a message whenever the resources are stopped/restarted as it would generate too many false alarms. In few words, I need to be notified if and only if the group really fails over.
I was thinking that probably the best way is monitoring the System Event Log, but, if possible, I'd prefer not having to write a script/program from scratch for this issue. Is there any script/product that already does it? Thanks.
© Server Fault or respective owner