如何在Prometheus yml配置文件中配置特定IP?

时间:2019-04-14 06:59:06

标签: linux prometheus

我想使用特定的IP地址运行Prometheus。默认情况下,它在本地主机上运行。我在prometheus configuration

中看不到任何此类选项

2 个答案:

答案 0 :(得分:2)

您可以使用命令行选项来配置您的监听地址

./ prometheus --web.listen-address =“ 0.0.0.0:9090”

答案 1 :(得分:0)

如果您将软件包用于基于Debian的系统,则可以在select hub1.[user] h1,hub2.[user] h2 into thirdTestDataset from hub1 left join hub2 on hub2.[user] = hub1.[user] and datediff(hour,hub1,hub2) between 0 and 5 中永久修改命令行参数--web.listen-address(对于/ etc / default / prometheus-node-exporter也是如此)

您可以在此处更改要绑定的地址(例如空白(/etc/default/prometheus0.0.0.0127.0.0.1)和端口号(例如192.168.xx.xx)(例如9090:9090)。

它看起来像:

127.0.0.1:9090

(别忘了以后# Set the command-line arguments to pass to the server. ARGS="--web.listen-address=127.0.0.1:9090" 。)