system-reporting/config/compile-time.go
Solomon Wagner 3ef0218f30 Initial commit
This is a system daemon for my home network that will report system
stats to my influxdb instance.
2025-02-07 15:39:39 -05:00

7 lines
62 B
Go

package config
var (
Device string
InfluxHost string
)