ema_ingres_checkpoint
The ema_ingres_checkpoint plug-in checks the validity of one or more checkpoints for a database.
Information is displayed if:
• The checkpoint is running
• The latest checkpoint is invalid
• The latest checkpoint is valid but more than 25 hours old (Warning)
• The latest checkpoint is valid but more than 49 hours old (Critical)
The plug-in has the following format:
ema_ingres_checkpoint --system ii_system_value {dbname } | --help |--version
Note: There are no parameters to drive the warning and critical thresholds. You can directly edit the plug-in script to change the values from 25 and 49.
--system ii_system_value
Specifies the value of your Ingres II_SYSTEM.
--version
Displays version of this plug-in
--help
Shows usage statement for this plug-in
dbname
Specifies a space-separated list of databases. At least one must be specified.
Example:
Check the validity of the checkpoint of iidbdb and demodb:
ema_ingres_checkpoint --system $II_SYSTEM iidbdb demodb
Last modified date: 08/29/2024