mirror of
https://github.com/PoetryInCode/system-reporting.git
synced 2025-04-19 10:47:14 -04:00
This is a system daemon for my home network that will report system stats to my influxdb instance.
7 lines
62 B
Go
7 lines
62 B
Go
package config
|
|
|
|
var (
|
|
Device string
|
|
InfluxHost string
|
|
)
|