Olivier Mehani
Olivier Mehani
Right, it does sound like #720 would solve this issue, too.
I think the problem is due to what output the plugin tries to parse. A bigger example of this problem is when `sensors` actually uses multiple lines to show all...
I think the issue initially reported here is due to the plugin mis-parsing the default output format of `sensors`. It seems to default to a human-friendly output that can be...
> I know what hysteresis is and don't know why it's used as warning limit. Maybe it has "similar" meaning for some temperature sensors on some systems. I think it...
On 14 September 2020 11:48:55 pm AEST, "Josef Rypáček" wrote: >Just to be sure, I'm talking about plugin which source is probably at >https://github.com/munin-monitoring/munin/blob/stable-2.0/plugins/node.d.linux/sensors_.in > >I don't understand perl, so...
I'm hitting that issue on the version shipped by Debian (between 2.0.25 and 2.0.49). I first tried something quick and dirty, replacing the string concatenation in the SpoolReader to a...
It looks like `_node_read_single` has been reimplemented in `master`, and got rid of the `do_with_timeout` call. https://github.com/munin-monitoring/munin/blob/master/lib/Munin/Master/Node.pm#L422-L458 I tried simply replacing the function altogether and... it works fine. Until it...
Ok, this seems to be capped by those two timeouts in the `ProcessManager` https://github.com/munin-monitoring/munin/blob/stable-2.0/master/lib/Munin/Master/ProcessManager.pm#L41-L42 where the `worker_timeout` needs to be lower than the `timeout`. Unfortunately, they are not configurable. Looks...
> I first tried something quick and dirty, replacing the string concatenation in the SpoolReader to a simple `print` here > https://github.com/munin-monitoring/munin/blob/5889ee366e6de473d52d862cf24008e8c651996c/lib/Munin/Node/SpoolReader.pm#L96-L98 Ok, don't do that, it's a terrible idea...
While I still haven't got to the bottom of this issue, I found a workaround for when munin gets stuck and can't get more data. The date of the last...