Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/bigpresh/nagios_rdiffbackup_check
- Owner: bigpresh
- Created: 2011-12-09T15:25:43.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2011-12-09T15:26:42.000Z (about 13 years ago)
- Last Synced: 2024-10-13T11:32:39.487Z (2 months ago)
- Language: Perl
- Homepage:
- Size: 85.9 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.pod
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<< >>