Page 1 of 1

Hosts notifying on check 1

Posted: Mon Feb 18, 2019 12:46 pm
by BanditBBS
I upgraded my Dev NagiosXI to 5.5.10 and when submitting a passive host check it sends notification on check 1 of 5. Services act properly and do not notify until max check attempts has been reached.

Has this already been reported?

Re: Hosts notifying on check 1

Posted: Mon Feb 18, 2019 1:46 pm
by lmiltchev
I haven't been able to replicate the issue on my test Nagios XI 5.5.10 box. Are you using ModGearman? What is the version of Nagios Core that you are currently using? Can you show us the host definition, along with screenshots of the State History and Notifications reports that include this host?

Re: Hosts notifying on check 1

Posted: Mon Feb 18, 2019 2:00 pm
by BanditBBS
No Gearman and this was a fresh install maybe a month or 2 ago. It is not customized really at all, just use it for plugin and component dev. Core is 4.4.3.

Host Definition:

Code: Select all

define host {
    host_name                iss-chi-nag09
    use                      xiwizard_linuxserver_host
    address                  10.160.1.21
    hostgroups               linux-servers
    max_check_attempts       5
    check_interval           5
    retry_interval           1
    check_period             xi_timeperiod_24x7
    contact_groups           admins
    notification_interval    60
    notification_period      xi_timeperiod_24x7
    icon_image               redhat.png
    statusmap_image          redhat.png
    _OSTYPE                  (Linux)
    _xiwizard                nrpe
    register                 1
}
Notification:
Notofications.jpg
Host History(notice I am showing both Hard and Soft and there are no soft!):
history.jpg

Re: Hosts notifying on check 1

Posted: Mon Feb 18, 2019 2:47 pm
by BanditBBS
I found the issue: The setting: passive_host_checks_are_soft

in other words, not a real issue!

Re: Hosts notifying on check 1

Posted: Mon Feb 18, 2019 3:22 pm
by lmiltchev
I found the issue: The setting: passive_host_checks_are_soft

in other words, not a real issue!
Ah, this would do it. :) I am closing this topic.