Search Exchange

Search All Sites

Nagios Live Webinars

Let our experts show you how Nagios can help your organization.

Contact Us

Phone: 1-888-NAGIOS-1
Email: sales@nagios.com

Login

Remember Me

Directory Tree

check_FS_ssh

Rating
0 votes
Favoured:
0
Current Version
0,0,5
Last Release Date
2012-10-22
Compatible With
  • Nagios 3.x
License
GPL
Hits
51903
Files:
FileDescription
check_FS_ssh.txtinstructions for installing.
check_FS_sshcheck_FS_ssh
Network Monitoring Software - Download Nagios XI
Log Management Software - Nagios Log Server - Download
Netflow Analysis Software - Nagios Network Analyzer - Download
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.
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 [ -u ]
[ -t ] [ -w ] [ -c ]
[ -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=
remote hostname.
-u, --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)