Skip to content
Snippets Groups Projects
Commit df74f1ec authored by jurgenhaas's avatar jurgenhaas
Browse files

#24 Update to v1.23

parent 1e9df51d
No related branches found
No related tags found
No related merge requests found
---
netdata_version: v1.22.1
netdata_version: v1.23.0
netdata_force_reset: no
netdata_fluentd_buffer:
green: 75
......
......@@ -48,5 +48,11 @@
notify:
- Restart NetData
- name: Check if this host has a claimed cloud ID
stat:
path: /var/lib/netdata/cloud.d/claimed_id
register: claimed_cloud_id
- name: Register Host in Cloud
shell: netdata-claim.sh -token={{ netdata_cloud.token }} -rooms={{ netdata_cloud.room }} -url=https://app.netdata.cloud
when: not claimed_cloud_id.stat.exists
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