collectd-iostat-python icon indicating copy to clipboard operation
collectd-iostat-python copied to clipboard

Collectd-iostat-python is an iostat plugin for collectd that allows you to graph Linux iostat metrics in graphite or other output formats that are supported by collectd.

Results 4 collectd-iostat-python issues
Sort by recently updated
recently updated
newest added

I have setup the collectd_iostat_python.py module in /usr/lib64/collectd/iostatpy/ and used the following config file: Globals true ModulePath "/usr/lib64/collectd/iostat_specialpy" Import "collectd_iostat_python" Path "/usr/bin/iostat" Interval 30 IostatInterval 12 Count 2 Verbose false...

I have now seen this occur "randomly". If I find any further details on how this occurs I'll post back to this issue. ``` [2017-06-27 17:13:39] [error] Unhandled python exception...

Could we make this pip install-able? It would be easier to get up and running on other systems then. An example of a pip install-able collectd python plugin is here...

Does the current plugin support MountPoint like df? See https://collectd.org/wiki/index.php/Plugin:DF -- would be very handy if it doesn't.