Increase monitoring period to 3 minutes
This commit is contained in:
parent
ad0feb756f
commit
37d76f34da
2
main.go
2
main.go
@ -24,7 +24,7 @@ import (
|
|||||||
|
|
||||||
const (
|
const (
|
||||||
checkInterval = 10 * time.Second
|
checkInterval = 10 * time.Second
|
||||||
monitoringPeriod = 30 * time.Second
|
monitoringPeriod = 3 * time.Minute
|
||||||
cpuThreshold = 20.0 // percentage
|
cpuThreshold = 20.0 // percentage
|
||||||
gpuThreshold = 20.0 // percentage
|
gpuThreshold = 20.0 // percentage
|
||||||
diskThreshold = 5 * 1024 * 1024 // 5 MB/s
|
diskThreshold = 5 * 1024 * 1024 // 5 MB/s
|
||||||
|
Loading…
x
Reference in New Issue
Block a user