goferd(1) - Linux man page
Name
goferd - The Gofer Agent Daemon
Synopsis
goferd [ -h ] [ -c ] [ -p seconds ]
Description
goferd is the daemon for the Gofer Agent which provides an extensible, light weight, universal python agent. The gofer core agent is a python daemon (service) that provides infrastructure for exposing a remote API and for running Recurring Actions. The APIs contributed by plug-ins are accessible by Remote Method Invocation (RMI). The transport for RMI is AMQP using the qpidd(1) message broker. Actions are also provided by plug-ins and are executed at the specified interval.
See: https://fedorahosted.org/gofer/ for more information.
Options
The following options are supported by goferd
- -h [ --help ]
- Displays the help message.
- -c [ --console ]
- Run in the foreground and not as a daemon.
- -p [ --profile ] <seconds>
- Run in the foreground and display code profiling statistics.
See Also
qpidd(1)
Bugs
No known bugs.
Files
- /etc/gofer/agent.conf
- The main goferd configuration file
- /etc/gofer/conf.d
-
A directory of goferd configuration files used to override properties in
agent.conf
- /etc/gofer/plugins
- The directory of plugin descriptors. Each plugin descriptor defines and configures a plugin to be loaded by goferd
- /usr/share/gofer/plugins
- A directory of plugins implementations. Each plugin consists of a single python module with a basename matching it's descriptor found in /etc/gofer/plugins.
- /usr/lib/gofer/plugins
- A directory of plugins implementations. Each plugin consists of a single python module with a basename matching it's descriptor found in /etc/gofer/plugins.
Author
Jeff Ortel (jortel@redhat.com)