sleepka / zabbix-kubernetes-monitoring

Zabbix Kubernetes monitoring
GNU General Public License v3.0
57 stars 45 forks source link

Update readme, template and k8s-stats.py #7

Closed marinoborges closed 3 years ago

marinoborges commented 3 years ago

Updates:

  1. Updated README.md to include kubectl instructions on how to add user and retrieve token and api server
  2. Updated zabbix template: 2.1 Updated template version to 5.0 2.2 Added Applications: Kubernetes ApiServices, Kubernetes Clusters, Kubernetes ComponentStatuses, Kubernetes Containers, Kubernetes Deployments, Kubernetes Nodes, Kubernetes Pods 2.3 Fixed item types from 'Zabbix Agent (active)' to 'Zabbix Agent' 2.4 Added new Item and Trigger prototypes to monitor Node Status Ready
  3. Updated k8s-stats.py to support non running containers with status Completed avoiding false triggered Problems for those cases