Thread: check_pgbackrest 1.6 has been released
check_pgbackrest is designed to monitor pgBackRest backups from Nagios, relying on the status information given by the "info" command. It allows to monitor the backups retention and the consistency of the archived WAL segments. Changes in check_pgbackrest 1.6: - Check for each backup its needed archived WALs based on wal start/stop information given by the pgBackRest "info" command. - Return WARNING instead of CRITICAL in case of missing archived WAL prior to latest backup, regardless its type. - Add ignore-archived-before argument to ignore the archived WALs before the provided interval. - Rename ignore-archived-since argument to ignore-archived-after. - Add --retention-age-to-full argument to check the latest full backup age. - Fix bad behavior on CIFS mount (reported by `renesepp`). - Add Amazon s3 support for archives service (Andrew E. Bruno). - Avoid chdir when scanning a directory to avoid some problems with `sudo -u` (Christophe Courtois). - New check_pgb_version service (suggested by Christophe Courtois). ===== Links & Credits ===== check_pgbackrest is an open project, licensed under the PostgreSQL license. Any contribution to improve it is welcome. Links: - Download: https://github.com/dalibo/check_pgbackrest/releases - Support: https://github.com/dalibo/check_pgbackrest/issues Note: RPM package is available on the GitHub Release page. -- Stefan FERCOT http://dalibo.com - http://dalibo.org