summaryrefslogtreecommitdiff
path: root/internal/check.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/check.go')
-rw-r--r--internal/check.go8
1 files changed, 5 insertions, 3 deletions
diff --git a/internal/check.go b/internal/check.go
index a9efd29..47dc6f9 100644
--- a/internal/check.go
+++ b/internal/check.go
@@ -8,9 +8,11 @@ import (
)
type check struct {
- Plugin string
- Args []string
- DependsOn []string `json:"DependsOn,omitempty"`
+ Plugin string
+ Args []string
+ DependsOn []string `json:"DependsOn,omitempty"`
+ Retries int `json:"Retries,omitempty"`
+ RetryInterval int `json:"RetryInterval,omitempty"`
}
type namedCheck struct {