This repository has been archived by the owner on Dec 13, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 240
[2.8.26] Service Interleave Factor is reset to 2 by Centreon Web #7155
Comments
Bu-Ble
changed the title
Service Interleave Factor is reset to 2 by Centreon Web
[2.8.26] Service Interleave Factor is reset to 2 by Centreon Web
Jan 25, 2019
The problem seems to be in /usr/share/centreon/www/include/configuration/configNagios/DB-Func.php $ret["service_interleave_factor"]["service_interleave_factor"] should be just $ret["service_interleave_factor"] This fixed it for me. |
Thanks for the hint @mavynet. This also fixed it for me. There are many other places in DB-Func.php where the same kind of "double-indexed" array is used, where it probably should be just a simple Maybe someone (with more PHP experience than me) can check this:
|
Corrected by #7591 |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The Centreon Web UI resets the Service Interleave Factor for Centreon Engine automagically back to '2' whenever I try to change it.
BUG REPORT INFORMATION
Centreon Web version: 2.8.26
Centreon Engine version: 1.8.1
Centreon Broker version: 3.0.16
OS: CentOS Linux release 7.6.1810 (Core)
Steps to reproduce the issue:
Describe the results you received:
Service Interleave Factor is set back to '2' again.
Describe the results you expected:
The value entered above ('s').
Additional information you think important (e.g. issue happens only occasionally):
Other changes, e.g. Maximum Number of Service Checks, can be configured as expected.
The text was updated successfully, but these errors were encountered: