Re: [Nagios-devel] Is nagios core extendable? (fwd)

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] Is nagios core extendable? (fwd)

Post by Guest »

Please don't top-post. It makes it hard to follow which of my questions
and answers you're replying to.

LadislavHavlik wrote:
>
> Yes, but event broker module does solve problems such is cumulative logs
> (we have service data = meta data and "data". Where I can read more
> about event broker developing
> (I have only "halloworld module", but I need more info, about modules
> design, how connect
> to nagios, possibilities...more :))?

At http://git.op5.org/git/nagios there are a few event-broker modules.
merlin, reports-module, pnsca and ndoutils to name a few of them.

pnsca.git is extremely small and simple. reports-module, merlin and
ndoutils all have code for inserting data into databases. merlin has
a binary event transport mechanism built in with which it communicates
with a daemon counterpart (or other merlin daemons situated on other
nagios servers). NDOUtils has something similar, although only for a
single nagios server and I think it's a text-based event transfer
protocol.

Googling for

dnx nagios

should provide you with a link to yet another eventbroker module. If
you can't find what you need by reading those modules, I doubt you'll
succeed in writing one yourself.

HTH

--
Andreas Ericsson [email protected]
OP5 AB www.op5.se
Tel: +46 8-230225 Fax: +46 8-230231

Considering the successes of the wars on alcohol, poverty, drugs and
terror, I think we should give some serious thought to declaring war
on peace.





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