Davide Madrisan

Results 13 comments of Davide Madrisan

# How to test ## Create the `podman.socket` ``` systemctl --user start podman.socket systemctl --user enable podman.socket ``` ## Create a container for test ``` podman run --rm -it docker.io/nginx:1.21.5-alpine...

Thanks for your report @amotl I was not aware of this commit in Debian :+1: So, please tell me if I can do something for enhancing the compatibility with the...

As described in the official nagios [documentation](https://nagios-plugins.org/doc/guidelines.html#THRESHOLDFORMAT), the two syntaxes are not equivalent: `20:` means *less than 20* while `20` would mean in our context *greater than 20*. Note also...

Hi Louis. I thought about it but never tried to implement such a feature. In particular I do not know how and where to stock the final artifacts. The packages...

The make produces several .deb files because in v29 iwe switch to a multi-packages setup. Maybe you just checked the meta-package? It should be the only one that does not...

I did not include the packages because of the high number. Several distributions are supported and each in a few different versions. If you have any idea for improving the...

> I was looking at `nagios-plugins-linux-memory_28-2_amd64.deb` (no idea why it is named 28 because I built it from v29) and it did not contain the binary. > A build from...

Ok. I can reproduce the issue, sorry :/

Back from holiday... Sorry for the delay. Should be fixed in [PR#90](https://github.com/madrisan/nagios-plugins-linux/pull/90). I will do some more tests in the evening, but if you can test yourself meanwhile I'll appreciate...

Why did you marked as `(only relevant for output="nagios")` in the help message? The return code is relevant in both the the default and the nagios output.