Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37558075
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 

## check particular interface by snmp ifIndex key
# 'check_ifoperstatus_ifindex' command definition
define command{
command_name check_ifoperstatus_ifindex
command_line $USER1$/check_ifoperstatus -H $HOSTADDRESS$ -C public -k $ARG1$
}

## check particular interface by snmp ifDescr value (verify uniqueness before using)
# 'check_ifoperstatus_ifdescr' command definition
define command{
command_name check_ifoperstatus_ifdescr
command_line $USER1$/check_ifoperstatus -H $HOSTADDRESS$ -C public -d $ARG1$
}


# check all admin-up interfaces
# 'check_ifstatus' command definition
define command{
command_name check_ifstatus
command_line $USER1$/check_ifstatus -H $HOSTADDRESS$ -C public
}


## Perl Check IRCD plugin for Nagios
# 'check_ircd' command definition
define command{
command_name check_ircd
command_line $USER1$/check_ircd -H $HOSTADDRESS$
}

## Checks the number of messages in the mail queue
## (supports sendmail, qmail, postfix, exim)
## -w (--warning) = Min. number of messages in queue to generate warning
## -c (--critical) = Min. number of messages in queu to generate critical alert ( w < c )
## -W (--Warning) = Min. number of messages for same domain in queue to generate warning
## -C (--Critical) = Min. number of messages for same domain in queue to generate critical alert ( W < C )
## -M (--mailserver) = [ sendmail | qmail | postfix | exim ] (default = sendmail)
# 'check_mailq' command definition
define command{
command_name check_mailq
command_line $USER1$/check_mailq -M $ARG1 -w $ARG2$ -c $ARG3$
}


## Check RPC services
# 'check-rpc' command definition
define command{
command_name check-rpc
command_line $USER1$/check_rpc -H $HOSTADDRESS$ -C $ARG1$
}

## Check if the NFS server is running (version 2 and version 3)
# 'check-nfs' command definition
define command{
command_name check-nfs
command_line $USER1$/check_rpc -H $HOSTADDRESS$ -C nfs -c2,3
}
 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin