Licenses: Updated the list of licenses and added a PDF containing all license texts
[check_mk.git] / checkman / arcserve_backup
blob2ebdd94f72fc9ff7052736e1ee4f558ea8bbf6ed
1 title: Arcserve Backup
2 agents: windows
3 catalog: os/services
4 license: GPL
5 distribution: check_mk
6 description:
7  Checks if Backup Jobs did finish successfully on an Arcserve Backup
8  System. Therefor it queries the database on the backup server. It needs
9  the arcserve_backup.ps1 agent plugin to be installed there.
11  Please note: On the Arcserve database TCP/IP and named pipes need to
12  be activated for the plugin to work.
14  The check returns {OK} if the backup job did finish with an OK message,
15  {WARN} if the job reported warnings and {CRIT} if the job did report
16  errors. {UNKN} is returned if the job did finish with an unidentified
17  message.
19  Number of directories, number of files and size are only reported but
20  do never trigger any non-OK state.
22 item:
23  The name of the backup.
25 inventory:
26  Finds one service for every backup configured.
28  Please note: This is independent of the number of hosts backuped in one
29  backup job. Only the total state of a backup (over all contained hosts)
30  is reported.