Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/bigpresh/nagios_rdiffbackup_check

Nagios plugin to monitor the time since last sucessful backup with rdiff-backup
https://github.com/bigpresh/nagios_rdiffbackup_check

Last synced: about 1 month ago
JSON representation

Nagios plugin to monitor the time since last sucessful backup with rdiff-backup

Awesome Lists containing this project

README

        

=head1 nagios_rdiffbackup_check

=head2 SYNOPSIS

./nagios_rdiffbackup_check -w 6h -c 12h -d /path/to/destination

=head2 DESCRIPTION

A simple Nagios plugin to check how recent the current mirror increment of an
L destination is.

The C<-w / --warning> and C<-c / --critical> options set the warning and
critical threshold values for the maximum time since last mirror increment.

They can be given in seconds, or with logical suffixes - C for minutes, C
for hours, C for days.

The C<-d / --dest> option specifies the directory to which rdiff-backup has been
backing up.

The optional C<--rdiff-backup> option sets the path to the C
script; by default, just C will be used, which will work assuming
that C is found in C<$PATH>.

=head1 AUTHOR

David Precious C<< >>