Commands

Console Scripts

fedmsg provides a number of console scripts for use with random shell scripts.

fedmsg-logger

fedmsg.commands.logger.logger()[source]

fedmsg-tail

fedmsg.commands.tail.tail()[source]

fedmsg-dg-replay

fedmsg.commands.replay.replay()[source]

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.

Service Daemons

fedmsg-hub

fedmsg.commands.hub.hub()[source]

fedmsg-relay

fedmsg-signing-relay

fedmsg-irc

fedmsg-gateway

Writing your own fedmsg commands

The fedmsg.commands module provides a @command decorator to help simplify this.

class fedmsg.commands.BaseCommand[source]

Bases: object

daemonizable = False
execute()[source]
extra_args = None
get_config()[source]