To test effects, consider the script like the example available at Nagios
online docs, with some modifications (see the attachment).
The command with the parameters is this:
command_line /fakepath/nagios/fake_script $SERVICESTATE$ $SERVICESTATETYPE$
$SERVICEATTEMPT$
The event handler is globally enabled and is enable at the host/service level
too.
If to need anymore information, request me!
Thanks.
Sds,
-----Mensagem original-----
De: Patrick Morris [mailto:[EMAIL PROTECTED]
Enviada em: terça-feira, 4 de março de 2008 17:24
Para: Bráulio H. Soares
Cc: [email protected]
Assunto: Re: [Nagios-users] Parameters not passed to event handler's script
Hi Br?ulio!
On Tue, 04 Mar 2008, Br?ulio H. Soares wrote:
> Hi people,
>
> I?ve a Nagios 3rc1 with a very simple configuration and I?m facing a problem
> while using Event Handler.
>
> When the script run, in the logs I can to verify that the parameters is not
> passed to the code. See below:
>
> [1204655932] SERVICE ALERT: host1.fake.int;PING;CRITICAL;SOFT;1;PING CRITICAL
> - Packet loss = 100%
> [1204655962] HOST ALERT: host1.fake.int;DOWN;SOFT;1;(Host Check Timed Out)
> [1204655962] HOST EVENT HANDLER:
> host1.fake.int;(null);(null);(null);fakescript
>
> Can anyone that already have faced this problem help me!?
Without any information about how your eventhandler is configured, I'm
not sure how much we can help.
Aviso de Confidencialidade: As informações contidas nesta mensagem de e-mail,
incluindo quaisquer anexos, são confidenciais, e estão destinadas apenas à
pessoa ou entidade para a qual foi diretamente endereçada. Se você não é o
destinatário, nem o empregado ou agente responsável por encaminhar esta
mensagem ao destinatário, então você está notificado de que não deverá rever,
retransmitir, imprimir, copiar, usar ou distribuir esta mensagem de e-mail ou
seus anexos. Se você recebeu este e-mail por engano, por favor, contate o
remetente imediatamente e apague (delete) esta mensagem de seu computador ou de
qualquer outro banco de dados. Opiniões pessoais, comentários e conclusões não
são endossados pela Halógica Tecnologia e devem ser desconsideradas. Obrigado.
Confidentiality Notice: The information contained in this email message,
including any attachment, is confidential and is intended only for the person
or entity to which it is addressed. If you are neither the intended recipient
nor the employee or agent responsible for delivering this message to the
intended recipient, you are hereby notified that you may not review,
retransmit, convert to hard copy, copy, use or distribute this email message or
any attachments to it. If you have received this email in error, please contact
the sender immediately and delete this message from any computer or other data
bank. Personal opinions, remarks and conclusions are not endorsed by Halógica
Tecnologia, and must be disconsidered. Thank you.
#!/bin/sh
#
/fakepath/nagios/fake_script $SERVICESTATE$ $SERVICESTATETYPE$ $SERVICEATTEMPT$
case "$1" in
OK)
;;
WARNING)
;;
UNKNOWN)
;;
CRITICAL)
case "$2" in
SOFT)
case "$3" in
3)
printf "%b" "Fake body - 1" | mail -s "Fake subject 1"
[EMAIL PROTECTED]
;;
esac
;;
printf "%b" "Fake body - 2" | mail -s "Fake subject 2" [EMAIL
PROTECTED]
;;
esac
;;
esac
exit 0-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Nagios-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting
any issue.
::: Messages without supporting info will risk being sent to /dev/null