grafana监控模板记录


windows监控模板
Telegraf & Influx Windows Host Overview
1902
jmeter模板
Apache JMeter Dashboard using Core InfluxdbBackendListenerClient
5496

linux监控模板
Host Dashboard
10581

vim /etc/telegraf/telegraf.conf
linux监控模板需要配置telegraf
[[inputs.cpu]]
  percpu = true
  totalcpu = true
  fielddrop = ["time_*"]

[[inputs.disk]]
  ignore_fs = ["tmpfs", "devtmpfs", "none", "iso9660", "overlay", "aufs", "squashfs"]

[[inputs.diskio]]

[[inputs.kernel]]

[[inputs.mem]]

[[inputs.swap]]

[[inputs.net]]
  fieldpass = [ "bytes*" ]
  interfaces = [ "enp8s0" ] #网卡名称

[[inputs.netstat]]

[[inputs.processes]]

[[inputs.system]]


免责声明!

本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。



 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM