Influx-Capacitor
Influx-Capacitor copied to clipboard
Influx-capacitor collects metrics from windows machines using Performance Counters. Data is sent to influxDB to be viewable by grafana.
I am trying to monitor remote machine. I am passing IP Address as the MachineName in my configuration file. But it does not seem to collect the counters from the...
I have an HP server and I installed the "HPE Insight Management WBEM Providers for Windows Server x64 Editions", which gives all sorts of fun things such as HP_NumericSensor (temp...
It is a bit messy to keep track of all servers and how Influx-Capacitor is configured on them. nathanwebb suggested a way of configuring them from one central point. My...
Hello, First, I would like to thank you for this project, it is exactly what I need to monitor machines (locally or remotely)! Now my issue: I finally managed to...
Hello, I'm very sorry to disturb, it should be something very simple, but I spent an hour with no success. My config: ``` http://influxdb_domain_name:8086 capacitor capacitor my_db 15000 ``` when...
I have an internal requirement that could be adressed: we are using azure sql database, and performance counters for the database are only available through the `sys.dm_od_performance_counters` view. My idea...
In my monitoring system, normally I check the state of a service to ensure that is running. When monitor influx-capacitor service, even its running we have no guarantees that it...
It's a very common situation where is required collect details about the server and not only performance counters. For example: - how many websites exists in IIS - amount of...
Make it possible to monitor the following... (As suggested by nathanwebb) - Total installed ram - CPUs - disks - network interfaces (Data as count, type and other) My idea...