Re: [Nagios-devel] event broker -> SQL questions

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.
Locked
Guest

Re: [Nagios-devel] event broker -> SQL questions

Post by Guest »

I'll take a stab at the rest.

Titus Anderson wrote:
>
>>What is the logic behind these values?
>>has_been_checked

Hosts and services aren't necessarily being checked. If a host is being
determined as unserviceable (down or unreachable), the rest of the
services aren't being checked, and likewise with parent/child relations
(at least in the future).

>>should_be_scheduled

I imagine this is for active checks only. Checks can be disabled via
web-interface for a number of reasons, and I imagine this flag gets set
if they are.

>>current_notification_number
>>

Umm... The current notification number? It can send several you know. ;)

>>What are these good for?
>>failure_prediction_enabled

Future use, I presume.

>>percent_state_change

Shows the percentage of change over the last 20 (I think) checks. This
is also what determines flapping and such.

>>scheduled_downtime_depth
>

With 2.0 you can schedule downtime for hosts and its children in any
number of generations. I think this shows how many layers below that are
being scheduled because of this particular one.


On a sidenote; I sure hope Ethan gets to writing developers
documentation someday soon. It should really simplify the contrib
development.

--
Andreas Ericsson [email protected]
OP5 AB www.op5.se
Lead Developer





This post was automatically imported from historical nagios-devel mailing list archives
Original poster: [email protected]
Locked