16 lines
331 B
JSON
16 lines
331 B
JSON
{
|
|
"type": "http",
|
|
"name": "Watchtower - Web",
|
|
"interval": 60,
|
|
"retryInterval": 20,
|
|
"maxretries": 1,
|
|
"notificationIDList": [
|
|
3,
|
|
4
|
|
],
|
|
"url": "http://watchtower:8080/v1/metrics",
|
|
"accepted_statuscodes": [
|
|
"200-299"
|
|
],
|
|
"headers": "{'Authorization': 'Bearer token'}"
|
|
} |