I'm running a distributed icinga system on three Ubuntu 10.04.3 64-bit servers 
in three sites and what I've noticed on icinga-web since going to a distributed 
system is that I have gotten duplicates of every host/service that reside on 
the distributed servers - idoutils is creating 1 entry each for any 
host/service that has configuration file on the central server, in addition to 
1 entry for each host/service with a configuration file on the distributed 
servers.

Here's an example:

mysql> select host_id,instance_id,display_name,alias,check_command_object_id 
from icinga_hosts where display_name='dm-dc2.hwtears.com';
+----------+---------------+---------------------------+-----------------------------------+-----------------------------------+
| host_id | instance_id | display_name                | alias                   
                              | check_command_object_id |
+----------+---------------+---------------------------+-----------------------------------+-----------------------------------+
|       9        |           1            | dm-dc2.hwtears.com | Diamond Domain 
Controller |                       9                                  |
|      36       |           3            | dm-dc2.hwtears.com | Diamond Domain 
Controller |                     382                               |
+----------+----------------+--------------------------+-----------------------------------+-----------------------------------+
2 rows in set (0.00 sec)

Any idea why this is happening?  Am I configuring IDOUtils wrong? Is my 
Distributed configuration wrong?

David Hollinger III
IT Infrastructure Coordinator
Handwriting Without Tears
(301)263-2700 ext 285
(402)430-3127

------------------------------------------------------------------------------
BlackBerry® DevCon Americas, Oct. 18-20, San Francisco, CA
http://p.sf.net/sfu/rim-devcon-copy2
_______________________________________________
icinga-users mailing list
icinga-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/icinga-users

Reply via email to