bosun.org@v0.0.0-20210513094433-e25bc3e69a1f/docker/data/scollector.toml (about) 1 #Direct to Bosun 2 #Host = "localhost:8070" 3 4 #Send to tsdbrelay. Use TSDBRELAY_OPTS environment variable for forwarding options 5 Host = "localhost:5252" 6 7 BatchSize = 5000 8 9 #Monitoring of hbase inside the container 10 HadoopHost = "opentsdb:16010" 11 12 #Redis or ledis based external counters. See https://godoc.org/bosun.org/cmd/tsdbrelay 13 [[RedisCounters]] 14 Server = "redis:6379"