Agent Documentation¶
pattoo comes with a number of standard agents, but you can also create your own custom agents to meet your needs. Both approaches are described here.
pattoo Standard Linux Agents¶
Here is a description of currently supported pattoo Linux agents.
| Agent | Description | Documenatation |
|---|---|---|
pattoo_agent_linux_spoked |
Python3 based daemon that presents pattoo data via a web API URL. This data can be regularly polled from a central server |
Documentation can be found here. Pattoo Hub and Spoke Linux Agents |
pattoo_agent_linux_hubd |
Python3 based daemon that polls pattoo_agent_linux_spoked APIs for data. |
Documentation can be found here. Pattoo Hub and Spoke Linux Agents |
pattoo_agent_linux_autonomousd |
Python3 based daemon that posts pattoo to a central server. |
Documentation can be found here. Pattoo Linux Autonomous Agent |
Creating Custom Agents¶
Please visit the Pattoo Shared documentation site to see how it is done.