Products from ITeF!x
check_rsync - a Nagios NRPE plugin for rsync checks
check_rsync is a Nagios NRPE plugin for checking/displaying various rsync aspects like version, protocol, capabilities and modules. You can instruct the plugin to raise alarms if those aspects do not conform to your baseline.

OPTIONS
- --capability rsync capability[,...] ...
-
This option specifies the required set of rsync capabilities to check for. You can specify several comma separated capabilities for one --capability option, as well as several --capability options. Optional. Default is no capability check.
- --module rsync module[,...] ...
-
This option specifies the required set of rsync modules served by the local rsync daemon. You can specify several comma separated modules for one --module option, as well as several --module options. Optional. Default is no module check.
- --version rsync version
-
This option specifies the minimum required version of the rsync program. Optional. Default is no version check.
- --protocol rsync protocol
-
This option specifies the minimum required version of the rsync protocol. Optional. Default is no protocol check.
- --print_capability
-
This option instructs check_rsync to print the list of available capabilities at the local rsync. Optional. Default output is the version and protocol number.
- --print_module
-
This option instructs check_rsync to print the list of modules served by the local rsync daemon. Optional. Default output is the version and protocol number.