Thomas Liske
Thomas Liske
Sounds like this issue is not possible to solve.
The list-only mode only affects the handling of service restarts. You might take a look at the `kernelhints` config option: ```perl # Enable/disable hints on pending kernel upgrades: # 1:...
Improving the status line sounds like a good idea (I don't use the nagios plugin at all). Your first proposal looks good. The list of services could be enabled by...
Adding an option to print service list would solve #154.
The libnotify stuff is only used for user processes, not for system services. While upgrading a system the admin user deals restarts of system services and get a notice for...
Thanks for the hint. Needrestart already collects the services requiring to be restarted and runs a single systemctl restart command. Adding a setting or command line option to only mark...
It is possible to filter images [using a regex in the configuration file](https://github.com/liske/needrestart/blob/v3.6/ex/needrestart.conf#L188-L190) and the config file has the power of perl. Other Linux distris have the same concept but...
You are using a old version of needrestart, can you check if it also happens with a more recent release of needrestart? I was not able to reproduce this issue...
Could you please provide the output of `needrestart -v`?
The [config file shipped with needrestart 3.6](https://github.com/liske/needrestart/blob/v3.6/ex/needrestart.conf#L156-L157) already ignores those mappings.