checker: lower minimum check interval to 5 minutes
This commit is contained in:
parent
9a134665fe
commit
59d4d54945
1 changed files with 1 additions and 1 deletions
|
|
@ -85,7 +85,7 @@ func (p *sshProvider) Definition() *sdk.CheckerDefinition {
|
||||||
},
|
},
|
||||||
Rules: Rules(),
|
Rules: Rules(),
|
||||||
Interval: &sdk.CheckIntervalSpec{
|
Interval: &sdk.CheckIntervalSpec{
|
||||||
Min: 6 * time.Hour,
|
Min: 5 * time.Minute,
|
||||||
Max: 7 * 24 * time.Hour,
|
Max: 7 * 24 * time.Hour,
|
||||||
Default: 24 * time.Hour,
|
Default: 24 * time.Hour,
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue