lazysang

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

分类:

技术点:

相关文章:

  • 2022-12-23
  • 2021-10-02
  • 2021-06-27
  • 2021-09-08
  • 2021-05-27
  • 2022-02-22
猜你喜欢
  • 2022-12-23
  • 2021-12-12
  • 2021-05-19
  • 2021-12-05
  • 2021-05-29
  • 2021-08-02
相关资源
相似解决方案