agapoff / check_kubernetes

Nagios/Icinga/Zabbix style plugin for checking Kubernetes
64 stars 36 forks source link

modified pods check to get aware of "batch/v1" jobs, which fire and s… #6

Closed joe-speedboat closed 4 years ago

joe-speedboat commented 4 years ago

Hi @agapoff Thanks for the great job. Currently I am checking if your script will work for my OpenShift Clusters (v3.9.11 & v4.4.4) I changed some jq handing in mode_pods section. I use cron jobs to backup my databases with mysqldump so my containers will fire and succeed by scheduled jobs. can you please check my code if it still suits your needs. Would be great to get that change merged.

Thanks Chris

agapoff commented 4 years ago

Thank you!