Skip to content
This repository has been archived by the owner on Dec 13, 2022. It is now read-only.

Bug for informations in Configuration - Centreon #2146

Closed
centreon opened this issue Dec 15, 2014 · 2 comments
Closed

Bug for informations in Configuration - Centreon #2146

centreon opened this issue Dec 15, 2014 · 2 comments

Comments

@centreon
Copy link
Collaborator


Author Name: Stephane Duret (Stephane Duret)
Original Redmine Issue: 6031, https://forge.centreon.com/issues/6031
Original Date: 2014-12-15


Hello,

If I have old poller in the table "intances", the version of monitoring engine will be wring in the page "Conguration --> Centreon".

This is the query in ./include/configuration/configServers/listServers.php
@select DISTINCT instance_id, version AS program_version, engine AS program_name, name AS instance_name FROM instances LIMIT $pollerNumber@

Two solutions:

  • delete old pollers from table "instances"
  • do not use "limit" in query

Regards

@centreon
Copy link
Collaborator Author


Original Redmine Comment
Author Name: Stephane Duret (Stephane Duret)
Original Date: 2014-12-15T14:33:46Z


When I said "will be wring", I wanted to say ""will be wrong"

Centreon 2.5.4
Centreon Broker 2.7

@bsauveton
Copy link
Contributor

Duplicate #1195

@leoncx leoncx closed this as completed Nov 9, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

3 participants