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 upLoad balance / run multiple instances? #522
Comments
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
|
Oh wow that simple! I didn't realise! Sorry for wasting your time. |
sammcj
closed this
Feb 11, 2015
This comment has been minimized.
This comment has been minimized.
|
No problem, happy to help. |
This comment has been minimized.
This comment has been minimized.
hermII
commented
Mar 1, 2017
|
I'm running multiple instances of the snmp_exporter and I want to configure prometheus.yml to allow prometheus to run and recognize both instances of snmp_exporters running on different ports. Can you give me a sample prometheus.yml file that would work in this scenario...the config that I'm using causes prometheus to crash upon start up with this message: ERRO[0000] Error loading config: couldn't load configuration (-config.file=Prometheus.yml): yaml: line 46 did not find expected key source=main.go:149 |
This comment has been minimized.
This comment has been minimized.
|
Please don't comment on old closed issues, this question is better suited to https://groups.google.com/forum/#!aboutgroup/prometheus-users |
simonpasquier
pushed a commit
to simonpasquier/prometheus
that referenced
this issue
Oct 12, 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. |
sammcj commentedFeb 11, 2015
Since the DB can't handle two connections at once - how can you run multiple instances of the application with access to the same data (for reliability / failover)?