Join GitHub today
GitHub is home to over 31 million developers working together to host and review code, manage projects, and build software together.
Sign upError when starting local build with example configuration #3414
Comments
This comment has been minimized.
This comment has been minimized.
|
Proposal for fix: disable sections until config parser is updated. diff --git a/documentation/examples/prometheus.yml b/documentation/examples/prometheus.yml
index 3f04f541..4967a8d8 100644
--- a/documentation/examples/prometheus.yml
+++ b/documentation/examples/prometheus.yml
@@ -12,8 +12,8 @@ global:
# Alertmanager configuration
alerting:
alertmanagers:
- - static_config:
- - targets:
+ # - static_config:
+ # - targets:
# - alertmanager:9093
# Load rules once and periodically evaluate them according to the global 'evaluation_interval'.
|
davkal
added a commit
to davkal/prometheus
that referenced
this issue
Nov 6, 2017
juliusv
closed this
in
#3415
Nov 6, 2017
juliusv
added a commit
that referenced
this issue
Nov 6, 2017
This comment has been minimized.
This comment has been minimized.
lock
bot
commented
Mar 23, 2019
|
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
lock
bot
locked and limited conversation to collaborators
Mar 23, 2019
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
davkal commentedNov 5, 2017
What did you do?
What did you expect to see?
Prometheus happily running in the foreground.
What did you see instead? Under which circumstances?
Prometheus stopped on with an error, see logs below.
Environment
System information:
Darwin 16.7.0 x86_64
Prometheus version:
prometheus, version 2.0.0-rc.3 (branch: master, revision: 8a9b32d)
build user: david@kenobi-2.local
build date: 20171105-16:27:20
go version: go1.9.1
Alertmanager version:
insert output of
alertmanager --versionhere (if relevant to the issue)Prometheus configuration file:
https://github.com/prometheus/prometheus/blob/3382f39046513d93742c02f39d9122f511d575ab/documentation/examples/prometheus.yml