您的位置:首页 > 新闻 > 资讯 > 夜莺监控使用指南

夜莺监控使用指南

2025/1/8 5:33:11 来源:https://blog.csdn.net/LMFranK/article/details/141024633  浏览:    关键词:夜莺监控使用指南

夜莺监控使用指南

本文用于解决在部署和应用夜莺监控中遇到的一些问题以及官方文档缺失的某些步骤可能会遇到的坑。

安装过程

我使用是Nightingale+Categraf+Prometheus的架构。

  • Nightingale安装文档:https://flashcat.cloud/docs/content/flashcat-monitor/nightingale-v7/install/intro/
  • Categraf安装文档:https://flashcat.cloud/docs/content/flashcat-monitor/categraf/2-installation/
   # 以service方式安装, 相当于添加service文件+systemctl daemon-reloadsudo ./categraf  --install# 以service方式卸载, 相当于systemctl stop categraf + 删除service文件sudo ./categraf  --remove# 以service方式启动categraf ,相当于systemctl start categraf# 如果之前有nohup启动的categraf进程,需要先人工停掉原来的categraf进程sudo ./categraf  --start# 以service方式停止categraf,相当于systemctl stop categrafsudo ./categraf  --stop# 以service方式查看categraf,相当于systemctl status categrafsudo ./categraf  --status
  • Prometheus安装文档:https://prometheus.fuckcloudnative.io/di-san-zhang-prometheus/di-2-jie-an-zhuang/gettingstarted
    其中Prometheus启动时,应使用./prometheus --web.enable-remote-write-receiver作为启动语句,同时Categraf配置文件应做如下改动:
# 找到此行配置
[[writers]]
url = "http://127.0.0.1:17000/prometheus/v1/write"# 改成如下配置,根据Prometheus的部署确定IP和端口
[[writers]]
url = "http://localhost:9090/api/v1/write"

更改完配置后,在Prometheus或者Nightingale前端已经可以看到安装了Categraf机器的相关监控信息。

采集过程

Categraf自带的插件配置已经比较完善了,但是更改配置后,需要重启Categraf或者执行

kill -HUP `pidof categraf`

这样在监控前端才能看到插件的监控数据。

版权声明:

本网仅为发布的内容提供存储空间,不对发表、转载的内容提供任何形式的保证。凡本网注明“来源:XXX网络”的作品,均转载自其它媒体,著作权归作者所有,商业转载请联系作者获得授权,非商业转载请注明出处。

我们尊重并感谢每一位作者,均已注明文章来源和作者。如因作品内容、版权或其它问题,请及时与我们联系,联系邮箱:809451989@qq.com,投稿邮箱:809451989@qq.com