Логи nagios не обновлялись

Когда я пытаюсь перезапустить свои nagios и postfix, а также в Ubuntu, файл var/log/mail.log не обновляется с текущими процедурами. Пожалуйста, помогите мне решить эту проблему.

1 ответ

Nagios для отправки почты с помощью команды из /usr/local/nagios/etc/objects/commands.cfg,

На основе nagios Комментарии

################################################################################
#
# SAMPLE NOTIFICATION COMMANDS
#
# These are some example notification commands.  They may or may not work on
# your system without modification.  As an example, some systems will require 
# you to use "/usr/bin/mailx" instead of "/usr/bin/mail" in the commands below.
#
################################################################################

устанавливать mail или же xmail

sudo apt-get install mailx

и в этом же файле проверьте команду d o /usr/bin/mail

пример

# 'notify-host-by-email' command definition
define command{
    command_name    notify-host-by-email
    command_line    /usr/bin/printf "%b" "***** Nagios *****\n\nNotification Type: $NOTIFICATIONTYPE$\nHost: $HOSTNAME$\nState: $HOSTSTATE$\nAddress: $HOSTADDRESS$\nInfo: $HOSTOUTPUT$\n\nDate/Time: $LONGDATETIME$\n" | /usr/bin/mail -s "## $NOTIFICATIONTYPE$ Host Alert: $HOSTNAME$ is $HOSTSTATE$ ##" $CONTACTEMAIL$
    }
Другие вопросы по тегам