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.
Former Nagios employee
"It is turtles. All. The. Way. Down. . . .and maybe an elephant or two."
VI VI VI - The editor of the Beast!
Come to the Dark Side.
I've changed its label to be "forum-server", but the data hasn't changed. There does seem to be one strange thing in here. Both the high- and low-flap-threshold values are 0.0000. I don't know if that could be the problem.
I have to ask, do other host/services depend on this host? I ask because your cached_host_check_horizon in your nagios.cfg is set to 15.
This means if the check is older that 15 seconds when a dependent host/service is being checked, Nagios will trigger a check of the host, because the current check is no longer considered valid.
There was another parameter that I wondered about. The "command_check_interval" was set to -1, which means check as often as possible. Does that have anything to do with the "check_host_alive" command?
That is a curious one, you could try switching it back to a value of 60 and restart nagios, then check to see if they are still hitting your hosts that often. Though this does seem to be a all inclusive definition, for all commands, so if it was having an effect you'd think it would be having the same effect on services. Let us know if this causes any change in this odd behavior.
This is the number of seconds per "unit interval" used for timing in the scheduling queue, re-notifications, etc. "Units intervals" are used in the object configuration file to determine how often to run a service check, how often to re-notify a contact, etc.
Important: The default value for this is set to 60, which means that a "unit value" of 1 in the object configuration file will mean 60 seconds (1 minute). I have not really tested other values for this variable, so proceed at your own risk if you decide to do so!
Edit: Oh, I see you say it's 60. Make sure you don't have a second definition revising it downwards