File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ check program c8y-enabled with path "/usr/bin/tedge config get c8y.url"
45
45
46
46
check program c8y-connectivity with path "/usr/bin/tedge connect c8y --test"
47
47
with timeout 60 seconds
48
- every 2 cycles
48
+ every 120 cycles
49
49
if status != 0 then alert
50
50
if status != 0 for 10 cycles then exec "/usr/bin/tedge reconnect c8y"
51
51
depends on c8y-enabled
@@ -62,7 +62,7 @@ check program az-enabled with path "/usr/bin/tedge config get az.url"
62
62
63
63
check program az-connectivity with path "/usr/bin/tedge connect az --test"
64
64
with timeout 60 seconds
65
- every 2 cycles
65
+ every 120 cycles
66
66
if status != 0 then alert
67
67
if status != 0 for 10 cycles then exec "/usr/bin/tedge reconnect az"
68
68
depends on az-enabled
@@ -79,7 +79,7 @@ check program aws-enabled with path "/usr/bin/tedge config get aws.url"
79
79
80
80
check program aws-connectivity with path "/usr/bin/tedge connect aws --test"
81
81
with timeout 60 seconds
82
- every 2 cycles
82
+ every 120 cycles
83
83
if status != 0 then alert
84
84
if status != 0 for 10 cycles then exec "/usr/bin/tedge reconnect aws"
85
85
depends on aws-enabled
You can’t perform that action at this time.
0 commit comments