other versions
- jessie 1.4.6-1.1
- jessie-backports 2.4.2-3+deb9u1~bpo8+1
- stretch 2.4.2-3+deb9u1
- testing 3.0.0-1
- unstable 3.0.1-2
COROSYNC-NOTIFYD(8) | System Manager's Manual | COROSYNC-NOTIFYD(8) |
NAME¶
corosync-notifyd - Listen for important corosync events and send dbus and/or snmp traps.SYNOPSIS¶
corosync-notifyd [-f] [-l] [-o] [-s] [-m] [manager] [-d] [-h]DESCRIPTION¶
corosync-notifyd uses corosync API to listen for important cluster events and can log them, generate dbus signals or genterate snmp traps.OPTIONS¶
- -f
- Start application in foreground.
- -l
- Log all events.
- -o
- Print events to stdout (turns on -l).
- -s
- Send SNMP traps on all events.
- -m
- Set the SNMP manager address.
- -d
- Send DBUS signals on all events.
- -h
- Print this help
EXAMPLES¶
$ corosync-notifyd -ointerface=com.redhat.cluster.corosync; member=ConnectionStateChange
string "troll"
uint32 23374016
string "corosync-notify:18900:12"
string "connected"
interface=com.redhat.cluster.corosync; member=ConnectionStateChange
string "troll"
uint32 23374016
string "corosync-notify:18900:13"
string "disconnected"
interface=com.redhat.cluster.corosync; member=QorumStateChange
string "troll"
uint32 23374016
string "quorate"
interface=com.redhat.cluster.corosync; member=NodeStateChange
string "r2"
uint32 1550100672
string "192.168.100.92"
string "joined"
interface=com.redhat.cluster.corosync; member=NodeStateChange
string "r2"
uint32 1550100672
string "192.168.100.92"
string "left"
SEE ALSO¶
corosync(8), corosync-cmapctl(8), dbus-monitor(1),AUTHOR¶
Angus Salkeld2011-01-14 |