Re: [Nagios-devel] Antwort: Host check retries - Nagios bug?

Support forum for Nagios Core, Nagios Plugins, NCPA, NRPE, NSCA, NDOUtils and more. Engage with the community of users including those using the open source solutions.
Locked
Guest

Re: [Nagios-devel] Antwort: Host check retries - Nagios bug?

Post by Guest »







By the way, I forgot to say that sometimes nagios don't give any
timeout warning, performing the tests the right and expected way. So
this is hard to trace, but once I have more than 100 hosts I monitor
with this configuration, the problem occurs at least once a day (we
don't have many down hosts per day).
With lab tests, nagios usually runs as expected, and I don't understand
why (murphy's law?). :)

Regards,


Emanuel Massano
Emanuel Massano

FCCN
Av. do Brasil, n.º 101
1700-066 Lisboa
Tel: +351 21 844 0100
Fax: +351 21 847 2167
E-Mail: [email protected]
www.fccn.pt

Aviso
de Confidencialidade

Esta mensagem é exclusivamente destinada ao seu
destinatário, podendo conter informação CONFIDENCIAL, cuja divulgação
está expressamente vedada nos termos da lei. Caso tenha recepcionado
indevidamente esta mensagem, solicitamos-lhe que nos comunique esse
mesmo facto por esta via ou para o telefone +351 218440100 devendo
apagar o seu conteúdo de imediato.

This message is intended exclusively for its addressee. It may contain
CONFIDENTIAL information protected by law. If this message has been
received by error, please notify us via e-mail or by telephone +351
218440100 and delete it immediately



Emanuel Massano wrote:



[email protected]
wrote:

[email protected]
schrieb
am 17.06.2008 12:47:48:

> So my question is, is this a bug, or a configuration problem?

That's kinda hard to judge if you do not provide
your
configuration.

Right, I send the main configuration file as attachment.

To show only the configuration that's important for this case, here are
the configurations for the type of hosts that I monitor this way

First, the host
define host {
        name WAN-Instituicao
        check_command check_instituicao
        max_check_attempts 10
        check_interval 0
        check_period 24x7
        obsess_over_host 0
        active_checks_enabled 1
        notification_interval 10
        notification_period 24x7
        notifications_enabled 1
        register 0
        notification_options d,r
        hostgroups WAN
        contact_groups admins,prevencao
}

define host {
        use WAN-Instituicao
        host_name test
        alias test.fccn.pt
        address x.x.x.x (not shown)
        parents gw-fw01-Outside
        check_command check_instituicao
 Â

...[email truncated]...


This post was automatically imported from historical nagios-devel mailing list archives
Original poster: [email protected]
Locked