Revisions of icinga2

buildservice-autocommit accepted request 1139801 from Eric Schirra's avatar Eric Schirra (ecsos) (revision 107)
baserev update by copy to link target
Eric Schirra's avatar Eric Schirra (ecsos) committed (revision 106)
  - InfluxDB: truncate timestamps to whole seconds to save disk space. #9969
  - HttpServerConnection: log request processing time as well. #9970
  - Update Boost shipped on Windows to v1.84. #9970
Eric Schirra's avatar Eric Schirra (ecsos) committed (revision 105)
Eric Schirra's avatar Eric Schirra (ecsos) committed (revision 104)
- Update to 2.14.2
buildservice-autocommit accepted request 1134463 from Eric Schirra's avatar Eric Schirra (ecsos) (revision 103)
baserev update by copy to link target
Eric Schirra's avatar Eric Schirra (ecsos) committed (revision 102)
- Update to 2.14.1
  * Security
    - Automatically renew own root CA and distribute it to all nodes. #9933
    - Update OpenSSL shipped on Windows to v3.0.12. #9946
    - Disable TLS renegotiation (handshake on existing connection). #9946
  * Bugfixes
    - Icinga DB feature: fix crash due to missing NULL pointer check. #9946
    - Icinga DB feature: fix data written into Redis crashing the Go daemon. #9946
    - GelfWriter: fix deadlock on stop/reload caused by busy queue. #9947
    - Don't lose notifications due to too long output, truncate it. #9947
  * Enhancements
    - Discard duplicate problem notifications due to state filtering. #9932
    - Speed up API filters targeting specific hosts/services to O(1). #9944
    - POST /v1/console/*: return HTTP 503 while Icinga is reloading. #9947
    - Update Boost shipped on Windows to v1.83. #9946
    - Documentation: several fixes and improvements. #9921
buildservice-autocommit accepted request 1114137 from Eric Schirra's avatar Eric Schirra (ecsos) (revision 101)
baserev update by copy to link target
Eric Schirra's avatar Eric Schirra (ecsos) committed (revision 100)
  * Breaking Changes
    - Remove CheckResultReader (which has been deprecated since v2.9). #9714
    - Remove StatusDataWriter (which has been deprecated since v2.9). #9715
    - ElasticsearchWriter: drop support for Elasticsearch < v7. #9812
    - Consider a checkable unreachable once one Dependency fails.
      Previously all of them had to fail. (Consult the upgrading docs.) #8218
    - API: reject config modifications during reload with HTTP status 503. #9445
    - icinga2 daemon: to reduce config load time, write file needed by
      icinga2 object list only if --dump-objects is given. #9586 #9591
    - Default email notification scripts: link to Icinga DB Web,
      not the monitoring module. (Consult the upgrading docs.) #9742 #9757
    - API: for security reasons hide TicketSalt in /v1/variables. #7863
  * Icinga 2 Config DSL
    - Disallow global variable modification after config commit start (i.e.
      inside object/apply T "x" { ... }) to reduce config load time. #9740
    - Forbid Dependency cycles at config load time. #8389
    - Allow only strings in the arrays Host#groups, Service#groups and
      User#groups. Needed for consistency, especially by the IDO. #9057
    - Disallow empty object names. (They worked only partially anyway.) #9409
  * Enhancements
    - Significantly reduce config load time of large setups.
      #8118 #9555 #9557 #9572 #9577 #9603 #9608 #9627 #9648 #9657 #9662
    - Allow to connect dependencies via redundancy groups. Only parents within
      one group are assumed to provide redundancy for each other. #8218
    - Built-in check command ifw-api, communicates directly with the Icinga for
      Windows REST API. (Doesn't spawn a PowerShell process for that.) #9062
    - JournaldLogger which logs to systemd journal. #9000
    - API: POST /v1/objects: allow to discard some previously modified attributes,
      i.e. to restore the config files' values. #9783
    - ElasticsearchWriter: support Elasticsearch v8. #9812
Eric Schirra's avatar Eric Schirra (ecsos) committed (revision 99)
Eric Schirra's avatar Eric Schirra (ecsos) committed (revision 98)
- Update to 2.14.0
buildservice-autocommit accepted request 1098792 from Eric Schirra's avatar Eric Schirra (ecsos) (revision 97)
baserev update by copy to link target
Eric Schirra's avatar Eric Schirra (ecsos) committed (revision 96)
- Update to 2.13.8
  * Bugfixes
    - Icinga DB feature: normalize several Redis data not to crash the Go daemon. #9814
    - Don't hang in timed out connection attempt. #9815
    - Trigger flexible downtimes not in the past if checkable is already down. #9817
    - ElasticsearchWriter: fix data buffer flush race condition during stop. #9818
    - SELinux: allow Icinga and its plugins to write to syslog. #9819
    - Fix lost acknowledgements after re-connect. #9820
    - Fix parsing of perfdata across multiple lines in plugin output. #9821
    - cluster-zone check: don't complain about not connected
  other local zone members if there aren't any. #9822
  * Updates
    - Update Boost shipped on Windows to v1.82. #9816
    - Update OpenSSL shipped on Windows to v3.0.9. #9816
    - Update vendored https://github.com/nlohmann/json to v3.9.1. #9816
    - Update vendored https://github.com/nemtrif/utfcpp to v3.2.3. #9816
buildservice-autocommit accepted request 1066252 from Eric Schirra's avatar Eric Schirra (ecsos) (revision 95)
baserev update by copy to link target
Eric Schirra's avatar Eric Schirra (ecsos) committed (revision 94)
- Update to 2.13.7
  * Security
    - Windows: update bundled OpenSSL to v1.1.1t. #9672
  * Bugfixes
    - SELinux: fix user and domain creation by explicitly setting the role. #9690
    - Signal handlers: don't interrupt and break plugins spawning. #9682
    - Icinga DB: take check\_period into account during overdue calculation. #9679
    - Avoid corrupted files: use fsync(2)/FlushFileBuffers() everywhere. #9681
    - Solaris: fix compile error. #9680
  * Enhancements
    - Windows: update bundled Boost to v1.81. #9678
    - Documentation: several fixes and improvements. #9671
- Drop icinga2-boost.patch because now in upstream.
buildservice-autocommit accepted request 1062996 from Eric Schirra's avatar Eric Schirra (ecsos) (revision 93)
baserev update by copy to link target
Eric Schirra's avatar Eric Schirra (ecsos) committed (revision 92)
- Add icinga2-boost.patch to make compilable on Boost v1.81 
  and fix build error on Tumbleweed.
buildservice-autocommit accepted request 1034594 from Eric Schirra's avatar Eric Schirra (ecsos) (revision 91)
baserev update by copy to link target
Eric Schirra's avatar Eric Schirra (ecsos) committed (revision 90)
Eric Schirra's avatar Eric Schirra (ecsos) committed (revision 89)
- Update to 2.13.6
buildservice-autocommit accepted request 994645 from Eric Schirra's avatar Eric Schirra (ecsos) (revision 88)
baserev update by copy to link target
Displaying revisions 1 - 20 of 107
openSUSE Build Service is sponsored by