1
0
Fork 0

호스트 추가

This commit is contained in:
Sangbum Kim 2017-09-12 21:32:10 +09:00
parent ff965639bc
commit 8191d0922c
1 changed files with 1 additions and 1 deletions

View File

@ -136,7 +136,7 @@ func main() {
} }
fanController := consumer.NewFanControl(processorCount, sampleDuration, handler) fanController := consumer.NewFanControl(processorCount, sampleDuration, handler)
metricLogger := consumer.NewInfluxMetric("", processorCount, handler) metricLogger := consumer.NewInfluxMetric("db:8089", processorCount, handler)
handler.IncreaseWait() handler.IncreaseWait()