Re: [Nagios-devel] NEB: event after all data is loaded

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] NEB: event after all data is loaded

Post by Guest »

Try NEBCALLBACK_PROCESS_DATA with type == NEBTYPE_PROCESS_EVENTLOOPSTART.

It is invoked after *everything* is initialized and just before the main
event scheduling loop starts.

That's what I use and it works well.

Bob

> Hello,
> after which event all service and host data is loaded?
> I used NEBCALLBACK_TIMED_EVENT_DATA in my module so far, but it seems that
> event is called after service_list and host_list is loaded, but not all
> data
> is loaded (retention file).
>
> Thanks!
> --
> best wishes,
> Franjo Stipanovic
> -------------------------------------------------------------------------
> This SF.net email is sponsored by: Splunk Inc.
> Still grepping through log files to find problems? Stop.
> Now Search log events and configuration files using AJAX and a browser.
> Download your FREE copy of Splunk now >>
> http://get.splunk.com/_________________ ... __________
> Nagios-devel mailing list
> [email protected]
> https://lists.sourceforge.net/lists/lis ... gios-devel
>







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