很好的帖子,有几个地方想讨论下: 存储可以考虑下 victoriametrics,和 prometheus 兼容,同时资源占用更低一些,压缩率也更高。 关于暴露端口的问题,有一个方法是在被监控主机上安装 node_exporter 和 vmagent(可以理解为 prometheus 的 scrap 模块,配置通用),数据通过 vmagent 推向 victoriametrics。缺点是被监控主机需要多安装一个组件,虽然 vmagent 的资源占用不高。最好的方案可能是修改 node_exporter,添加 push 功能。
@Booker #44 https://grafana.com/docs/alloy/latest/reference/components/prometheus/prometheus.exporter.unix/ 这玩意就是内置了个node exporter,同时也解决了你下面说的把数据pull改成push的问题
pve+grafana都可以的
帮顶
这个看板确实好看,顶一个。
@Daydream5532 #38 指标和 node_exporter 通用吗?
很好的帖子,有几个地方想讨论下:
挺好的,就是家里的没公网的有些麻烦。
@Booker #44
https://grafana.com/docs/alloy/latest/reference/components/prometheus/prometheus.exporter.unix/
这玩意就是内置了个node exporter,同时也解决了你下面说的把数据pull改成push的问题
大佬 请教下 instance中 插入的国旗是 单独设置变量 还是用的emoji
@Daydream5532 #47 感谢,我试试看看好不好用
楼主,请问如何用这个方案监控小鸡到自己网络的延迟?