agapoff / check_kubernetes

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

Improve CheckCommand for Icinga2 #24

Closed phibos closed 2 years ago

phibos commented 2 years ago

This change introduces some default values for kube_port and kube_scheme and a new variable kube_apiserver. The kube_apiserver is used as in the example before but now it is possible to override the apiserver without splitting it into port, host and scheme.

Please feel free to contact me if you have any questions.

agapoff commented 2 years ago

Thank you!