]> git.proxmox.com Git - mirror_corosync.git/commit - INSTALL
Add dbus and snmp notifier
authorAngus Salkeld <asalkeld@redhat.com>
Wed, 12 Jan 2011 09:40:00 +0000 (20:40 +1100)
committerSteven Dake <sdake@redhat.com>
Fri, 4 Feb 2011 16:47:35 +0000 (09:47 -0700)
commit2a568d6e790fa3f60592076fa52e740637041eff
treedec49aa9dc9d7b40b4089ae8f8cbb3cf6e1c34b3
parent89e4c1c048340bcf5162b4a909bb6c40f9b9ef4f
Add dbus and snmp notifier

This is to send dbus events on major cluster events:
 - membership changes
 - application connect/dissconnet from corosync
 - quorum changes

dbus events can then be converted into snmp traps by foghorn or
corosync-notifyd can be run to directly send snmp traps.

Signed-off-by: Angus Salkeld <asalkeld@redhat.com>
Signed-off-by: Lon Hohberger <lhh@redhat.com>
Reviewed-by: Steven Dake <sdake@redhat.com>
Reviewed-by: Russell Bryant <russell@russellbryant.net>
Reviewed-by: Fabio M. Di Nitto <fdinitto@redhat.com>
18 files changed:
INSTALL
Makefile.am
TODO
conf/COROSYNC-MIB.txt [new file with mode: 0644]
conf/Makefile.am [new file with mode: 0644]
conf/corosync-signals.conf [new file with mode: 0644]
configure.ac
corosync.spec.in
cts/.gitignore
init/.gitignore
init/Makefile.am
init/notifyd.in [new file with mode: 0755]
man/Makefile.am
man/corosync-notifyd.8 [new file with mode: 0644]
tools/.gitignore
tools/Makefile.am
tools/corosync-notifyd.c [new file with mode: 0644]
tools/corosync-notifyd.sysconfig.example [new file with mode: 0644]