a minimal tool for writing system metrics to an influxdb - written in golang
209
a minimal tool for writing system metrics to an influxdb - written in golang
SYSMON_INTERVAL_MS the interval for metrics collection, defaults to 5000SYSMON_INFLUX_HOST the influx host to write toSYSMON_INFLUX_DB the dateabase to write to, defaults to go-sysmonSYSMON_INFLUX_TAG the tag value for name in the timeseriesSYSMON_INFLUX_TAG=system1 SYSMON_INFLUX_HOST=192.168.1.60 ./go-sysmon
docker build -t go-sysmon .
docker run -e SYSMON_INFLUX_TAG=sys1 -e SYSMON_INFLUX_HOST=192.168.1.60 -it --rm go-sysmon
Content type
Image
Digest
Size
2 MB
Last updated
over 6 years ago
docker pull weberlars/sysmon