我有多个服务器需要监控,主要就是实时监控 CPU 、内存、硬盘读写、网络速率等基础的信息。我希望的效果是打开一个页面(或者 APP )后,能同时看到多个服务器的上述信息,每一秒左右更新一次。
我尝试过 zabbix ,过重,页面丑陋,而且没法实时跳动信息。
也尝试过 netdata ,页面很好看,但也很重,需要消耗好几个 G 的内存。
![]() | 1 wowo243 242 天前 prometheus+grafana? |
![]() | 2 wxw752 242 天前 ![]() 哪吒监控试过吗,效果是这样的 https://vps.daoker.cc/ 探针应该吃不了多少性能 |
![]() | 3 LeslieLeung 242 天前 ![]() [nezha]( https://nezha.wiki) 吧,也是开源的,面板端部署一个 dashboard ,需要监控的机器各部署一个 agent 即可,上面都有一键复制的命令,简单易用。 替代的话就是 telegraf+influxdb+grafana ,用起来就复杂很多了。 |
4 x86 242 天前 ![]() 哪吒监控或 ak 家的 https://github.com/akile-network/akile_monitor |
![]() | 5 villivateur OP |
6 ofnh 242 天前 ![]() app 的话,推荐一个 serverBox ,地址在这里 https://github.com/lollipopkit/flutter_server_box |
![]() | 7 villivateur OP @ofnh 感谢,爱了,之前想找 ServerCat 的安卓版没找到 |
![]() | 8 guanhui07 242 天前 哪吒监控 |
9 Greenm 242 天前 ![]() |
![]() | 10 villivateur OP @Greenm 这个简直比哪吒更好 |
![]() | 12 godall 242 天前 |
![]() | 17 villivateur OP |
18 Greenm 242 天前 |
![]() | 19 mauve PRO 有一个不是那么硬核的 App 也可以做这件事情,https://servercat.app/ |
![]() | 20 villivateur OP @mauve 我在 7 楼提到过这个 |
![]() | 21 qwertooo 241 天前 一秒一次感觉太频繁了吧,Prometheus 挺轻的,可以配合 Grafana 做数据展示 |
22 julyclyde 241 天前 @LeslieLeung telegraf 是不是 push 模式的? |