You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
221 B
17 lines
221 B
7 years ago
|
# Anomaly hooks
|
||
|
|
||
|
- HASTIC_ALERT_ENDPOINT - (optional) endpoint you want to send alerts to
|
||
|
|
||
|
Alert example (method: POST):
|
||
|
|
||
|
```
|
||
|
{
|
||
|
anomaly: 'cpu_load',
|
||
|
status: <str>
|
||
|
}
|
||
|
```
|
||
|
|
||
|
`status` field can be one of:
|
||
|
- `alert`
|
||
|
- `OK`
|