Build precise queries to find exactly what you need
Press ESC to close
Your review has been submitted and is pending approval.
this plugin goes onto your host running nagios and uses ssh and keys to connect to remote systems to check filesystem sizes. critical and warning values are applied to all the filesystems on the remote host and is based off percentage used.
Current Version
0,0,5
Last Release Date
2012-10-22
Owner
nagiozep
License
GPL
Compatible With
instructions for installing.
check_FS_ssh 0.0.5
This nagios plugin is free software, and comes with ABSOLUTELY NO WARRANTY. It may be used, redistributed and/or modified under the terms of the GNU General Public Licence (see http://www.fsf.org/licensing/licenses/gpl.txt).
check file systems over ssh. userID this is run as needs to have ssh keys setup to login to remote machines. -i to ignore fs (regex), each seperated by a : or default to check all filesystems on remote host
Usage: check_FS_ssh -H <host_name> [ -u <user> ] [ -t <timeout> ] [ -w <warn_range> ] [ -c <crit_range> ] [ -i fs[:fs] ] [-f zfs]
-?, --usage Print usage information -h, --help Print detailed help screen -V, --version Print version information --extra-opts=[section][@file] Read options from an ini file. See http://nagiosplugins.org/extra-opts for usage and examples. -H, --host=<hostname> remote hostname. -u, --username=<username> Username to connect as. -f, --filesystem=zfs set to zfs if you monitor remote zfs filesystems, otherwise anyything mounted that does not start with a / in the device name is ignored. e.g. linux tmpfs -w, --warning=THRESHOLD Warning threshold. See http://nagiosplug.sourceforge.net/developer-guidelines.html for the threshold format. -c, --critical=THRESHOLD Critical threshold. See http://nagiosplug.sourceforge.net/developer-guidelines.html for the threshold format. -i, --ignore=fs[:fs] ignore fs list format regex:[regex], either -i, -f or blank, not -t, --timeout=INTEGER Seconds before plugin times out (default: 30)
You must be logged in to submit a review.
To:
From: