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