Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow to collect performance counter from remote host(s) #4221

Closed
DmitryMaletin opened this issue Jun 1, 2018 · 2 comments
Closed

Allow to collect performance counter from remote host(s) #4221

DmitryMaletin opened this issue Jun 1, 2018 · 2 comments

Comments

@DmitryMaletin
Copy link

DmitryMaletin commented Jun 1, 2018

Feature Request

Allow to collect performance counter from remote host(s)

Proposal:

Add server list into configuration & build full path for perf counter including host
It will allow to have a dedicated host which will collect data

Current behavior:

Agent should be installed on the same machine

Desired behavior:

Agent can be installed on any other machine
Optionally: collect counters form set of machine

Use case: [Why is this important (helps with prioritizing requests)]

It's not always possible to install 3rd party software on host.

Configuration might looks like that:

[[inputs.win_perf_counters.object]]
# Processor usage, alternative to native, reports on a per core.
Servers = ["$COMPUTERNAME","HOST1","HOST2"]
ObjectName = "Processor"
Instances = ["_Total"]
Counters = [
"% User Time",
"% Processor Time"
]
Measurement = "win_cpu"

some draft version: https://github.com/DmitryMaletin/telegraf/tree/dma

@danielnelson
Copy link
Contributor

@DmitryMaletin We have an existing issue for this feature #1899. There is also some work in progress on this feature so I think it is coming soon. Can you take a look at this PR to see if it looks correct, it says closed but only because we need to update the code due to a refactor of the win_perf_counters plugin. #4076 (comment)

@Vikonder
Copy link

Vikonder commented Oct 5, 2020

Hi,
Is it possible to use remote Host for collection data from MSMQ VIP (Cluster)?
I don't see in the plug's list support for the MSMQ

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants