Can heartbeat recognize such line in configuration yaml file?
- {type: http, urls: ['https://google.com'], schedule: '@every
1m'}
I checked yaml syntax of this file by running
python -c 'import yaml, sys; print(yaml.safe_load(sys.stdin))' < /opt/heartbeat/heartbeat.yml
And it loaded it fine.