Zabbix templates updated

This commit is contained in:
Jeroen Vermeulen 2023-10-24 01:14:45 +02:00
parent 34d64e7bc5
commit 383502d60b
No known key found for this signature in database
2 changed files with 9 additions and 5 deletions

@ -1 +1 @@
Subproject commit b1e27b9026dd1e30abf50ec732c7d9dcd1d1b30c
Subproject commit d0f113ddf2830340f8b5d2d8e41f07fbdaa3db7d

View File

@ -3,18 +3,22 @@ apiVersion: v1
kind: Pod
metadata:
name: ubuntu
namespace: default
namespace: monitoring
spec:
# nodeSelector:
# kubernetes.io/hostname: hw2.deovero.k8s.snel.com # for testing
nodeSelector:
kubernetes.io/hostname: c1.deovero.k8s.snel.com # for testing
containers:
- name: ubuntu
image: ubuntu:latest
command: [ "/bin/bash", "-c", "--" ]
args: [ "while true; do date; sleep 60; done;" ]
tolerations:
- effect: NoSchedule
key: node-role.kubernetes.io/control-plane
hostNetwork: true
# kubectl exec ubuntu -it -- bash
# Debug tools:
# apt-get update && apt-get -y install git inetutils-ping openssh-client iproute2 curl bind9-dnsutils
# ping git.snel.com
# curl --insecure https://localhost:10257/metrics -H 'Authorization: Bearer <TOKEN>'