Agent Documentation
Welcome to the Service Status Indicator (SSI) Agent documentation.
Table of Contents
Getting Started
- Overview — What is the SSI Agent?
- Installation — How to install the agent
- Quick Start — Get up and running in minutes
Core Concepts
- Architecture — How the agent works
- CLI Reference — Command-line interface
- Configuration — Configuration options
Service Scripts
- Introduction — What are service scripts?
- Block Structure — Anatomy of a service script
- Manifest Reference — Manifest fields
- Status Codes — Output format and status codes
- Library — Production-ready scripts
- Best Practices — Tips and recommendations
Reference
- Troubleshooting — Common issues and solutions
- FAQ — Frequently asked questions
- Changelog — Version history
Quick Links
| Task | Command |
|---|
| Register agent | ssi auth register |
| Add a service | ssi service add <script.bash> |
| List services | ssi service list |
| Check status | ssi service status |
Related Projects