[Nagios-db-devel] patch to current CVS
Status: Beta
Brought to you by:
bench23
From: <bar...@gm...> - 2005-11-24 14:34:38
|
Hi list, here is a patch to the current CVS revision of nagios-db for postgres. This patch does: * correct a bug on startup concerning neb_register_callback command change * add some logging messages to help debugging * correct a small typo in handling options (see "offset bugs in option parsing" http://sourceforge.net/mailarchive/message.php?msg_id=3D12557459) * modified neb initialisation so that 'processStart' is called when Nagios starts and not when we have a NEBCALLBACK_TIMED_EVENT_DATA . The problem wa= s that processStart() was called berfore the nagios configuration was loaded and therefor processStart() did not have configuration data available. good luck. Seb.B |