Description
Gofer provides an extensible, light weight, universal python agent. It has no relation to the Gofer protocol. 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 plugins are accessible by Remote Method Invocation (RMI). The transport for RMI is AMQP. Actions are also provided by plugins and are executed at the specified interval.
The project is developed on GitHub and Documentation is published at RTD.
Installation Instructions
After adding the .repo file to system, install using dnf or yum. See documentation for an explanation of components.
To install the agent (goferd):
# dnf install gofer
To install just the proxy library:
# dnf install python-gofer
You must also install at least (1) messaging adapter. For example, to install QPID adapter:
# dnf install python-gofer-qpid
Active Releases
The following unofficial repositories are provided as-is by owner of this project. Contact the owner directly for bugs or issues (IE: not bugzilla).
Release | Architectures | Repo Download |
---|---|---|
EPEL 6 | x86_64 (5)* | EPEL 6 (0 downloads) |
EPEL 7 | x86_64 (29)* | EPEL 7 (267 downloads) |
* Total number of downloaded packages.