You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 15, 2024. It is now read-only.
First of all - this plugin is very useful, so good job. It's also cleanly written 👍
It looks like this line converts all values to integer. This is problematic since some values reported by collectd can be floats and/or between 0 and 1.
For example, the collectd load plugin usually reports values very close to 0, and this bug causes all values to be rounded up to 0, showing as if there is no load.
First of all - this plugin is very useful, so good job. It's also cleanly written 👍
It looks like this line converts all values to integer. This is problematic since some values reported by collectd can be floats and/or between 0 and 1.
For example, the collectd load plugin usually reports values very close to 0, and this bug causes all values to be rounded up to 0, showing as if there is no load.