Search Exchange
Search All Sites
Nagios Live Webinars
Let our experts show you how Nagios can help your organization.Login
Directory Tree
check_FS_ssh
0,0,5
2012-10-22
- Nagios 3.x
GPL
52256
File | Description |
---|---|
check_FS_ssh.txt | instructions for installing. |
check_FS_ssh | check_FS_ssh |
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_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)
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
[ -t
[ -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)
Reviews (0)
Be the first to review this listing!