# Title
import {
EnableCollector,
CollectorDebug,
} from '@site/src/components/Collectors/_collector-components.jsx';
Short description of what the collector does on a high level.
Why should I use this collector?
## Configuring $COLLECTOR_NAME
#### Prerequisites
List all needed prerequisites:
- Prerequisite 1
- Prerequisite 2
- Prerequisite 3
### Example
TODO: Check if we can automatically fetch the [JOBS] section of netdata.conf
## Other configuration information
Explain other configuration options, as needed.
#### Prerequisites
Optional. List all needed prerequisites:
- Prerequisite 1
- Prerequisite 2
- Prerequisite 3
To do x:
1. Step 1 written in active voice
```bash
Code sample for step
```
2. Step 2
Result of step 2, for example a system reaction; written in passive voice
3. Step 3
## Debugging $COLLECTOR_NAME (optional)
## Metrics and Alerts produced by this collector
| Chart | Metrics | Alert |
| ---------- | ----------- | ------------------------ |
| Chart Name | Metric name | [Alert 1](Link to alert) |
| Chart Name | Metric name | [Alert 2](Link to alert) |
| Chart Name | Metric name | [Alert 3](Link to alert) |