【问题标题】:configure collectd, statsd with graphite and grafana使用石墨和 grafana 配置 collectd、statsd
【发布时间】:2023-09-12 12:22:01
【问题描述】:

我正在尝试在同一台服务器上设置带有石墨的 grafana。 此外,我将从石墨监控许多远程服务器。 我了解到我可以使用 collectd 发送指标和 statsd 进行缓存。 那么我的方法应该是什么? 我的服务器上安装了石墨和 grafana,如何通过 collectd 和 statsd 监控远程服务器? 我需要在每台远程服务器上安装 collectd 和 statsd 吗(要监控的)?

我所有的机器都是debian

请推荐!

【问题讨论】:

  • 有什么建议吗?

标签: graphite grafana statsd collectd


【解决方案1】:

查看https://my-netdata.io

您将它安装在您的所有系统上,它使用 1% 的 CPU 和 20MB 的 RAM。它将指标推送到可以由 grafana 可视化的石墨(它本身也是一个可视化器)。奖励:它也是一个 statsd 服务器。

netdata 是 GPLv3+(免费和开源)

【讨论】: