mirror of
https://github.com/wahyd4/next-dashboard.git
synced 2026-08-23 11:26:03 +10:00
27 lines
642 B
YAML
27 lines
642 B
YAML
name: dex-prod
|
|
frequency: 5
|
|
db:
|
|
url: "host=localhost port=5432 user=postgres dbname=next_dashboard password=postgres sslmode=disable"
|
|
type: postgres
|
|
database: next_dashboard
|
|
checks:
|
|
- name: one
|
|
table: http_healths
|
|
field: url
|
|
value: https://docs.dev.dexdev.greensync.xyz/health
|
|
- name: two
|
|
table: http_healths
|
|
|
|
http:
|
|
checks:
|
|
- url: https://api.dev.dexdev.greensync.xyz/health/contracts
|
|
name: contracts
|
|
- url: https://docs.dev.dexdev.greensync.xyz/health
|
|
name: docs-fake
|
|
- url: http://app.dev.dexdev.greensync.xyz/health1
|
|
name: app
|
|
event:
|
|
checks:
|
|
- name: contracts
|
|
|