# Custom

### Setup

Implement a local `{host}/statuses/{slug}` endpoint:

```python
[
    {
	name: string,
	slug: string,
	url: string,
        status: StatusType
    }
]
```

### Usage

Observe one status:

```bash
chroma-feedback -p custom

--custom-host <host>
--custom-slug <slug>
--custom-token <token>
```

Observe many statuses:

```bash
chroma-feedback -p custom

--custom-host <host>
--custom-slug <slug>
--custom-slug <slug>
--custom-token <token>
```

### Options

| Name         | Default            | Mandatory |
| ------------ | ------------------ | --------- |
| custom-host  | <http://localhost> | optional  |
| custom-slug  |                    | required  |
| custom-token |                    | required  |
