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