Others

check_backup (for any backup system)

0 (0)
15,119
0
0

Thank you for your review!

Your review has been submitted and is pending approval.

Description

The check_backup plugin is designed to provide a generic way to check the status of backup processes by reading the contents of a file your scripts will leave either locally to the Nagios server, or on a remotely accessible host through ssh.

The file it checks is in the format [timestamp] [exitcode] on one line. [timestamp] is seconds since the epoch of backup completion, [exitcode] is 0 for success. All of this is documented in the script, which with the exception of ssh support has no dependencies other than bash.

I use this to monitor the status of my rsync backups – the script will exit with OK, WARNING, or CRITICAL status based on the backup’s recorded exicode, or after the time frames supplied by the user.

It’s very easy to use and setup. Just read the comments at the top of the script and you’ll be up in no time.

Hoping you find this useful,

-John


Project Details

Current Version

1.0

Last Release Date

2015-03-22

License

BSD

Compatible With

  • Nagios 4.x

Recommend

To:


From: