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?
Hosts notifying on check 1
Hosts notifying on check 1
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
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
Re: Hosts notifying on check 1
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!
Re: Hosts notifying on check 1
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:
Notification:
Host History(notice I am showing both Hard and Soft and there are no soft!):
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
}
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
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
Re: Hosts notifying on check 1
I found the issue: The setting: passive_host_checks_are_soft
in other words, not a real issue!
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
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
Re: Hosts notifying on check 1
Ah, this would do it.I found the issue: The setting: passive_host_checks_are_soft
in other words, not a real issue!
Be sure to check out our Knowledgebase for helpful articles and solutions!