[Comm] nagios
Dmitriy Shcherbakov
=?iso-8859-1?q?dimka=5Flist_=CE=C1_vzljot=2Eru?=
Чт Апр 28 10:09:10 MSD 2005
Добрый день!
Все никак не могу взять в толк где я ошибся...
Настроил nagius на простую check_ping проверку серверов и свитчей. В
результате такая картина: свитчи и сервера, у которых один сетевой
интерфейс, нормально светятся как UP, а маршрутизаторы все в дауне.
Причем если запустить руками:
# /usr/lib/nagios/plugins/check_ping -H 192.168.0.250 -w 100,20% -c
500,60% -p 5
PING OK - Packet loss = 0%, RTA = 0.17 ms
то все, как видите, нормально.
# rpm -qa|grep nagios
nagios-www-common-1.2-alt1
nagios-plugins-perl-1.3.1-alt5.1
nagios-plugins-1.3.1-alt5.1.1
nagios-plugins-network-1.3.1-alt5.1.1
nagios-default-1.2-alt1
nagios-default-www-1.2-alt1
nagios-common-1.2-alt1
nagios-plugins-extra-1.3.1-alt5.1.1
для упомянутого сервера:
***host.cfg:
...
define host{
use generic-host ; Name of host
template to use
host_name master
alias kserver
address 192.169.0.250
check_command check-host-alive
max_check_attempts 10
notification_interval 300
notification_period 24x7
notification_options d,u,r
parents switch_ATC
}
...
***services.cfg
...
define service{
use generic-service ; Name
of service template to use
host_name master
service_description PING
is_volatile 0
check_period 24x7
max_check_attempts 3
normal_check_interval 5
retry_check_interval 1
contact_groups linux-admins
notification_interval 240
notification_period 24x7
notification_options c,r
check_command check_ping!100.0,20%!500.0,60%
}
...
***checkcommands.cfg
...
define command{
command_name check_ping
command_line $USER1$/check_ping -H $HOSTADDRESS$ -w $ARG1$ -c
$ARG2$ -p 5
}
...
Где я прокололся?
Заранее спасибо,
Дмитрий
Подробная информация о списке рассылки community