wzol
(usa Slackware)
Enviado em 11/06/2014 - 13:52h
Boa tarde,
Estou com uma dificuldade no envio de alertas com Nagios 3.
Ja tenho instalado Postifx quando rodo o comando # e c h o " T E S T E D E E - M A I L " | m u t t - s " E N V I A N D O E M A I L P E L A B A S H " u s e r @ g m a i l . c o m o envio funciona normalmente.
Meu arquivo contacts.cfg esta com a configuracao abaixo.
Alguem pode me ajudar orientando como solucionar esse problema.
Obrigado abracos.
# vim /etc/nagios3/confd/contacts.cfg
###############################################################################
# contacts.cfg
###############################################################################
###############################################################################
###############################################################################
#
# CONTACTS
#
###############################################################################
###############################################################################
# In this simple config file, a single contact will receive all alerts.
define contact{
contact_name root
alias Root
service_notification_period 24x7
host_notification_period 24x7
service_notification_options w,u,c,r
host_notification_options d,r
service_notification_commands notify-service-by-email
host_notification_commands notify-host-by-email
email wzolara@gmail.com, suporte.ti@iperfor.com.br, ricardo.pimentel@iperfor.com.br
}
###############################################################################
###############################################################################
#
# CONTACT GROUPS
#
###############################################################################
###############################################################################
# We only have one contact in this simple configuration file, so there is
# no need to create more than one contact group.
define contactgroup{
contactgroup_name admins
alias Nagios Administrators
members root
}