Centreon-Community / centreon-discovery

An extension to discover resources to monitor with Centreon
GNU General Public License v2.0
7 stars 19 forks source link

hosts aren't visible in centreon 2.7.1, though discovery services says they exist. #1

Open gvieira-nr opened 8 years ago

gvieira-nr commented 8 years ago

as per description, can't find added hosts in centreon hosts view. running a scan and add it says it already exists but cant see or add a service to the newly added hosts.

might be compatibility issue with 2.7.1? I'm using centreon-engine not nagios (if it helps).

ur13000 commented 8 years ago

I have the same issue with 2.7.0 and centreon-engine

ur13000 commented 8 years ago

I have the solution ! You must edit the file "results.php" in /usr/share/centreon/www/modules/Discovery/include replace the line 151 and 152 by 151 $tmpConf["host"]["host_register"] = "1"; 152 $tmpConf["host"]["host_activate"] = "1"; i will send a pull request in order help the community