Open akrzos opened 7 years ago
Looks like sometimes running of 'iostat' command on your machine returns error or some garbage. What's your OS and Interval / Count parameters?
What's your OS and Interval / Count parameters?
RHEL 7.3
Collectd interval (global and plugin) of 10s with iostat interval of 2s
Example of my configuration for the iostat plugin:
<Plugin python>
ModulePath "/usr/local/bin/"
Import "collectd_iostat_python"
<Module collectd_iostat_python>
Path "/usr/bin/iostat"
Interval 10
IostatInterval 2
Count 2
Verbose false
NiceNames false
PluginName collectd_iostat_python
</Module>
</Plugin>
I have now seen this occur "randomly". If I find any further details on how this occurs I'll post back to this issue.
Also this one: