GUI CSS: Refactored wato styles to nested structure meeting sasslint requirements...
[check_mk.git] / checkman / esx_vsphere_vm.heartbeat
blobb51a270061725f911553a97fb1556353a2865e32
1 title: Virtual Machine under ESX: Heartbeat
2 agents: vsphere
3 catalog: os/ps
4 license: GPL
5 distribution: check_mk
6 description:
7  For a virtual machine running on ESX this check reports the heartbeat
8  status (queried from vsphere agent)
10  This check returns:
12  {OK} if the guest operating system is responding normally
13       (vsphere state: green)
15  {WARN} on intermittent heartbeat. May be due to guest load.
16       (vsphere state: yellow)
17       or if VMware Tools are not installed or not running.
18       (vsphere state: gray)
20  {CRIT} if there is no heartbeat. Guest operating system may have stopped responding.
21       (vsphere state: red)
23  See "Monitoring VMWare ESX with Check_MK" in the online documentation
24  as well.
26 inventory:
27  On each VM one check is generated.