Hosts notifying on check 1

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
User avatar
BanditBBS
Posts: 2474
Joined: Tue May 31, 2011 12:57 pm
Location: Scio, OH
Contact:

Hosts notifying on check 1

Post 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?
2 of XI5.6.14 Prod/DR/DEV - Nagios LogServer 2 Nodes
See my projects on the Exchange at BanditBBS - Also check out my Nagios stuff on my personal page at Bandit's Home and at github
User avatar
lmiltchev
Bugs find me
Posts: 13589
Joined: Mon May 23, 2011 12:15 pm

Re: Hosts notifying on check 1

Post 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?
Be sure to check out our Knowledgebase for helpful articles and solutions!
User avatar
BanditBBS
Posts: 2474
Joined: Tue May 31, 2011 12:57 pm
Location: Scio, OH
Contact:

Re: Hosts notifying on check 1

Post 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
You do not have the required permissions to view the files attached to this post.
2 of XI5.6.14 Prod/DR/DEV - Nagios LogServer 2 Nodes
See my projects on the Exchange at BanditBBS - Also check out my Nagios stuff on my personal page at Bandit's Home and at github
User avatar
BanditBBS
Posts: 2474
Joined: Tue May 31, 2011 12:57 pm
Location: Scio, OH
Contact:

Re: Hosts notifying on check 1

Post by BanditBBS »

I found the issue: The setting: passive_host_checks_are_soft

in other words, not a real issue!
2 of XI5.6.14 Prod/DR/DEV - Nagios LogServer 2 Nodes
See my projects on the Exchange at BanditBBS - Also check out my Nagios stuff on my personal page at Bandit's Home and at github
User avatar
lmiltchev
Bugs find me
Posts: 13589
Joined: Mon May 23, 2011 12:15 pm

Re: Hosts notifying on check 1

Post 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.
Be sure to check out our Knowledgebase for helpful articles and solutions!
Locked