poxet / Influx-Capacitor

Influx-capacitor collects metrics from windows machines using Performance Counters. Data is sent to influxDB to be viewable by grafana.
http://influx-capacitor.com
MIT License
44 stars 13 forks source link

Ability to call plugins #46

Open marcelopetersen opened 8 years ago

marcelopetersen commented 8 years ago

It's a very common situation where is required collect details about the server and not only performance counters. For example:

poxet commented 8 years ago

Yes, it sounds like #28, and like a good idea! :)

poxet commented 8 years ago

Now I have a case where I want to know what use account is running a process. I am trying to monitor IIS processes and the name of the user (app-pool) is more usefull than knowing that it is a IIS process.

This might be somehow related with the "plugin" idea, prehaps.