Matthew Pounsett

Results 31 issues of Matthew Pounsett

After an upgrade of one of our container-based applications last night (NextCloud), needrestart is reporting that `containerd` needs restarting. Actually restarting containerd is having no effect. Looking through the debug...

There doesn't seem to be any install-from-packages documentation here that I can find. Looking at old tickets can lead someone to https://sourceforge.net/projects/hpnssh/files/Debian%20Packages/ (for Debian/dpkg) ... and that leads to https://download.opensuse.org/repositories/home:/rapier1...

This is extremely minor... and probably only cosmetic, however... The file names for the current bookworm packages at opensuse.org indicate they are version `9.9p2-hpn18.6.2-1`. However, the version string reported at...

I have the following hook set up for use with [pre-commit](https://pypi.org/project/pre-commit/): ```yaml repos: - repo: https://github.com/PyCQA/isort rev: 6.0.1 hooks: - id: isort args: - app - tests ``` And the...

When running needrstart in batch mode I'm getting the following warning: ``` Use of uninitialized value $ucode_vars{"AVAIL"} in concatenation (.) or string at /usr/sbin/needrestart line 952. ``` Here is the...

Apologies if an 'issue' is the wrong place for this. I couldn't find reference to a spot for Q&A. I'd like to preface this by saying I realize I've got...

The code has a large number of linting errors from the older parts of the codebase that I've been unable to fix without potentially breaking support for older python versions,...

refactor

A new argument was added to the Check constructor in #46, but the PR didn't contain the relevant documentation changes.

documentation
good first issue

The current `Warn` class should be `Warning` or `WARNING` to conform to the Nagios Development Guidelines on [return codes](https://nagios-plugins.org/doc/guidelines.html#AEN78). However, simply renaming the class would occlude the Python `Warning` exception...