Skip to content

Instantly share code, notes, and snippets.

@asachs01
Last active November 22, 2019 18:52
Show Gist options
  • Save asachs01/83a829a4c34ddd1a6965653d0b4f8000 to your computer and use it in GitHub Desktop.
Save asachs01/83a829a4c34ddd1a6965653d0b4f8000 to your computer and use it in GitHub Desktop.
etcd-advertise-client-urls: https://192.168.1.1:2379
etcd-initial-advertise-peer-urls: https://192.168.1.1:2380
etcd-initial-cluster: backend-0=https://backend-0.example.com:2380,backend-1=https://backend-1.example.com:2380,backend-2=https://backend-2.example.com:2380
etcd-initial-cluster-state: new
etcd-listen-client-urls: https://192.168.1.1:2379
etcd-listen-peer-urls: https://0.0.0.0:2380
etcd-name: backend-1
log-level: debug
state-dir: /var/lib/sensu/sensu-backend
cert-file: "/etc/pki/tls/certs/cert.pem"
key-file: "/etc/pki/tls/private/key.pem"
etcd-cert-file: "/etc/pki/tls/certs/etcd-cert.pem"
etcd-key-file: "/etc/pki/tls/private/etcd-key.pem"
etcd-peer-cert-file: "/etc/pki/tls/certs/etcd-peer-cert.pem"
etcd-peer-key-file: "/etc/pki/tls/private/etcd-peer-key.pem"
api-url: "https://localhost:8080"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment