1man(1)                          goferd man page                         man(1)
2
3
4

NAME

6       goferd - The Gofer Agent Daemon
7
8

SYNOPSIS

10       goferd [ -h ] [ -f ]
11
12

DESCRIPTION

14       goferd  is the daemon for the Gofer Agent which provides an extensible,
15       light weight, universal python agent.  The gofer core agent is a python
16       daemon (service) that provides infrastructure for exposing a remote API
17       and for running Recurring Actions. The APIs contributed by plug-ins are
18       accessible  by Remote Method Invocation (RMI). The transport for RMI is
19       AMQP using an AMQP message broker.  Scheduled actions may also provided
20       by plug-ins and are executed at the specified interval.
21
22
23       See: https://github.com/jortel/gofer for more information.
24
25

OPTIONS

27       The following options are supported by goferd
28
29
30       -h [ --help ]
31              Displays the help message.
32
33       -f [ --foreground ]
34              Run in the foreground and not as a daemon.
35
36

SEE ALSO

BUGS

39       No known bugs.
40
41

FILES

43       /etc/gofer/agent.conf
44              The main goferd configuration file
45
46
47       /etc/gofer/conf.d
48              A directory of goferd configuration files used to override prop‐
49              erties in agent.conf
50
51
52       /etc/gofer/plugins
53              The directory of plugin  descriptors.   Each  plugin  descriptor
54              defines and configures a plugin to be loaded by goferd
55
56
57       /usr/share/gofer/plugins
58              A directory of plugins implementations.  Each plugin consists of
59              a single python module with a basename matching it's  descriptor
60              found in /etc/gofer/plugins.
61
62
63       /usr/share/gofer/plugins
64              A directory of plugins implementations.  Each plugin consists of
65              a single python module with a basename matching it's  descriptor
66              found in /etc/gofer/plugins.
67
68
69

AUTHOR

71       Jeff Ortel (jortel@redhat.com)
72
73
74
752.6                              10 June 2014                           man(1)
Impressum