You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 13, 2022. It is now read-only.
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
The text was updated successfully, but these errors were encountered:
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:
Regards
The text was updated successfully, but these errors were encountered: