GUI CSS: Refactored wato styles to nested structure meeting sasslint requirements...
[check_mk.git] / checkman / oracle_rman
blobe8e4fe3b60a4cb89cb0a5253de99d52edaa86b2a
1 title: Check the RMAN Backup Status
2 agents: linux, aix, hp/ux, Solaris
3 catalog: app/oracle
4 license: GPL
5 distribution: check_mk
6 description:
7  This check monitors different types of RMAN Backups.
9  The age of
10  the last RMAN backup is reported for ARCHIVELOG, CONTROLFILE and
11  FULL/INCREMENTAL Backups.
12  A rule is required for generating notifications.
14  there is a specific behavior for DB_INCR_1. The plugin could miss
15  the information for a DB_INCR_1 backup after a delete obsolete in RMAN.
16  The check reports the age for the last DB_INCR_0 for this situation.
17  This is required for a DB_INCR_0 each monday and a
18  DB_INCR_1 on all other days. The delete obsolete after the DB_INCR_0
19  could remove all informations for the DB_INCR_1 and the check
20  reports a missing backup. This is prevented with this behavior.
22  This check needs the Check_MK {mk_oracle}-plugin installed in
23  the agent. Please refer to the online documentation
24  for how to install that plugin.
26 parameters (dict):
28  "backup_age": (int, int) - Maximum time in seconds for warn and crit
29  for the last RMAN Backup.