This repository was archived by the owner on Feb 13, 2025. It is now read-only.

Description
I'm attempting to monitor specific processes on a linux box; however, I'm getting no stats. I am, however, getting tagged stats for process count (linux.proc.count) for each of the processes I'm attempting to monitor, just no runtime stats (linux.proc.cpu, e.g.).
Sample from my TOML file:
[[Process]]
Command = "bosun-monitor"
Name = "bosun"
Args = ""
IncludeCount = true
Without the IncludeCount = true I get nothing at all. I added it in the process of debugging. Not seeing anything in the log, even with debug output.