add new monit ip address

This commit is contained in:
Ludovic Cartier
2025-11-20 17:56:11 +01:00
parent e16a0bdd9a
commit 917edc9ae5
2 changed files with 6 additions and 1 deletions

View File

@@ -77,3 +77,8 @@ command[check_proc_{{ process }}]=/usr/lib/nagios/plugins/check_systemd_service
{% endfor %}
{% endif %}
{% if nrpe_kubernetes is defined %}
command[check_proc_kubelet]=/usr/lib/nagios/plugins/check_systemd_service kubelet
command[check_proc_etcd]=/usr/lib/nagios/plugins/check_systemd_service etcd
command[check_proc_containerd]=/usr/lib/nagios/plugins/check_systemd_service containerd
{% endif %}