vn-ansible/roles/kube/files/nrpe.cfg

6 lines
413 B
INI

command[check_mountpoints]=/etc/nagios/plugins/check_mountpoints /var/lib/containerd
command[check_disk_containerd]=/usr/lib/nagios/plugins/check_disk -w 20% -c 10% -p /var/lib/containerd
command[check_readonly]=/etc/nagios/plugins/check_fs_readable.pl
command[check_total_procs]=/usr/lib/nagios/plugins/check_procs -w 1000 -c 1500
command[check_zombie_procs]=/usr/lib/nagios/plugins/check_procs -w 25 -c 50 -s Z