Configurable interval for nodata checks
This commit is contained in:
parent
c45724f5d8
commit
9eecf946f8
3 changed files with 8 additions and 3 deletions
|
|
@ -1,5 +1,6 @@
|
|||
package main
|
||||
|
||||
type SmonConfiguration struct {
|
||||
LogFile string
|
||||
LogFile string
|
||||
NodataInterval int `json:"nodata_interval"` // in seconds
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue