SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for centreon-engine-extcommands-19.10.18-2.42.i586.rpm :

* Wed Apr 28 2021 ecsos - Update to 19.10.18 - HOSTGROUPNAME and SERVICEGROUPNAME macros could lead to segfault if used on service/host without group.
* Wed Apr 28 2021 ecsos - Update to 19.10.17 - Mon 6538 Engine doesn\'t respect user\'s defined notification periods - fix(notification) the timeperiod are now filtered for the contact- Changes from 19.10.16 - chore(doc): release updated to 19.10.16
* Thu Sep 17 2020 ecsos - Update to 19.10.15 - fix(macros) : HOST & SERVICE problem id - fix(macros): last and current problem id was equal
* Tue May 12 2020 ecsos - Update to 19.10.14 - fix(macros): In several cases, macros were not replaced
* Tue Mar 24 2020 ecsosAATTopensuse.org- Update to 19.10.13
* Bug fixes - Centreon connectors timeout The timeout applied on checks execute by connectors were shorter than the timeout passed as parameter (near of 1s of difference). To fix this, timeouts are checked as milliseconds values now (more accurate) and the good duration is considered by connectors. - Volatile services and notifications This version of Engine fixes the following behabiour: if a service is volatile, configured to send normal notifications. It won\'t send anymore them if it is in downtime.
* Fri Mar 20 2020 ecsosAATTopensuse.org- Insert configuration for dbus.
* Wed Mar 11 2020 ecsosAATTopensuse.org- Update to 19.10.12
* Bug fixes - Service checks Multiline service check outputs were badly parsed and this lead to corruptions of status.dat/retention.dat files. - Downtimes removal One downtime could be removed during the removal of an other downtime. - XXX_SERVICEGROUP_XXX external commands XXX_SERVICEGROUP_XXX external commands were buggy. They take one servicegroup name as argument, it was resolved as a service name and not as a service group name.- Run spec-cleaner.
* Mon Feb 10 2020 ecsosAATTopensuse.org- Update to 19.10.11
* Bug fixes - Downtime cancellation was buggy The downtime cancellation is fixed now. - TOTALHOST
* TOTALSERVICES macros Some global macros like TOTALHOST
* and TOTALSERVICES were replaced by empty strings instead of numeric values.
* Wed Feb 05 2020 ecsosAATTopensuse.org- Update to 19.10.10
* Bug fixes - stalk options on services Stalk options were changed on modified services when engine was reload or restarted.
* Mon Jan 27 2020 ecsosAATTopensuse.org- Update to 19.10.9 - fix(customvariable): modified is set to false in the constructor (#334)
* Tue Jan 07 2020 ecsosAATTopensuse.org- Update to 19.10.8
* Bug fixes - fix(dt): some overflow can occurs (#319)
* Wed Nov 27 2019 ecsosAATTopensuse.org- Update to 19.10.7
* Bug fixes - Groups update with deleted object On object deletion, the groups containing these objects were not updated. So on group update (conf reload, not restart) the group keeps in its members a deleted object and can use it.
* Wed Nov 20 2019 ecsosAATTopensuse.org- Update to 19.10.6
* Bug fixes - Escalations When a host or a service linked to an escalation was deleted, there was an attempt to remove the host or the service twice. This behaviour led to a cancellation of the new configuration during a reload.
* Wed Nov 06 2019 ecsosAATTopensuse.org- Update to 19.10.5
* Bug fixes - Notifications retention In case of engine restart, notifications already sent were lost. It may have impacts on normal notifications when it is time to send a recovery notification. After a restart, the recovery notification was never sent.
* Mon Nov 04 2019 ecsosAATTopensuse.org- Update to 19.10.4
* Bug fixes - Custom variable update crash on reload A bug was introduce in 19.10.2 with a reload on custom_variables services/contacts/hosts update. - Recovery notification didn’t work on escalation [1;0] If an escalation was defined with a first notification at 1 and a last notification at 0, we want the escalation to start from the first notification, but only one time, the recovery notification was not sent.
* Thu Oct 31 2019 ecsosAATTopensuse.org- Update to 19.10.3
* Bug fixes - Service escalation not well resolved Service configurations look up failed when service escalations were defined.
* Tue Oct 29 2019 ecsosAATTopensuse.org- Update to 19.10.2
* Bug fixes - Custom variables not resolved Some custom variables were not resolved. This results in bad or pending checks with wrong commands. - Random host statuses Some hosts/services were changing status randomly. - Send custom variables to broker Some broker notifications about customvariables were dropped. - Null string crash In some cases strings construction could lead to exceptions thrown.
* Wed Oct 23 2019 ecsosAATTopensuse.org- Update to 19.10.1
* Bug fixes - This version fixes a crash that can occur when executing external commands.- Changes from 19.10.0
* Bug fixes - Notifications The notifications mechanism has been totally rewritten. First notification delay and last recovery notification delay should work as expected. - Pipes in results Pipes are allowed in the centreon-engine plugin return value.
* Improvements - Optimizations Migration of the code to C++11. This implies many changes in data structures. Some parts have also been rewritten and optimized. - Cmake cleanup The build directory is gone away. CMake is used as intended, this solves issues with some ide (like kdevelop)... - Better test coverage We now have 123 new unit test (+63%). It allow us to have a better code coverage of the code base.
* Fri May 17 2019 ecsosAATTopensuse.org- Update to 19.04.1
* Bug fixes - Hosts and contacts custom macros are not inserted into centreon_storage db. The custom macros added to the hosts and contacts objects are not inserted into centreon_storage database. That’s why it is not possible to filter by criticity in “Monitoring > Status Details > Hosts” page.- changes from 19.04.0
* Bug fixes - Hosts and contacts custom macros are not inserted into centreon_storage db. The custom macros added to the hosts and contacts objects are not inserted into centreon_storage database. That’s why it is not possible to filter by criticity in “Monitoring > Status Details > Hosts” page.- Drop centreon-engine-destdir.patch because now in upstream.
* Mon Oct 29 2018 ecsosAATTopensuse.org- update to 18.10.0 - no changelog from upstream- Remove changes for std::unique_ptr
* Tue Jul 24 2018 ecsosAATTopensuse.org- change std::auto_ptr to std::unique_ptr
* Fri Nov 24 2017 ecsosAATTopensuse.org- update to 1.8.1 no changelog from upstream
* Mon Oct 23 2017 ecsosAATTopensuse.org- update to 1.8.0 no changelog from upstream
* Fri Apr 28 2017 ecsosAATTopensuse.org- update to 1.7.2
* Enhancements - Improve configuration loading time In the configuration resolution phase, the object lookup mechanism was mostly based on object iteration (ie. O(n)). This was replaced by key-based lookup (either O(1) or O(ln n), based on searched object type).
* Wed Mar 29 2017 ecsosAATTopensuse.org- update to 1.7.1
* Bug fixes - Reduce module reloading failure severity In previous versions, Centreon Engine complained when not being able to reload one of its module with an Error message. The severity was reduce to what it really is, a Warning. - Set default auto-rescheduling interval to one hour When activated, auto-rescheduling places service checks in an even manner. However by default the auto-rescheduling routine was run every 30 seconds, which could lead in the most extreme cases in the same service being executed every 30 seconds. The default interval is now set to one hour. - Remove notification warnings if notification is not enabled Warnings about notification misconfiguration are now removed if notification is not enabled on the target host or service.
* Wed Feb 01 2017 ecsosAATTopensuse.org- update to 1.7.0
* What’s new - Rewritten timeperiods The timeperiod code was heavily modified to be more robust and handle more edge cases such as DST changes or timeperiods that span between two years. Unit tests ensure that these edge cases work properly.- rebase patch centreon-engine-logrotate to include for systemd
* Wed Dec 14 2016 ecsosAATTopensuse.org- update to 1.6.2
* Bug fixes - Crash when reloading escalation configuration In some cases, the configuration reload mechanism can lead Centreon Engine to crash. This was caused by invalid links in the escalation objects that were accessed before relinking occured.- changes from 1.6.1
* What’s new - Recovery notification delay A new configuration variable is introduced on hosts and services to delay recovery notification. The recovery notification delay property defines a duration below which no recovery notification will be sent for the affected host or service. This helps to reduce the number of transient issues. - Timezone macros Objects’ timezones are now available through the HOSTTIMEZONE, SERVICETIMEZONE and CONTACTTIMEZONE macros for hosts, services and contacts respectively. - Code cleanup As Centreon Engine became performant enough, all caching files inherited from the original software became unnecessary. Support code for these cache files was removed in this release.
* Bug fixes - Additive inheritance Additive inheritance was not always working according to documentation. This release make the documentation and the real software behavior match.- changes from 1.5.2
* Bugs fixed - Crash when reloading escalation configuration In some cases, the configuration reload mechanism can lead Centreon Engine to crash. This was caused by invalid links in the escalation objects that were accessed before relinking occured.
* Fri Jun 17 2016 ecsosAATTopensuse.org- update ot 1.5.1
* Bugs fixed - Missing HOSTID and SERVICEID macros When developing the 1.5.0 release of Centreon Engine, Centreon ID were promoted to full-class configuration variables. This effectively removed them from the list of available macros. This release restore them. - Wrong latency after first startup The latency of newly created objects can be wrongly calculated in rare situations where the smart scheduling mode is not used.
* Thu Dec 17 2015 ecsosAATTopensuse.org- update to 1.5.0
* Sun Oct 18 2015 ecsosAATTopensuse.org- update to 1.4.15
* Tue Jul 07 2015 ecsosAATTopensuse.org- update to 1.4.14
* Wed May 13 2015 ecsosAATTopensuse.org- update to 1.4.13
* Wed May 06 2015 ecsosAATTopensuse.org- update to 1.4.12
* Tue Mar 10 2015 ecsosAATTopensuse.org- update to 1.4.11
* Fri Feb 20 2015 ecsosAATTopensuse.org- update to 1.4.10
* Fri Jan 23 2015 ecsosAATTopensuse.org- update to 1.4.9
* Fri Oct 24 2014 ecsosAATTopensuse.org- update to 1.4.8
* Mon Oct 06 2014 ecsosAATTopensuse.org- update to 1.4.7
* Thu Sep 04 2014 ecsosAATTopensuse.org- update to 1.4.6
* correct build problems
* correct config specification in spec-file
* insert rpmlintrc
* Wed Mar 05 2014 alexandreAATTexatati.com.br- Update to 1.3.7.
* Thu Jan 23 2014 alexandreAATTexatati.com.br- Initial package (1.3.4) for openSUSE.
 
ICM