Skip to content
Snippets Groups Projects
Commit a486cab3 authored by jurgenhaas's avatar jurgenhaas
Browse files
parent 14f22223
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,7 @@
# file: roles/netdata/tasks/heartbeat.yml
- set_fact:
healthcheckping: "{{ lookup('healthchecks', '', base_url='https://healthchecks.lakedrops.com', api_key=healthchecks.api, host=inventory_hostname, user=item.1.user|default(cronUser), jobname='Heartbeat', schedule='* * * * *', channels=healthchecks.channels|join(',')) }}"
healthcheckping: "{{ lookup('healthchecks', '', base_url='https://healthchecks.lakedrops.com', api_key=healthchecks.api, host=inventory_hostname, user=item.1.user|default('root'), jobname='Heartbeat', schedule='* * * * *', channels=healthchecks.channels|join(',')) }}"
tags:
- cron
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment