github.com/enmand/kubernetes@v1.2.0-alpha.0/docs/admin/high-availability/monit-kubelet (about)

     1  check process kubelet with pidfile /var/run/kubelet.pid
     2  group kubelet
     3  start program = "/etc/init.d/kubelet start"
     4  stop program = "/etc/init.d/kubelet stop"
     5  if does not exist then restart
     6  if failed
     7    host 127.0.0.1
     8    port 10255
     9    protocol HTTP
    10    request "/healthz"
    11  then restart