[Nagiosplug-devel] [ nagiosplug-Patches-1499684 ] New Check: check_rsync

SourceForge.net noreply at sourceforge.net
Fri Jun 2 20:06:39 CEST 2006


Patches item #1499684, was opened at 2006-06-02 14:06
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=397599&aid=1499684&group_id=29880

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Enhancement
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: dERMOTH (dermoth)
Assigned to: Nobody/Anonymous (nobody)
Summary: New Check: check_rsync

Initial Comment:
I wrote check_rsync for the purpose of checking rsync
servers availability, as well as (optionally)
individual modules availability. It also supports
authentication on modules. It requires File::Rsync from
CPAN.

Usage: check_rsync -H <host> [-p <port>] [-m
<module>[,<user>,<password>] [-m
<module>[,<user>,<password>]...]]


The only required argument is -H, in wich case it will
only try to list modules on the Rsync server.

One or more -m arguments can be passed with one module
name per -m argument. You can also append a username
and password to the module name by separating them with
commas (without spaces).

Comments are welcome.



----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=397599&aid=1499684&group_id=29880




More information about the Devel mailing list