plusserver / check_kubernetes

nrpe/icinga compatible kubernetes check

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

check_kubernetes

Icinga/Nagios Kubernetes check. Checks state of individual objects.

For use with https://github.com/Nexinto/kubernetes-icinga.

Usage

check_kubernetes -kubeconfig ... -type deployment -namespace kube-system -name kube-dns

Supported types:

  • pod
  • replicaset
  • deployment
  • daemonset
  • statefulset
  • node
  • componentstatus
  • service

Using Icinga

Use the configuration in examples/check_kubernetes.conf to configure check_kubernetes as a check_command in Icinga.

About

nrpe/icinga compatible kubernetes check

License:Apache License 2.0


Languages

Language:Go 100.0%