Claudio Kuenzler

Results 98 comments of Claudio Kuenzler

As the raw value remains 0, this is kinda tricky and cannot be easily integrated into the existing (raw) checks. We would have to add a new check with its...

@MoBlockbuster Try appending `--disable_retry_writes`, in your case: ``` ./check_mongodb.py -D -H localhost -A queries_per_second -C 2000 -W 1500 --disable_retry_writes ``` Ran into this as well (but on MongoDB 4.x). This...

@sswaroop84 you can use https://www.claudiokuenzler.com/blog/1115/check_nrpe-4.x-nsclient-5.x-ssl-error-could-not-complete-ssl-handshake as a guide

Same problem here after updating from 6.2.5 to 7.0.5 @Kyoshiro-san how did you solve it then? Edit: OK, figured it out. The whole fastcgi config (in nginx) was replaced with...

This is really strange. Maybe it's related to the Rancher version. On Rancher 2.5 the check seems to work correctly. Two "nginx" workloads deployed across two namespaces (infiniroot and infinoroot2)....

Tested with Rancher 2.8, seems to work (same behaviour as for Rancher 2.5): ``` $ ./check_rancher2.sh -H rancher28.example.com -U token-xxxxx -P "secret" -S -t workload -p c-m-xxxxxxxx:p-xxxxx -w nginx CHECK_RANCHER2...

Ah, now I see it. You didn't want to check a specific workload (`-w workloadname`) but ALL workloads in a specific namespace. Yes, in this case the status quo is...

Yes we can keep it open. The feature request makes total sense to me.

Hello @yzapf and thank you for the PR. Can you please elaborate what the cronjob is for? The plugin was created to be run as a monitoring plugin for Nagios,...

> state of cronjobs running in a Kubernetes/rancher environment ah, I misunderstood the initial request, sorry. Got it :) Will test.