package main type SmonConfiguration struct { LogFile string NodataInterval int `json:"nodata_interval"` // in seconds }