Skip to content

procstat on Linux does not report remote users #16663

Open
@golobart

Description

@golobart

Hi,
I use procstat input to get several data about resources consumption by processes and users .
There is no problem to get all that data when the users owning the processes are Linux local users; however, when the process owner users are not local, Telegraf sends user tag empty.

By not local I mean remote users defined in an Active Directory, which a kerberized Linux machine uses to authenticate the users.

How can I get the user tag populated with the remote username?

I've tried Telegraf v 1.28 and 1.33 and in both cases I've got the same result -> user is empty

Our procstat config is like this:

[[inputs.procstat]]
pattern = "xxxxxx"
pid_tag = true

many thanks!!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions