Skip to content

Commit

Permalink
Issue #94: Remove Process monitor job from Linux and create a new con…
Browse files Browse the repository at this point in the history
…nector for process monitoring in Linux

 * Update LinuxProcess.yaml
  • Loading branch information
SafaeAJ committed Sep 2, 2024
1 parent fa8daff commit 06aaff6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/connector/system/LinuxProcess/LinuxProcess.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ monitors:
# pid;ppid;comm;user;cpuSeconds;mem;rss;vsz;thcount;elapsedSeconds;command
source: ${source::process}
attributes:
id: $11
id: $1
process.id: $1
process.parent.id: $2
process.name: $3
Expand Down

0 comments on commit 06aaff6

Please sign in to comment.