Skip to content

Instantly share code, notes, and snippets.

@yakisova
Created December 4, 2017 15:23
Show Gist options
  • Save yakisova/d3b80e30088f94a2939900e1d2d23aec to your computer and use it in GitHub Desktop.
Save yakisova/d3b80e30088f94a2939900e1d2d23aec to your computer and use it in GitHub Desktop.
$ ./prometheus --storage.tsdb.path=/home/ec2-user/goofys &
[1] 11349
$ level=info ts=2017-12-04T15:22:44.518225058Z caller=main.go:215 msg="Starting Prometheus" version="(version=2.0.0, branch=HEAD, revision=0a74f98628a0463dddc90528220c94de5032d1a0)"
level=info ts=2017-12-04T15:22:44.518333843Z caller=main.go:216 build_context="(go=go1.9.2, user=root@615b82cb36b6, date=20171108-07:11:59)"
level=info ts=2017-12-04T15:22:44.518368849Z caller=main.go:217 host_details="(Linux 3.10.0-693.5.2.el7.x86_64 #1 SMP Fri Oct 13 10:46:25 EDT 2017 x86_64 ip-10-0-0-253.ap-northeast-1.compute.internal (none))"
level=info ts=2017-12-04T15:22:44.521532251Z caller=web.go:380 component=web msg="Start listening for connections" address=0.0.0.0:9090
level=info ts=2017-12-04T15:22:44.525475101Z caller=main.go:314 msg="Starting TSDB"
level=info ts=2017-12-04T15:22:44.527198442Z caller=targetmanager.go:71 component="target manager" msg="Starting target manager..."
level=error ts=2017-12-04T15:22:45.000988247Z caller=main.go:323 msg="Opening storage failed" err="open DB in /home/ec2-user/goofys: Lockfile created, but doesn't exist"
[1]+ 終了 1 ./prometheus --storage.tsdb.path=/home/ec2-user/goofys
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment