|
|
@ -39,7 +39,7 @@ func (c *configuration) Init() error {
|
|
|
|
|
|
|
|
|
|
|
|
c.SetDefault("notify.urls", []string{})
|
|
|
|
c.SetDefault("notify.urls", []string{})
|
|
|
|
|
|
|
|
|
|
|
|
c.SetDefault("web.influxdb.host", "0.0.0.0")
|
|
|
|
c.SetDefault("web.influxdb.host", "localhost")
|
|
|
|
c.SetDefault("web.influxdb.port", "8086")
|
|
|
|
c.SetDefault("web.influxdb.port", "8086")
|
|
|
|
c.SetDefault("web.influxdb.org", "scrutiny")
|
|
|
|
c.SetDefault("web.influxdb.org", "scrutiny")
|
|
|
|
c.SetDefault("web.influxdb.bucket", "metrics")
|
|
|
|
c.SetDefault("web.influxdb.bucket", "metrics")
|
|
|
|