Skip to content
Snippets Groups Projects
Commit a7715204 authored by Kerri Wait's avatar Kerri Wait
Browse files

Monitor telegraf using telegraf

parent d789873d
No related branches found
No related tags found
9 merge requests!399Capture extra NFS stats,!393Hotfix: monitor NFS GETATTR stats via telegraf,!392Temporarily disable inputs.filecount in telegraf,!389Update telegraf config to ignore more ethX interfaces in ethtool plugin,!388Fix the telegraf config for mlx hw counters to get rid of errors in logs,!387Telegraf 1.15 nvidia_smi fix,!386Telegraf 1.15 nvidia_smi plugin,!380Telegraf monitoring for Karaage (hpc.erc.monash.edu.au),!374Fix hw_counters for telegraf and enable ethtool telegraf plugin
This commit is part of merge request !374. Comments created here will be created in the context of that merge request.
......@@ -126,6 +126,12 @@
regular_only = false
interval = "60s"
# Collect statistics about itself
[[inputs.internal]]
## If true, collect telegraf memory stats.
# collect_memstats = true
interval = "60s"
# Read metrics about memory usage
[[inputs.mem]]
# no configuration
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment