Skip to content

Commit

Permalink
[Fix #56] Default package configs fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
Kirill Melnikov committed Jan 10, 2018
1 parent d2c198a commit dcc449b
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion pkg/api/api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ log:
log_file: stdout
log_level: debug
api:
listen: :8081
listen: ":8081"
web_config_path: "/etc/moira/web.json"
4 changes: 2 additions & 2 deletions pkg/checker/checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ redis:
port: "6379"
dbid: 0
graphite:
enabled: ""
uri: localhost:2003
enabled: false
uri: "localhost:2003"
prefix: DevOps.Moira
interval: 60s0ms
log:
Expand Down
6 changes: 3 additions & 3 deletions pkg/filter/filter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ redis:
port: "6379"
dbid: 0
graphite:
enabled: ""
uri: localhost:2003
enabled: false
uri: "localhost:2003"
prefix: DevOps.Moira
interval: 60s0ms
log:
log_file: stdout
log_level: debug
filter:
listen: :2003
listen: ":2003"
retention-config: /etc/moira/storage-schemas.conf
8 changes: 4 additions & 4 deletions pkg/notifier/notifier.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ redis:
port: "6379"
dbid: 0
graphite:
enabled: ""
uri: localhost:2003
enabled: false
uri: "localhost:2003"
prefix: DevOps.Moira
interval: 60s0ms
log:
Expand All @@ -15,11 +15,11 @@ notifier:
resending_timeout: "24:00"
senders: []
moira_selfstate:
enabled: "false"
enabled: false
redis_disconect_delay: 30
last_metric_received_delay: 60
last_check_delay: 60
contacts: []
notice_interval: 300
front_uri: http:// localhost
front_uri: "http:// localhost"
timezone: UTC

0 comments on commit dcc449b

Please sign in to comment.