error message
[eshimizu@mysqlpf-sensu-besand01 ~]$ sudo sensu-backend start --debug -c /etc/sensu/backend.yml
{"component":"backend","level":"debug","msg":"Initializing store...","time":"2019-06-12T15:21:50+09:00"}
{"component":"backend","level":"debug","msg":"Done initializing store","time":"2019-06-12T15:21:50+09:00"}
{"component":"backend","level":"debug","msg":"Registering backend...","time":"2019-06-12T15:21:50+09:00"}
{"component":"backend","level":"debug","msg":"Done registering backend.","time":"2019-06-12T15:21:51+09:00"}
{"component":"backend","entity":{"entity_class":"backend","system":{"hostname":"<HOSTNAME>","os":"linux","platform":"centos","platform_family":"rhel","platform_version":"7.3.1611","network":{"interfaces":[{"name":"lo","addresses":["127.0.0.1/8","<IP>/32"]},{"name":"eth0","mac":"<MAC>","addresses":["<NW>/23"]}]},"arch":"amd64"},"subscriptions":null,"last_seen":0,"deregister":false,"deregistration":{},"metadata":{"name":"<HOSTNAME>"}},"level":"info","msg":"backend entity information","time":"2019-06-12T15:21:51+09:00"}
{"cache":"/var/cache/sensu/sensu-backend","component":"asset-manager","level":"debug","msg":"initializing cache directory","time":"2019-06-12T15:21:51+09:00"}
{"cache":"/var/cache/sensu/sensu-backend","component":"asset-manager","level":"debug","msg":"done initializing cache directory","time":"2019-06-12T15:21:51+09:00"}
{"component":"licensing","level":"info","msg":"starting the license enforcer","time":"2019-06-12T15:21:51+09:00"}
{"component":"licensing","level":"info","msg":"no enterprise license found","time":"2019-06-12T15:21:51+09:00"}
{"component":"store","level":"debug","msg":"starting a watcher for key /sensu.io/api/enterprise/licensing/v2/license","time":"2019-06-12T15:21:51+09:00"}
{"component":"sensu-enterprise","level":"fatal","msg":"error starting schedulerd: invalid character 'k' looking for beginning of value","time":"2019-06-12T15:21:51+09:00"}
- What have you already tried? Please include links to gists and/or code blocks (if relatively small)
- Recreate etcd cluster
- Reinstall sensu-go-backend
- Remove
no-embed-etcd: true
from backend.yml. (Success for start sensu-backend)
- Tell us about your setup, this should include OS, version of Sensu, version of Sensu components (redis, rabbitmq), plugin versions (if applicable), anything special about your setup such as an airgapped network or strict ACLs
$ uname -a
Linux <HOSTNAME> 3.10.0-957.12.1.el7.x86_64 #1 SMP Mon Apr 29 14:59:59 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux
state-dir: "/var/lib/sensu"
etcd-listen-client-urls: "http://<etcd node1 IP>:2379,http://<etcd node2 IP>:2379,http://<etcd node3 IP>:2379"
etcd-advertise-client-urls:
- "http://<etcd node1 IP>:2379"
- "http://<etcd node2 IP>:2379"
- "http://<etcd node3 IP>:2379"
no-embed-etcd: true
log-level: "debug"
-
Is there a Github issue related to your issue?
Couldn’t find. -
Is there anything else that can help us effectively help you?