Changelog for
centreon-broker-3.0.8-2.1.i586.rpm :
Wed Jul 5 14:00:00 2017 ecsosAATTopensuse.org
- update to 3.0.8
* Bug fixes
- InfluxDB Line Protocol escape schemes
InfluxDB Line Protocol use various escaping schemes that
depends on the query components. All escaping schemes are
now implemented.
- Improve decompression performance
Previously the decompression buffer was always modified
after the successful decompression of a single event leading
to many useless buffer reallocations. Data is now discarded
only when the entire decompression buffer is processed.
- Fix random data corruption
BBDO streams poorly handled stream timeout, which could
occured at any time due to network latency. This lead to
random data corruption, most serious cases reporting
real-time monitoring breakage.
Wed May 17 14:00:00 2017 ecsosAATTopensuse.org
- update to 3.0.7
* Bug fixes
- Fix file percent processed
The computation of file percent processed as provided in the
statistics file was invalid.
- libgcrypt library issues when using GNU TLS 3
Starting with its 3.0 version, GNU TLS does not use libgcrypt
as cryptographic backend anymore. Therefore libgcrypt
initialization was unnecessary in such cases.
Thu May 11 14:00:00 2017 ecsosAATTopensuse.org
- update to 3.0.6
* Bug fixes
- Do not allow write filters on inputs
The consequence of setting filters on inputs was that event
loop could occur. In this release, inputs can only one way
of filters, therefore preventing event loops.
- Retention file hardening
Some users reported issues with retention files. In this
release the most important classes managing retention files
were refactored and unit tested.
- Fix inherited BA downtimes on non-default instance
In previous versions BA downtime inheritance only worked with
the default Centreon instance created during installation
(with ID 1). In some cases (recreated instance, Poller Display)
the instance ID was not 1 and prevented BA downtime inheritance
from working.
- Detect metrics without valid value
Metrics without value, in improperly formatted performance
data, were inserted in data_bin with a 0 value, polluting the
table.
- Do not attempt to acknowledge more events than available
The storage engine was sometimes generating error logs with
the message “attempt to acknowledge more events than
available”.
Fri Mar 31 14:00:00 2017 ecsosAATTopensuse.org
- update to 3.0.5
* Bug fixes
- Print queue file statistics
Print queue file statistics (if available) for every endpoint.
- Correct duplicate BA event durations
This was caused by an invalid UPDATE query so the BA event
durations were always inserted. The consequence was that
UNIQUE keys were triggered and lead to duplicate errors.
- changes from 3.0.4
* Bug fixes
- BA availabilities with non-standard timeperiods
Availabilities were improperly computed when linked to
non-standard timeperiods (exceptions, exclusions, templates,
...).
- Use prepared statements on logs and data_bin
Starting with Centreon 2.8, the default storage engine for
the logs and data_bin tables is now InnoDB. To improve
performances with this storage engine, the query system now
use prepared statements and transactions to insert data in
these tables.
- Invalid event acknowledgement
Events read from cache/retention files were improperly
acknowledged.
This means that in case of failure following a successful
reading of the file events could be lost. Now events are only
acknowledged once processing is confirmed.
- Downtimes not deleted if not started
The cancellation flag of the downtimes table was not set if
a downtime was deleted before it started.
- Fix data insertion in InfluxDB databases
The InfluxDB was incorrectly inserting data in database for
at least three different reasons : invalid timestamp format,
wrong HTTP status code check and quoted tags.
This is now fixed.
- Reconnect when using one peer retention mode
A bug in the TCP layer prevented one peer retention mode
connections to reconnect.
- Drop Patch centreon-broker-WITH_PREFIX_VAR.patch because now in
upstream.
Wed Feb 1 13:00:00 2017 ecsosAATTopensuse.org
- update to 3.0.3
* Bug fixes
- Non-OK statuses in BAM expressions were always considered as OK
Non-OK statuses in BAM expressions (such as {CRITICAL}) were
always treated as OKs by the BAM computation engine. Therefore
most expressions using non-OK stasuses were improperly
evaluated and sometimes trigger BA impacts that were not
justified.
- Use non-standard path in watchdog
The watchdog was always using /usr/sbin/cbd to run the
Centreon Broker daemon. This was not aligned with the build
variable WITH_PREFIX_BIN. This should help users of
Debian-based distributions in their manual installations.
Wed Dec 14 13:00:00 2016 ecsosAATTopensuse.org
- update to 3.0.2
* Bug fixes
- Cleanup service events after host deletion
This fix was introduced along Centreon Engine 1.6.2. It
allows service events to be properly cleaned up after host
deletion.
- Asynchronous host/service cleanup
The SQL cleanup thread contained an invalid query that
prevented hosts and services tables to be cleaned up properly.
- changes from 3.0.1
* What’s new
- Immediate shutdown
Now even in case of heavy load Centreon Broker will shutdown
in seconds instead of multiple minutes in some circumstances.
- Automatic data retention
Centreon Broker fully handle data retention on its own.
Configuration is very limited : a cache directory and a watermark
limit.
- JSON statistics
For better programatic use of Centreon Broker statistics, these
information are now written in JSON.
- Compatibility with Centreon Engine 1.6
Centreon Engine 1.6 introduces technical changes needed by
Centreon Broker 3 and is therefore not compatible with the
earlier releases of Centreon Engine.
- Dropped support of NDO protocol
The NDO protocol is no longer supported by Centreon Broker.
Please use the BBDO protocol instead, which is far better
(lower network footprint, automatic compression and encryption).
- rebase Patch centreon-broker-sysv.patch
Mon Jul 4 14:00:00 2016 ecsosAATTopensuse.org
- update to 2.11.5
- no changelog from upstream
Wed Apr 20 14:00:00 2016 ecsosAATTopensuse.org
- update to 2.11.4
- no changelog in upstream
Wed Mar 9 13:00:00 2016 ecsosAATTopensuse.org
- update to 2.11.3
Tue Feb 23 13:00:00 2016 ecsosAATTopensuse.org
- update to 2.11.2
Thu Dec 17 13:00:00 2015 ecsosAATTopensuse.org
- update to 2.11.0
Fri Dec 4 13:00:00 2015 ecsosAATTopensuse.org
- update to 2.10.2
Sun Oct 18 14:00:00 2015 ecsosAATTopensuse.org
- update to 2.10.1
Sat Aug 1 14:00:00 2015 ecsosAATTopensuse.org
- update to 2.9.2
Wed May 6 14:00:00 2015 ecsosAATTopensuse.org
- update to 2.8.2
Tue Mar 10 13:00:00 2015 ecsosAATTopensuse.org
- update to 2.8.1
Thu Jan 29 13:00:00 2015 ecsosAATTopensuse.org
- update to 2.8.0
Mon Dec 1 13:00:00 2014 ecsosAATTopensuse.org
- update to 2.7.0
Thu Sep 4 14:00:00 2014 ecsosAATTopensuse.org
- update to 2.6.3
* correct build failure
* correct config specificatoin in spec-file
* add rpmlintrc
Fri Jan 24 13:00:00 2014 alexandreAATTexatati.com.br
- Initial package (2.5.0) for openSUSE.