Skip to content

Instantly share code, notes, and snippets.

View Jazun713's full-sized avatar

Jason Anderson Jazun713

  • NICE InContact
View GitHub Profile
services:
concourse-db:
image: postgres
environment:
- POSTGRES_DB=concourse
- POSTGRES_PASSWORD=concourse_pass
- POSTGRES_USER=concourse_user
- PGDATA=/database
Mon Apr 20 16:24:51 UTC 2020
@Jazun713
Jazun713 / backend.yml
Created February 1, 2019 15:43
Sensu-Go backend.yml with TLS config
---
##
# general configuration
##
state-dir: "/var/lib/sensu"
##
# agent configuration
##
#agent-host: "[::]" # listen on all IPv4 and IPv6 addresses
@Jazun713
Jazun713 / gist:9b92c6b5a7efc26e2f9873ae3291eb28
Created February 1, 2019 15:41
Sensu-Go etcd peer communication issue:
sensu-backend[5404]: {"component":"etcd","level":"warning","msg":"health check for peer dbda02213d86af4f could not connect: net/http: HTTP/1.x transport connection broken: malformed HTTP response \"\\x15\\x03\\x01\\x00\\x02\\x02\"","pkg":"rafthttp","time":"2019-01-31T21:05:43Z"}
sensu-backend[5404]: {"component":"etcd","level":"error","msg":"publish error: etcdserver: request timed out","pkg":"etcdserver","time":"2019-01-31T21:05:45Z"}