nagios, notifications
Добавлено: 2013-11-12 9:51:50
непонятно почему не работают для некоторых сервисов notifications.
например два сервиса:
Для первого письма приходят (в nagios.log пишется и SERVICE ALERT и SERVICE NOTIFICATION), для второго нет (в nagios.log пишется только SERVICE ALERT ). В status.dat
Для второго сервиса отключал-включал notifications в веб-морде. С этим не связано?
Куда копать?
например два сервиса:
Код: Выделить всё
define service{
use generic-service ; Name of service template to use
host_name StatsServer1
service_description Module HadoopReportsRunner
check_command check_nrpe!check_HadoopReportsRunner
contact_groups admins
}
define service{
use generic-service ; Name of service template to use
host_name AdReplacer1
service_description Nginx_error
check_command check_nrpe!check_nginx_crit
contact_groups admins
}
Код: Выделить всё
notifications_enabled=1
Куда копать?