On Sat, 21 Jan 2012, Darhl Thomason wrote:

> As far as I can see, the logs do not show anything about idomod.

    It sounds like it's not getting loaded at Icinga start time,
then.  Here's what I see in my icinga.log file:

[1326651970] idomod: IDOMOD 1.6.1 (12-02-2011) Copyright(c) 2005-2008 Ethan 
Galstad, Copyright(c) 2009-2011 Icinga Development Team (https://www.icinga.org)

    Feel free to ignore the timestamp.  ;-)

    In ~icinga/etc/modules, which I see you have set up as a cfg_dir,
do you have anthing that loads idomod?  I have an "idoutils.cfg"
file which contains (comments stripped):

define module{
         module_name     idomod
         module_type     neb
         path            /usr/local/icinga/bin/idomod.o
         args            config_file=/usr/local/icinga/etc/idomod.cfg
         }

    This won't show up as a running process, so "ps" will not see
it; this is a binary that's dynamically loaded into the icinga
process as it starts up.

> I also do not see idoutils.cfg: [...]

    That'll be in the modules subdirectory, not directly in ~/etc;
see above.

    Your .cfg files look OK for both idomod and ido2db; the key
there is to make sure that ido2db is looking at the same spot
that idomod is writing to and that ido2db knows about the various
particulars of the database instance.

    Methinks at this point, idomod is not getting loaded as Icinga
starts.

> Thanks again for taking a look!!

    You're more than welcome.

    Cheers!

+------------------------------------------------+---------------------+
| Carl Richard Friend (UNIX Sysadmin)            | West Boylston       |
| Minicomputer Collector / Enthusiast            | Massachusetts, USA  |
| mailto:crfri...@rcn.com                        +---------------------+
| http://users.rcn.com/crfriend/museum           | ICBM: 42:22N 71:47W |
+------------------------------------------------+---------------------+

------------------------------------------------------------------------------
Try before you buy = See our experts in action!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-dev2
_______________________________________________
icinga-users mailing list
icinga-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/icinga-users

Reply via email to