Results 43 issues of waja

https://github.com/monitoring-plugins/monitoring-plugins/blob/master/doc/NEW_STARTERS and https://github.com/monitoring-plugins/monitoring-plugins/blob/master/doc/LEAVERS needs to be reviewed and updated

First go ahead with semaphores for LMD. Using GNU's parallel program (perl threads with file locking) we are able to parallelize the file scanning process which is the bottleneck in...

Looking into https://www.wowza.com/blog/wowza-streaming-engine-version-4.2-has-been-released and https://www.wowza.com/blog/wowza-streaming-engine-version-4.3-has-been-released indicates there are newer versions available. Unfortunately I wasn't able to find *deb.bin files for it.

Github Actions can be used outside the Github infrastructure, for example [Forgejo](https://forgejo.org/) can use Actions (see https://forgejo.org/docs/v1.21/user/actions/). The action seems not support to be used outside the Github infrastructure (yet).

The website http://git.op5.org/gitweb seems not available anymore.

When running behind reverse proxy there seems to be troubles with PROFIND. When connecting straight to the radical httpd (port 5232) it works well. Browser console: ``` 'PROPFIND https://test.org/.web/'] code:...

Just for those who have forgotten where simple_flask was grabed.

Hi, I'd like to install icinga2. While this is already possible via 3rd party solution [chocolatey](https://community.chocolatey.org/packages/icinga2), I'd prefer a way that works with onboard tools. Since some time Windows has...

core/evaluate

Running checkbashisms (https://anonscm.debian.org/cgit/collab-maint/devscripts.git/plain/scripts/checkbashisms.pl) against nagios/bin/* from the 1.1.5 release results into the following error. Not using bash as /bin/sh is likely to lead to errors or unexpected behaviours. Please be...

``` # netstat -tapn | grep 8080 tcp6 0 0 127.0.0.1:8080 :::* LISTEN 8262/java ``` `org.jitsi.videobridge.rest.private.jetty.host=::`in `/etc/jitsi/videobridge/sip-communicator.properties` is needed to not just bind to 127.0.0.1. Now you are able to...