Heartbeat configuration file syntax

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.

yes, it's YAML and processed as such.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.