mirror of
https://github.com/TwiN/gatus.git
synced 2025-01-09 07:28:29 +01:00
8e14302765
* Allow configuration to be distributed * catch iteration errors when collecting config files * rm unused func * Fix suffix check for config loading * test configuration loading * GATUS_CONFIG_PATH can be a file or a directory now * Add deprecation note * Fix cs Co-authored-by: TwiN <twin@linux.com> * cs fixes Co-authored-by: TwiN <twin@linux.com> * cs fixes Co-authored-by: TwiN <twin@linux.com> * cs fixes Co-authored-by: TwiN <twin@linux.com> * cs + rm useless line Co-authored-by: TwiN <twin@linux.com> * Update config/config.go Co-authored-by: TwiN <twin@linux.com>
7 lines
118 B
YAML
7 lines
118 B
YAML
endpoints:
|
|
- name: example
|
|
url: https://example.org
|
|
interval: 30s
|
|
conditions:
|
|
- "[STATUS] == 200"
|