Config from PostgreSQL

Stephen Gran steve at lobefin.net
Tue Dec 7 21:14:19 CET 2010


On Mon, Dec 06, 2010 at 10:41:39PM +0000, Phil Sturgeon said:
> I've been charged with a mission a little outside of my usual
> skillset, and that is to get Nagios 3.2.3 running from config based
> on a PostgreSQL table instead of the normal cnf_dir setting. I can
> work out the actual code for this but im struggling to find /where/
> it should go.
> 
> I have only found one instance of cnf_dir in the source and that is here:
> 
>             else if(strstr(input,"cfg_file=")==input ||
> strstr(input,"cfg_dir=")==input)
>             continue;
> 
> in config.c line 1328. I have no problems hacking the core, but
> where do I start?

I'd strongly suggest that you write code in some high level language to
pull it from the database and write config files for nagios.  I've used
this approach in the past with a fair amount of success.  It has the
benefit of being much simpler, both to maintain and to upgrade.

If you absolutely must pull it live from the database, you'll want to
look at some of the existing broker modules for how to hook into the
core and all that sort of thing, but I really don't envy you the task -
you'll need to learn the psql API, the nagios event broker API, write
all sorts of fairly hairy code to cast one set to another set, and
finally get working callbacks to get nagios to reload for every update
to the database.

Good luck,
-- 
 --------------------------------------------------------------------------
|  Stephen Gran                  | purpitation, n.:  To take something off |
|  steve at lobefin.net             | the grocery shelf, decide you  don't    |
|  http://www.lobefin.net/~steve | want it, and then put it in another     |
|                                | section.   -- "Sniglets", Rich Hall &   |
|                                | Friends                                 |
 --------------------------------------------------------------------------
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <https://www.monitoring-lists.org/archive/developers/attachments/20101207/657d30c5/attachment.sig>
-------------- next part --------------
------------------------------------------------------------------------------
What happens now with your Lotus Notes apps - do you make another costly 
upgrade, or settle for being marooned without product support? Time to move
off Lotus Notes and onto the cloud with Force.com, apps are easier to build,
use, and manage than apps on traditional platforms. Sign up for the Lotus 
Notes Migration Kit to learn more. http://p.sf.net/sfu/salesforce-d2d
-------------- next part --------------
_______________________________________________
Nagios-devel mailing list
Nagios-devel at lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-devel


More information about the Developers mailing list