Thomas Liske
Thomas Liske
> Update: code checks the existence of the `/proc/$pid/root//usr/sbin/wsdd` to get its creation time, and then use that to see if it is before or after the change time of...
Would an option to disable container scanning or ignore containers by name patterns would help?
There is a nagios plugin mode which uses return codes to communicate the status. Depending how you define `System needs to be restarted.` you could use something like `needrestart -p...
Yes, it is currently not possible to add additional paths for kernel images. There are some hard coded globs: https://github.com/liske/needrestart/blob/c62b1529c5af3a78ad209ff942b289d4b4cdb45a/perl/lib/NeedRestart/Kernel/Linux.pm#L130-L139 Should be possible to configure custom paths to be open...
I'm open for changes required for a metrics endpoint. :+1:
It looks like that this might be triggered by debconf. I was not able to reproduce it when needrestart does not use debconf: ```console # output=`needrestart -q -r l -u...
I'm closing this issue for now, feel free to reopen it if the problem still exists with the changed UI package.
Needrestart tries to compares the inode information from `/proc/$PID/maps` with the corresponding files in the filesystem. For some reasons the stat call seems to fail for some reasons: https://github.com/liske/needrestart/blob/c62b1529c5af3a78ad209ff942b289d4b4cdb45a/needrestart#L555 The...
Using redis for cacheops increases the overall performance of b3lb (less db query overhead). b3lb won't fail if redis is unavailable if the setting `CACHEOPS_DEGRADE_ON_FAILURE` is set to `true` (default)....
> this PR edits the old BBB 1.x install documentation and thus should not be merged. cc @liske So where do I find the 2.2 documentation sources? The `_pages/install.md` is...