1 title: Check the RMAN Backup Status
2 agents: linux, aix, hp/ux, Solaris
7 This check monitors different types of RMAN Backups.
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.
28 "backup_age": (int, int) - Maximum time in seconds for warn and crit
29 for the last RMAN Backup.