Pylint no-else-return refactoring: tenth (and so far last) set of files
[check_mk.git] / checkman / veeam_client
blob570799677e3cd927ec756079c6d669be2f2a14b6
1 title: veeam client backup check
2 agents: windows
3 catalog: os/storage
4 license: GPL
5 distribution: check_mk
6 description:
7  This check monitors the status of backups of clients carried out by the Veeam
8  backup tool. In order to carry out the checks, the Veeam agent plugin
9  needs to be installed on the backup server. See special instructions in the
10  comment section of the two Veeam agent plugin scripts on how to install
11  the scripts.
13  The plugin sends data for all virtual machines as piggyback data in the agent
14  output of the backup server.
16  This check is {OK} if the status of the backup is {success}, {Pending}
17  or {InProgress}. It is {WARN} if the status is {Warning}. It is {CRIT}
18  if the status of the backup is {Failed}.
20  In addition {WARN} and {CRIT} levels can be set for the time since the end
21  of the last backup.
23 inventory:
24  A check will be created for all hosts known to check_mk and reported
25  by the Veeam agent plugin.