我可以使用 Prometheus 监控多台服务器吗?

Can I monitor multiple servers using Prometheus?

我想为我的企业监控不同的服务器,我打算为此使用 Prometheus,我想知道我是否可以监控它们? 示例:我想在服务器上安装 Prometheus 并使用代理监视其余服务器,但我没有找到任何有关 Prometheus 代理的文档。 感谢您的帮助。

是的,你可以。您需要在服务器上安装 Prometheus(参见如何安装 here) and install "exporters" in the other servers (see a list of exporters here). You could start installing the "Node Exporter" (see a good guide here)。 "Node Exporter" 公开了与 Prometheus 无关的各种硬件和内核相关指标。