host/service re-check interval is not correct
host/service re-check interval is not correct
dear expert,
we are running nagiosxi 5.2.3 latest
we have noticed that host/service re-check interval what is set it is not behaving accordingly kindly look at the snap for your understanding. in that example re-try intrval is 1 min if host/service state change but it is recheked in seconds why ?
plz resolve this bug asap
we are running nagiosxi 5.2.3 latest
we have noticed that host/service re-check interval what is set it is not behaving accordingly kindly look at the snap for your understanding. in that example re-try intrval is 1 min if host/service state change but it is recheked in seconds why ?
plz resolve this bug asap
You do not have the required permissions to view the files attached to this post.
Zajil NMS
Re: host/service re-check interval is not correct
Weird,
Tested on my test XI and seems to be pretty much one minute there. Do you see this behavior on all your services? Could you doublecheck one or more other failing service retry intervals? Is it possible something happened during that timeframe, such as an apply configuration or maybe a vmotion? Are your date / time settings correct?
Please run
Please post output here. Could be your time is a bit off? Is your ntpd configured and running?
Grtz
Tested on my test XI and seems to be pretty much one minute there. Do you see this behavior on all your services? Could you doublecheck one or more other failing service retry intervals? Is it possible something happened during that timeframe, such as an apply configuration or maybe a vmotion? Are your date / time settings correct?
Please run
Code: Select all
ntpdate -u <ip-of-your-ntp-server>Grtz
You do not have the required permissions to view the files attached to this post.
Nagios XI 5.8.1
https://outsideit.net
https://outsideit.net
Re: host/service re-check interval is not correct
Thanks @WillemDH!
Can you post the full service definition, and the result of grep 'interval_length' /usr/local/nagios/etc/nagios.cfg for us to look at?
Can you post the full service definition, and the result of grep 'interval_length' /usr/local/nagios/etc/nagios.cfg for us to look at?
Former Nagios Employee
Re: host/service re-check interval is not correct
[x zops]# grep 'interval_length' /usr/local/nagios/etc/nagios.cfg
interval_length=60
interval_length=60
You do not have the required permissions to view the files attached to this post.
Zajil NMS
Re: host/service re-check interval is not correct
Seeing as you're using a template, I'd like to specifically look at your objects.cache file. Can you please PM over a profile?
Former Nagios Employee
Re: host/service re-check interval is not correct
PFA is the one are you looking or something else ?
You do not have the required permissions to view the files attached to this post.
Zajil NMS
Re: host/service re-check interval is not correct
Can you check if what Willem said helps you out?
WillemDH wrote:Weird,
Tested on my test XI and seems to be pretty much one minute there. Do you see this behavior on all your services? Could you doublecheck one or more other failing service retry intervals? Is it possible something happened during that timeframe, such as an apply configuration or maybe a vmotion? Are your date / time settings correct?
Please runPlease post output here. Could be your time is a bit off? Is your ntpd configured and running?Code: Select all
ntpdate -u <ip-of-your-ntp-server>
Grtz
Former Nagios Employee.
me.
me.
Re: host/service re-check interval is not correct
What are you using to keep your time in sync?
Former Nagios Employee
Re: host/service re-check interval is not correct
localtime ( system time )
[root@nms zops]# date
Mon Feb 22 11:17:19 AST 2016
[root@nms zops]# clock
Mon 22 Feb 2016 11:09:48 AM AST -0.906650 seconds
then i did hwclock --systohc
[root@nms zops]# hwclock --systohc
[root@nms zops]# clock
Mon 22 Feb 2016 11:18:12 AM AST -0.516143 seconds
[root@nms zops]# date
Mon Feb 22 11:18:13 AST 2016
is it correct or do we need to change to something else what is recommended ?
[root@nms zops]# date
Mon Feb 22 11:17:19 AST 2016
[root@nms zops]# clock
Mon 22 Feb 2016 11:09:48 AM AST -0.906650 seconds
then i did hwclock --systohc
[root@nms zops]# hwclock --systohc
[root@nms zops]# clock
Mon 22 Feb 2016 11:18:12 AM AST -0.516143 seconds
[root@nms zops]# date
Mon Feb 22 11:18:13 AST 2016
is it correct or do we need to change to something else what is recommended ?
You do not have the required permissions to view the files attached to this post.
Zajil NMS