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 »

------=_Part_50290_8031954.1187907845041
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

Hello,
thank you for quick reply. Is that the right event to use? I see in
nagios.cthat that's the last event sent before the checking starts.
Btw, I just tried NEBCALLBACK_AGGREGATED_STATUS_DATA and so far it's
working.

On 24/08/07, [email protected] wrote:
>
> 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 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
>



--
best wishes,
Franjo Stipanovic

------=_Part_50290_8031954.1187907845041
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

Hello,thank you for quick reply. Is that the right event to use? I see in nagios.c that that's the last event sent before the checking starts.Btw, I just tried NEBCALLBACK_AGGREGATED_STATUS_DATA and so far it's working.
On 24/08/07, [email protected] <[email protected]> wrote:
Try NEBCALLBACK_PROCESS_DATA with type == NEBTYPE_PROCESS_EVENTLOOPSTART.It is invoked after *everything* is initialized and just before the mainevent 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]> <a href="https://lists.source

...[email truncated]...


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