Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37558076
en ru br
Репозитории ALT
S:2.2.1-alt1
5.1: 1.4.13-alt2.1
4.1: 1.4.12-alt1.M41.1
4.0: 1.4.5-alt1.1
3.0: 1.4-alt1
www.altlinux.org/Changes

Группа :: Мониторинг
Пакет: nagios-plugins

 Главная   Изменения   Спек   Патчи   Исходники   Загрузить   Gear   Bugs and FR  Repocop 

## Perl Check SMB Disk plugin for Nagios
## Usage: check_disk_smb -H <host> -s <share> -u <user> -p <password> \
## -w <warn> -c <crit> [-W <workgroup>] [-P <port>]
##
## -W, --workgroup=STRING ; Workgroup or Domain used (Defaults to "WORKGROUP")
## -u, --user=STRING ; Username to log in to server. (Defaults to "guest")
## -p, --password=STRING ; Password to log in to server. (Defaults to an empty password)
## -w, --warning=INTEGER or INTEGER[kMG] ; Percent of used space at which a warning will be generated (Default: 85%)
## -c, --critical=INTEGER or INTEGER[kMG] ; Percent of used space at which a critical will be generated (Defaults: 95%)
##
## If thresholds are followed by either a k, M, or G then check to see if that
## much disk space is available (kilobytes, Megabytes, Gigabytes)
##
## Warning percentage should be less than critical
## Warning (remaining) disk space should be greater than critical.

# 'check_disk_smb' command definition -- see 'check_disk_smb -h' for details
define command{
command_name check_disk_smb
command_line $USER1$/check_disk_smb -H $HOSTADDRESS$ -s $ARG1$ -w $ARG2$ -c $ARG3$
}
 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin