Search Exchange
Search All Sites
Nagios Live Webinars
Let our experts show you how Nagios can help your organization.Login
Directory Tree
check_rsnapshot.pl v1.1
Meet The New Nagios Core Services Platform
Built on over 25 years of monitoring experience, the Nagios Core Services Platform provides insightful monitoring dashboards, time-saving monitoring wizards, and unmatched ease of use. Use it for free indefinitely.
Monitoring Made Magically Better
- Nagios Core on Overdrive
- Powerful Monitoring Dashboards
- Time-Saving Configuration Wizards
- Open Source Powered Monitoring On Steroids
- And So Much More!
Check plugin for rsnapshot written in Perl. The plugin parses the rsnapshot configuration file for backup intervals and backup points and checks the snapshots for completeness.
Usage: check_rsnapshot.pl /path/to/config-file
This check plugin has been tested with Nagios 3.0.6 and rsnapshot 1.2.9, but is expected to work with different versions of that programs, too.
UPDATE: Added support for include_conf. Configurations from additional files included from rsnapshot's main config file via include_conf statement are also checked now.
Usage: check_rsnapshot.pl /path/to/config-file
This check plugin has been tested with Nagios 3.0.6 and rsnapshot 1.2.9, but is expected to work with different versions of that programs, too.
UPDATE: Added support for include_conf. Configurations from additional files included from rsnapshot's main config file via include_conf statement are also checked now.
Reviews (2)
byjost, August 6, 2013
Did encounter a problem when the check_rsnapshot is returning a warning message. The errormessage was sent to STDERR and not to the NRPE.
I did modify the check_rsnapshot print statement containing STDERR. Just removed all STDERR references.
I did modify the check_rsnapshot print statement containing STDERR. Just removed all STDERR references.
Plugin works great, but has compatibility issues with latest version of rsnapshot. "interval" is now deprecated and replaced by "retain". So the plugin needs some updating.