influxdata / telegraf

Agent for collecting, processing, aggregating, and writing metrics, logs, and other arbitrary data.
https://influxdata.com/telegraf
MIT License
14.67k stars 5.59k forks source link

Disk quote space detect #10163

Open robbyq92 opened 2 years ago

robbyq92 commented 2 years ago

Feature Request

Add quote to detect in instance.

Proposal:

Hi, i see the inputs disk and diskio but i dont see to have the options for detect quote configurations in a instance. I try to configure one SMB in perf monitor but dont work for this i come to said, if it possible add options in inputs disk or same for detect quotes on instance.

Current behavior:

Desired behavior:

Use case: i think it is important if one vm / machine have quotes for space or same.

thank you.

powersj commented 2 years ago

Hi,

quote configurations in a instance

Could you provide more details as to what this means? It would be nice to see 1) a more detailed use case and 2) any error messages that you are getting when trying Telegraf today.

Thanks!

robbyq92 commented 2 years ago

Hi,

quote configurations in a instance

Could you provide more details as to what this means? It would be nice to see 1) a more detailed use case and 2) any error messages that you are getting when trying Telegraf today.

Thanks!

Hello, it does not give me any error.

I have put the windows input (perf_performance) I add the url below the input. https://github.com/influxdata/telegraf/tree/master/plugins/inputs/win_perf_counters

The thing is, I have a windows server 2016 server that has disk quotas configured and it does not detect them. I only get the instances in influxdb, instance D:, E: but no configured quota detected.

You know that in windows server or any other you can create quotas through policies, so that server has quotas for certain instances, folders, etc.

For example one image of this cuotas in windows server

https://i2.wp.com/blog.ragasys.es/wp-content/uploads/2019/06/acefsw_18.png

thanks for answer.