当前位置:网站首页>使用华为HECS云服务器打造Telegraf+Influxdb+Grafana 监控系统【华为云至简致远】
使用华为HECS云服务器打造Telegraf+Influxdb+Grafana 监控系统【华为云至简致远】
2022-08-03 14:02:00 【InfoQ】
一 背景
二 华为HECS主机开通
- 便捷易用效率高
- 弹性灵活配置优
三 组件
3.1 Telegraf
3.2 Influxdb
3.3 Grafana
四 监控系统部署
4.1 InfluxDB部署
cat <<EOF | sudo tee /etc/yum.repos.d/influxdb.repo
[influxdb]
name = InfluxDB Repository - RHEL $releasever
baseurl = https://repos.influxdata.com/rhel/$releasever/$basearch/stable
enabled = 1
gpgcheck = 1
gpgkey = https://repos.influxdata.com/influxdb.key
EOF
sudo yum install influxdb
sudo systemctl start influxdb
4.2 Grafana部署
wget https://dl.grafana.com/enterprise/release/grafana-enterprise-8.5.4-1.x86_64.rpm
sudo yum install grafana-enterprise-8.5.4-1.x86_64.rpm
systemctl start grafana-server
4.3 Telegraf部署
cat <<EOF | sudo tee /etc/yum.repos.d/influxdb.repo
[influxdb]
name = InfluxData Repository - Stable
baseurl = https://repos.influxdata.com/stable/$basearch/main
enabled = 1
gpgcheck = 1
gpgkey = https://repos.influxdata.com/influxdb.key
EOF
sudo yum install telegraf
telegraf config > telegraf.conf
五 监控系统配置
5.1 创建库
[http]
# Determines whether HTTP endpoint is enabled.
enabled = true
# The bind address used by the HTTP service.
bind-address = ":8086"
# Determines whether user authentication is enabled over HTTP/HTTPS.
auth-enabled = true
5.2 配置telegraf将数据存储在influxdb中
- 启用认证
## HTTP Basic Auth
username = "telegraf"
password = "password"
5.3 配置Grafana
其他
- 再次influxdb未配置用户名密码,生产环境应配置。
- 应该针对telegraf进行配置过滤指标已适应业务。
- 需要在云服务器安全组开发grafana 3000端口,进行外部测试。
边栏推荐
猜你喜欢
硬件业务收入下滑,为了赚钱,苹果暧昧对待流氓软件和增加广告了
第二讲 软件生命周期
项目管理:PMP和IPMP哪个更值得考?两个证书的区别在于哪里?
Nature, Cell都在用的Relia Tech 抗原亲和纯化LYVE1抗体
树莓派 USB摄像头 实现网络监控( MJPG-Streamer)
中国手机品牌争论谁是国内第一,而它已成为中国手机在海外的代表
CVPR 2022 | Predicting Skeletons from Human Meshes, True Physiological Skeletons!
大型连锁百货运维审计用什么软件好?有哪些功能?
Petri网-2、有向网
第07章 InnoDB数据存储结构【2.索引及调优篇】【MySQL高级】
随机推荐
冷链行业商业供应链系统:实现全流程数字化协同,激活企业迸发市场活力
SnapHelper翻页效果两行代码带你实现不一样的RecyclerView
PCL 点云按时间进行分段
The embassy in Iceland reminds Chinese citizens in Iceland to strengthen safety protection
淘特:引擎还是包袱?
鸿湖万联扬帆富设备开发板正式合入OpenHarmony主干
Redis学习
如何合理安排一天,做到高效备考?
Insert or Merge
IDO代币预售dapp开发及NFT模式
Petri网-2、有向网
爱可可AI前沿推介(8.3)
保健用品行业B2B电子商务系统:供采交易全链路数字化,助推企业管理精细化
基于ModelArts的动漫头像自动生成丨【华为云至简致远】
secureCRT连接开发板连接不上问题解决
0代码4步体验物联网设备上云
atrace和systrace的基本使用方法
idea找不到class,gradle依赖已经加载,并且class可看
如何使用matlab实现分段函数「建议收藏」
如何把MapGIS的区文件转为ArcGIS的SHAPE面文件