foghorn(8) | System Manager's Manual | foghorn(8) |
NAME¶
foghorn - D-Bus to SNMP daemon
SYNOPSIS¶
foghorn [-v|--verbose] [-d|--debug]
DESCRIPTION¶
The foghorn daemon listens for specific signals on the D-Bus system message bus and translates those signals into SNMPv2 traps. The foghorn daemon runs as an SNMP AgentX subagent, and therefore snmpd must be configured as an AgentX master agent. See snmpd.conf(8) for more information.
Traps currently exist for cluster quorum and membership transitions (from corosync), fencing results (from fenced), and cluster service state changes (from rgmanager).
OPTIONS¶
- -d, --debug
- Debugging mode. This causes foghorn to stay in the foreground (i.e. not fork) and log all output to stderr instead of syslog.
- -v, --verbose
- This increases the logging verbosity of foghorn. All messages are logged via syslog unless the --debug option is specified.
AUTHOR¶
The foghorn daemon was written by Ryan O'Hara <rohara@redhat.com>
SEE ALSO¶
dbus-daemon(1), corosync(8), rgmanager(8), fenced(8), snmpd(8), snmpd.conf(5)