Commands¶
Console Scripts¶
fedmsg provides a number of console scripts for
use with random shell scripts.
fedmsg-logger¶
fedmsg-tail¶
fedmsg-dg-replay¶
fedmsg-collectd¶
fedmsg-check¶
fedmsg-check is used to check the status of consumers and producers. It
requires the moksha.monitoring.socket key to be set in the configuration.
See usage details with fedmsg-check --help.
Writing your own fedmsg commands¶
The fedmsg.commands module provides a @command decorator to help simplify this.