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]]

posted @ 2020-07-24 16:44  左岸丶  阅读(954)  评论(0编辑  收藏  举报