Peter Bieringer
Peter Bieringer
can this be reproduced with latest release from here? https://github.com/pbiering/roundcube-rcguard If not, please close this issue.
Looks like related to https://github.com/monitoring-plugins/monitoring-plugins/issues/894, while `check_dns` from Nagios plugins was extended, Monitoring plugins refer to use `check_dig` as replacement. So I see some options 1. clearly mark `check_dns` as...
During evaluation/migration it turned out that `check_dns` cannot be 100% replaced by `check_dig` - `check_dns` by default is using DNS servers configured in /etc/resolv.conf for a query and can be...
found even more curious behavior while tweaking local DNS resolution: ``` /opt/omd/versions/5.20-labs-edition/lib/monitoring-plugins/check_ping -H ipv6.bieringer.de -w 3000.0,80% -c 5000.0,100% -p 5 -6 /usr/sbin/ping -4 -n -U -w 30 -c 5 ipv6.bieringer.de...
The issue still persists on 5.30 and EL9: ``` opt/omd/versions/5.30-labs-edition/lib/monitoring-plugins/check_ping -h check_ping v2.3.5 (monitoring-plugins 2.3.5) ... Usage: check_ping -H -w ,% -c ,% [-p packets] [-t timeout] [-4|-6] ... -4,...
NS server in SOA record not reliable and only 1 entry, better to retrieve NS records: ``` host -t ns zen.spamhaus.org zen.spamhaus.org name server a.gns.spamhaus.org. zen.spamhaus.org name server b.gns.spamhaus.org. zen.spamhaus.org...
I'm currently using this here: ``` monitoring-plugins/check_rbl-1.7.0 -H -t 60 -w 1 -c 1 -s zen.spamhaus.org -n a.gns.spamhaus.org ```
@audiocoach : with option `-n` should work, can you show debug output? Example from here ``` monitoring-plugins/check_rbl-1.7.0 -H -t 60 -w 1 -c 1 -s zen.spamhaus.org -n b.gns.spamhaus.org -d [DBG]...
> In the mindset of "[Do One Thing And Do It Well](https://en.wikipedia.org/wiki/Unix_philosophy#Do_One_Thing_and_Do_It_Well)", I think it would suffice to show some examples in the [examples section of the README.md](https://github.com/maxmind/mmdbinspect/blob/main/README.md#examples) on how...
please reopen if still reproducable with current version