Blob Blame History Raw
<revisionlist>
  <revision rev="1" vrev="1">
    <srcmd5>498b71dd687d69bee2fb3aea8fdfc243</srcmd5>
    <version>2.8.0</version>
    <time>1516222537</time>
    <user>dimstar_suse</user>
    <comment>- add logrotate as BuildRequires for the setup to recognize the version and
  enable the su usage accordingly
- fix libboost devel dependencies for Tumbleweed 
- add user and group provides 
- remove icinga2.service.limits.conf from package source and use the one from
  the tarball instead
- update to upstream version 2.8.0
  * Certificate path changed to /var/lib/icinga2/certs - check the upgrading docs!
  * DB IDO 2.8.0 schema upgrade
  * Cluster/Clients: Forward certificate signing requests over multiple levels
  * Cluster/Clients: Support on-demand signing next to ticket based certificate request signing
  * New flapping detection algorithm
  * Add ElasticsearchWriter feature with HTTP proxy support
  * Add CORS support for the REST API
  * Deprecate `flapping_threshold` config option
  * Remove client configuration mode &quot;bottom up&quot;
  * Remove classicui meta configuration package
  * Remove deprecated `enable_legacy_mode` in Graphite feature
  * Spec file was moved to https://github.com/icinga/icinga-packaging
  * ITL CheckCommand definition updates
  * Documentation updates
- Documentation should not hard-require the program, as it is
  technically &quot;usable&quot; without it.
- Rectify RPM groups, fix odd grammar in descriptions.
- Remove redundant %clean section.
- add icinga2.service.limits.conf on Tumbleweed too
- update to upstream version 2.7.2
  * Fixed invalid attribute names in the systemd unit file
  * Improve documentation and systemd config on TaskMax
  * Fixed incorrect unique constraint for IDO DB
  * Moved spec file to the icinga-packaging Git repository
  * Documentation updates
- update to upstream version 2.7.1
  * Fixes and upgrade documentation for notificatication scripts introduced in 2.7.0
  * InfluxdbWriter attribute socket_timeout introduced in 2.7.0 was deprecated (will be removed in 2.8.0). Details in #5469 and #5460
  * Livestatus bygroup table stats fixes for NagVis
  * DB IDO: Fixes for downtime/comment history queries not correctly updating the end time
  * check_nscp_api allows white spaces in arguments
- adapt spec to latest upstream changes 
- fix SLES and Factory building issues 
- take upstream icinga2.spec as base again (fixes bnc#1055032)
- fix wrong position of classicui sed statement
- fix faulty systemd cleanup statement on suse systems
- update to upstream version 2.7.0
  Too many changes to write. 
  See https://github.com/Icinga/icinga2/milestone/59?closed=1 or
  in changelog.
- update to upstream version 2.6.3
  * This is a bugfix release which addresses a number of bugs we've found since
    2.6.2 was released. It also contains a number of improvements for the Icinga
    documentation.
- Fix typo in %postun's use_systemd conditional
- update to upstream version 2.6.2
  * This is a bugfix release which addresses a crash that can occur when removing configuration files for objects which have been deleted via the API.
- update to upstream version 2.6.1
  * This release addresses a number of bugs we have identified in version 2.6.0.
  * The documentation changes
  * reflect our recent move to GitHub.
- Increase libstdc++-devel requirement to 48
- update to upstream version 2.6.0
  * Client/Satellite setup
   * The &quot;bottom up&quot; client configuration mode has been deprecated. Check [#13255](https://dev.icinga.org/issues/13255) for additional details and migration.
  * Linux/Unix daemon
   * Ensure that Icinga 2 does not leak file descriptors to executed commands.
   * There are 2 processes started instead of previously just one process.
  * Cluster and API
   * Provide location information for objects and templates in the API
   * Improve log message for ignored config updates
   * Fix cluster resync problem with API created objects (hosts, downtimes, etc.)
   * Fix that API-created objects in a global zone are not synced to child endpoints
  * Notifications
   * Several bugfixes for downtime, custom and flapping notifications
  * New ITL CheckCommands: logstash, glusterfs, iostats
  * Package builds require a compiler which supports C++11 features (gcc-c++ &gt;= 4.7, clang++)
  * DB IDO
   * Schema upgrade required (2.6.0.sql)
   * This update fixes timestamp columns required by Icinga Web 2 and might take a while. Please ensure to schedule a maintenance task for your database upgrade.
- update to upstream version 2.5.4
  * InfluxdbWriter feature
  * API
      * New endpoints: /v1/variables and /v1/templates (GET requests), /v1/action/generate-ticket (POST request)
      * State/type filters for notifications/users are now string values (PUT, POST, GET requests)
  * Configuration
      * TimePeriod excludes/includes attributes
      * DateTime object for formatting time strings
      * New prototype methods: Array#filter, Array#unique, Array#map, Array#reduce
      * icinga2.conf now includes plugins-contrib, manubulon, windows-plugins, nscp by default (ITL CheckCommand definitions)
      * Performance improvements (config compiler and validation)
  * CLI
      * 'icinga2 object list' formats state/type filters as string values
      * Compiled config files are now visible with &quot;notice&quot; debug level (hidden by default)
      * CA serial file now uses a hash value (HA cluster w/ 2 CA directories)
  * Cluster
      * There is a known issue with &gt;2 endpoints inside a zone. Icinga 2 will now log a warning.
      * Support for accepted ciphers and minimum TLS version
      * Connection and error logging has been improved.
  * DB IDO
      * Schema upgrade required (2.5.0.sql)
      * Incremental config dump (performance boost)
      * `categories` attribute is now an array. Previous method is deprecated and to be removed.
      * DbCatLog is not enabled by default anymore.
      * SSL support for MySQL
  * New packages
      * vim-icinga2 for syntax highlighting
      * libicinga2 (Debian), icinga2-libs (RPM) for Icinga Studio packages
- update to upstream version 2.4.10
  * Bugfixes
    * Bug 11812 (Checker): Checker component doesn't execute any checks for command_endpoint
- change from 2.4.9
   * Bugfixes
     * Bug 11801 (Perfdata): Error: Function call 'rename' for file '/var/spool/icinga2/tmp/service-perfdata' failed with error code 2, 'No such file or directory'
     * Bug 11804 (Configuration): Segfault when trying to start 2.4.8
     * Bug 11807 (Compat): Command Pipe thread 100% CPU Usage
- changes from 2.4.8
  * Changes
    * Bugfixes
    * Support for limiting the maximum number of concurrent checks (new configuration option)
    * HA-aware features now wait for connected cluster nodes in the same zone (e.g. DB IDO)
    * The 'icinga' check now alerts on failed reloads
  * Feature
    * Feature 8137 (Checker): Maximum concurrent service checks
    * Feature 9236 (Perfdata): PerfdataWriter: Better failure handling for file renames across file systems
    * Feature 9997 (libmethods): &quot;icinga&quot; check should have state WARNING when the last reload failed
    * Feature 10581 (ITL): Provide icingacli in the ITL
    * Feature 11556 (libbase): Add support for subjectAltName in SSL certificates
    * Feature 11651 (CLI): Implement SNI support for the CLI commands
    * Feature 11720 (ITL): 'disk' CheckCommand: Exclude 'cgroup' and 'tracefs' by default
    * Feature 11748 (Cluster): Remove unused cluster commands
    * Feature 11765 (Cluster): Only activate HARunOnce objects once there's a cluster connection
    * Feature 11768 (Documentation): Add the category to the generated changelog
  * Bugfixes
    * Bug 9989 (Configuration): Service apply without name possible
    * Bug 10426 (libicinga): Icinga crashes with a segfault on receiving a lot of check results for nonexisting hosts/services
    * Bug 10717 (Configuration): Comments and downtimes of deleted checkable objects are not deleted
    * Bug 11046 (Cluster): Icinga2 agent gets stuck after disconnect and won't relay messages
    * Bug 11112 (Compat): Empty author/text attribute for comment/downtimes external commands causing crash
    * Bug 11147 (libicinga): &quot;day -X&quot; time specifications are parsed incorrectly
    * Bug 11158 (libicinga): Crash with empty ScheduledDowntime 'ranges' attribute
    * Bug 11374 (API): Icinga2 API: deleting service with cascade=1 does not delete dependant notification
    * Bug 11390 (Compat): Command pipe overloaded: Can't send external Icinga command to the local command file
    * Bug 11396 (API): inconsistent API /v1/objects/* response for PUT requests
    * Bug 11589 (libicinga): notification sent out during flexible downtime
    * Bug 11645 (Documentation): Incorrect chapter headings for Object#to_string and Object#type
    * Bug 11646 (Configuration): Wrong log severity causes segfault
    * Bug 11686 (API): Icinga Crash with the workflow Create_Host-&gt; Downtime for the Host -&gt;  Delete Downtime -&gt; Remove Host
    * Bug 11711 (libicinga): Expired downtimes are not removed
    * Bug 11714 (libbase): Crash in UnameHelper
    * Bug 11742 (Documentation): Missing documentation for event commands w/ execution bridge
    * Bug 11757 (API): API: Missing error handling for invalid JSON request body
    * Bug 11767 (DB IDO): Ensure that program status updates are immediately updated in DB IDO
    * Bug 11779 (API): Incorrect variable names for joined fields in filters
&gt;&gt;&gt;&gt;&gt;&gt;&gt; ./icinga2.changes.r55
- update to upstream version 2.4.7
  * Bugfixes
    * Bug 11639: Crash in IdoMysqlConnection::ExecuteMultipleQueries
- changes from 2.4.6
  * Feature
    * Feature 11638: Update RELEASE.md
  * Bugfixes
    * Bug 11628: Docs: Zone attribute 'endpoints' is an array
    * Bug 11634: Icinga 2 fails to build on Ubuntu Xenial
    * Bug 11635: Failed assertion in IdoPgsqlConnection::FieldToEscapedString
- update to upstream version 2.4.5
  * New configuration attribute for hosts and services: check_timeout (overrides the CheckCommand's timeout when set)
  * ITL updates
  * Lots of bugfixes
- update to upstream version 2.4.4
  * Allow to enforce specific SSL versions using the http check command
  * Add &quot;query&quot; option to check_postgres command.
  * Lots and lots of various other bugfixes
- gcc48-c++ is now required
- update to upstream version 2.4.2
  * ITL
      Additional arguments for check_disk
      Fix incorrect path for the check_hpasm plugin
      New command: check_iostat
      Fix incorrect variable names for the check_impi plugin
  * Cluster
      Improve cluster performance
      Fix connection handling problems (multiple connections for the same endpoint)
  * Performance improvements for the DB IDO modules
  * Lots and lots of various other bugfixes
  * Documentation updates
-  update to upstream version 2.4.1
  * ITL
      * Add running_kernel_use_sudo option for the running_kernel check
  * Configuration
      * Add global constants: `PlatformName`. `PlatformVersion`, `PlatformKernel` and `PlatformKernelVersion`
  * CLI
      * Use NodeName and ZoneName constants for 'node setup' and 'node wizard'
- update to upstream version 2.4.0
  * API
    * RESTful API with basic auth or client certificates
    * Filters, types, permissions
    * configuration package management
    * query/create/modify/delete config objects at runtime
    * status queries for global stats
    * actions (e.g. acknowledge all service problems)
    * event streams
  * ITL and Plugin Check Command definitions
    * The 'running_kernel' check command was moved to the plugins-contrib section. You have to update your config to include 'plugins-contrib'
  * Configuration
    * The global constants Enable* and Vars have been removed. Use the IcingaApplication object attributes instead.
  * Features
    * New Graphite tree. Please check the documentation how enable the legacy schema.
    * IcingaStatusWriter feature has been deprecated and will be removed in future versions.
    * Modified attributes are not exposed as bit mask to external interfaces anymore (api related changes). External commands like CHANGE_*_MODATTR have been removed.
- update to upstream version 2.3.11
  * Function for performing CIDR matches: cidr_match()
  * New methods: String#reverse and Array#reverse
  * New ITL command definitions: nwc_health, hpasm, squid, pgsql
  * Additional arguments for ITL command definitions: by_ssh, dig, pop, spop, imap, simap
  * Documentation updates
  * Various bugfixes
- add icinga2-rpmlintrc as source to spec file
- update to upstream version 2.3.10
  * Use the command_endpoint name as check_source value if defined
  * Various other bugfixes
- update to upstream version 2.3.9
  * Fix that the first SOFT state is recognized as second SOFT state
  * Implemented reload functionality for Windows
  * New ITL check commands
  * Documentation updates
  * Various other bugfixes
- update to upstream version 2.3.8
  * Bugfixes
- update to upstream version 2.3.7
  * Bugfixes
  * Feature 9610: Enhance troubleshooting ssl errors &amp; cluster replay log
- update to upstream version 2.3.6
  * Require openssl1 on sles11sp3 from Security Module repository
    * Bug in SLES 11's OpenSSL version 0.9.8j preventing verification of generated certificates.
    * Re-create these certificates with 2.3.6 linking against openssl1 (cli command or CSR auto-signing).
  * ITL: Add ldap, ntp_peer, mongodb and elasticsearch CheckCommand definitions
  * Bugfixes
- update to upstream version 2.3.5
  * NSClient++ is now bundled with the Windows setup wizard and can optionally be installed
  * Windows Wizard: &quot;include &lt;nscp&gt;&quot; is set by default
  * Windows Wizard: Add update mode
  * Plugins: Add check_perfmon plugin for Windows
  * ITL: Add CheckCommand objects for Windows plugins (&quot;include &lt;windows-plugins&gt;&quot;)
  * ITL: Add CheckCommand definitions for &quot;mongodb&quot;, &quot;iftraffic&quot;, &quot;disk_smb&quot;
  * ITL: Add arguments to CheckCommands &quot;dns&quot;, &quot;ftp&quot;, &quot;tcp&quot;, &quot;nscp&quot;
- update to upstream version 2.3.4
  * Bugfixes
  * ITL: Check commands for various databases
  * Improve validation messages for time periods
  * Update max_check_attempts in generic-{host,service} templates
  * Update logrotate configuration
- update to upstream version 2.3.3
  * Feature 8685: Show state/type filter names in notice/debug log
  * Feature 8686: Update documentation for &quot;apply for&quot; rules
  * Feature 8693: New function: parse_performance_data
  * Feature 8740: Add &quot;access objects at runtime&quot; examples to advanced section
  * Feature 8761: Include more details in --version
  * Feature 8816: Add &quot;random&quot; CheckCommand for test and demo purposes
  * Feature 8827: Move release info in INSTALL.md into a separate file
  * Bug 8660: Update syntax highlighting for 2.3 features
  * Bug 8677: Re-order the object types in alphabetical order
  * Bug 8724: Missing config validator for command arguments 'set_if'
  * Bug 8734: startup.log broken when the DB schema needs an update
  * Bug 8736: Don't update custom vars for each status update
  * Bug 8748: Don't ignore extraneous arguments for functions
  * Bug 8749: Build warnings with CMake 3.1.3
  * Bug 8750: Flex version check does not reject unsupported versions
  * Bug 8753: Fix a typo in the documentation of ICINGA2_WITH_MYSQL and ICINGA2_WITH_PGSQL
  * Bug 8755: Fix VIM syntax highlighting for comments
  * Bug 8757: Add missing keywords in the syntax highlighting files
  * Bug 8762: Plugin &quot;check_http&quot; is missing in Windows environments
  * Bug 8763: Typo in doc library-reference
  * Bug 8764: Revamp migration documentation
  * Bug 8765: Explain processing logic/order of apply rules with for loops
  * Bug 8766: Remove prompt to create a TicketSalt from the wizard
  * Bug 8767: Typo and invalid example in the runtime macro documentation
  * Bug 8769: Improve error message for invalid field access
  * Bug 8770: object Notification + apply Service fails with error &quot;...refers to service which doesn't exist&quot;
  * Bug 8771: Correct HA documentation
  * Bug 8829: Figure out why command validators are not triggered
  * Bug 8834: Return doesn't work inside loops
  * Bug 8844: Segmentation fault when executing &quot;icinga2 pki new-cert&quot;
  * Bug 8862: wrong 'dns_lookup' custom attribute default in command-plugins.conf
  * Bug 8866: Fix incorrect perfdata templates in the documentation
  * Bug 8869: Array in command arguments doesn't work
  * Bug 8721: Log message for cli commands breaks the init script
- update to upstream version 2.3.1
  * Feature 8659: Implement String#contains
  * Bug 8540: Kill signal sent only to check process, not whole process group
  * Bug 8657: Missing program name in 'icinga2 --version'
  * Bug 8658: Fix check_disk thresholds: make sure partitions are the last arguments
  * Bug 8672: Api heartbeat message response time problem
  * Bug 8673: Fix check_disk default thresholds and document the change of unit
  * Bug 8679: Config validation fail because of unexpected new-line
  * Bug 8680: Update documentation for DB IDO HA Run-Once
  * Bug 8683: Make sure that the /var/log/icinga2/crash directory exists
  * Bug 8684: Fix formatting for the GDB stacktrace
  * Bug 8687: Crash in Dependency::Stop
  * Bug 8691: Debian packages do not create /var/log/icinga2/crash
- update to upstream version 2.3.0
  * Feature 3446: Add troubleshooting collect cli command
  * Feature 6109: Don't spawn threads for network connections
  * Feature 6570: Disallow side-effect-free r-value expressions in expression lists
  * Feature 6697: Plugin Check Commands: add check_vmware_esx
  * Feature 6857: Run CheckCommands with C locale (workaround for comma vs dot and plugin api bug)
  * Feature 6858: Add some more PNP details
  * Feature 6868: Disable flapping detection by default
  * Feature 6923: IDO should fill program_end_time on a clean shutdown
  * Feature 7136: extended Manubulon SNMP Check Plugin Command
  * Feature 7209: ITL: Interfacetable
  * Feature 7256: Add OpenTSDB Writer
  * Feature 7292: ITL: Check_Mem.pl
  * Feature 7294: ITL: ESXi-Hardware
  * Feature 7326: Add parent soft states option to Dependency object configuration
  * Feature 7361: Livestatus: Add GroupBy tables: hostsbygroup, servicesbygroup, servicesbyhostgroup
  * Feature 7545: Please add labels in SNMP checks
  * Feature 7564: Access object runtime attributes in custom vars &amp; command arguments
  * Feature 7610: Variable from for loop not usable in assign statement
  * Feature 7700: Evaluate apply/object rules when the parent objects are created
  * Feature 7702: Add an option that hides CLI commands
  * Feature 7704: ConfigCompiler::HandleInclude* should return an AST node
  * Feature 7706: ConfigCompiler::Compile* should return an AST node
  * Feature 7748: Redesign how stack frames work for scripts
  * [...]
- update to upstream version 2.2.4
  * Bug #6943: Configured recurring downtimes not applied on saturdays
  * Bug #7660: livestatus / nsca / etc submits are ignored during reload
  * Bug #7685: kUn-Bashify mail-{host,service}-notification.sh
  * Bug #8128: Icinga 2.2.2 build fails on SLES11SP3 because of changed boost dependency
  * Bug #8131: vfork() hangs on OS X
  * Bug #8162: Satellite doesn't use manually supplied 'local zone name'
  * Bug #8192: Feature statusdata shows wrong host notification options
  * Bug #8201: Update Icinga Web 2 uri to /icingaweb2
  * Bug #8214: Fix YAJL detection on Debian squeeze
  * Bug #8222: inconsistent URL http(s)://www.icinga.org
  * Bug #8223: Typos in readme file for windows plugins
  * Bug #8245: check_ssmtp command does NOT support mail_from
  * Bug #8256: Restart fails after deleting a Host
  * Bug #8288: Crash in DbConnection::ProgramStatusHandler
  * Bug #8295: Restart of Icinga hangs
  * Bug #8299: Scheduling downtime for host and all services only schedules services
  * Bug #8311: Segfault in Checkable::AddNotification
  * Bug #8321: enable_event_handlers attribute is missing in status.dat
  * Bug #8368: Output in &quot;node wizard&quot; is confusing
- update to upstream version 2.2.3
  * Bug #8063: Volatile checks trigger invalid notifications on OK-&gt;OK state changes
  * Bug #8125: Incorrect ticket shouldn't cause &quot;node wizard&quot; to terminate
  * Bug #8126: Icinga 2.2.2 doesn't build on i586 SUSE distributions
  * Bug #8143: Windows plugin check_service.exe can't find service NTDS
  * Bug #8144: Arguments without values are not used on plugin exec
  * Bug #8147: check_interval must be greater than 0 error on update-config
  * Bug #8152: DB IDO query queue limit reached on reload
  * Bug #8171: Typo in example of StatusDataWriter
  * Bug #8178: Icinga 2.2.2 segfaults on FreeBSD
  * Bug #8181: icinga2 node update config shows hex instead of human readable names
  * Bug #8182: Segfault on update-config old empty config
- removed Use-Icinga-1.x-Apache-conf.patch (fixed upstream)
- update to upstream version 2.2.2
  * Bug #7045: icinga2 init-script doesn't validate configuration on reload action
  * Bug #7064: Missing host downtimes/comments in Livestatus
  * Bug #7301: Docs: Better explaination of dependency state filters
  * Bug #7314: double macros in command arguments seems to lead to exception
  * Bug #7511: Feature `compatlog' should flush output buffer on every new line
  * Bug #7518: update-config fails to create hosts
  * Bug #7591: CPU usage at 100% when check_interval = 0 in host object definition
  * Bug #7618: Repository does not support services which have a slash in their name
  * Bug #7683: If a parent host goes down, the child host isn't marked as unrechable in the db ido
  * Bug #7707: &quot;node wizard&quot; shouldn't crash when SaveCert fails
  * Bug #7745: Cluster heartbeats need to be more aggressive
  * Bug #7769: The unit tests still crash sometimes
  * Bug #7863: execute checks locally if command_endpoint == local endpoint
  * Bug #7878: Segfault on issuing node update-config
  * Bug #7882: Improve error reporting when libmysqlclient or libpq are missing
  * Bug #7891: CLI `icinga2 node update-config` doesn't sync configs from remote clients as expected
  * Bug #7913: /usr/lib/icinga2 is not owned by a package
  * Bug #7914: SUSE packages %set_permissions post statement wasn't moved to common
  * Bug #7917: update_config not updating configuration
  * Bug #7920: Test Classic UI config file with Apache 2.4
  * Bug #7929: Apache 2.2 fails with new apache conf
  * [...]
- added Use-Icinga-1.x-Apache-conf.patch to fix apache configuration
- removed icinga2-make-apache-conf-flexible.conf (fixed upstream)
- imported upstream spec
- update to upstream version 2.2.1
  * Feature #6709: Support for arrays in macros
  * Feature #7463: Update spec file to use yajl-devel
  * Feature #7739: The classicui Apache conf doesn't support Apache 2.4
  * Feature #7747: Increase default timeout for NRPE checks
  * Feature #7867: Document how arrays in macros work
  * Bug #7173: service icinga2 status gives wrong information when run as unprivileged user
  * Bug #7602: livestatus large amount of submitting unix socket command results in broken pipes
  * Bug #7613: icinga2 checkconfig should fail if group given for command files does not exist
  * Bug #7671: object and template with the same name generate duplicate object error
  * Bug #7708: Built-in commands shouldn't be run on the master instance in remote command execution mode
  * Bug #7725: Windows wizard uses incorrect CLI command
  * Bug #7726: Windows wizard is missing --zone argument
  * Bug #7730: Restart Icinga - Error Restoring program state from file '/var/lib/icinga2/icinga2.state'
  * Bug #7735: 2.2.0 has out-of-date icinga2 man page
  * Bug #7738: Systemd rpm scripts are run in wrong package
  * Bug #7740: /usr/sbin/icinga-prepare-dirs conflicts in the bin and common package
  * Bug #7741: Icinga 2.2 misses the build requirement libyajl-devel for SUSE distributions
  * Bug #7743: Icinga2 node add failed with unhandled exception
  * Bug #7754: Incorrect error message for localhost
  * [...]
- imported upstream spec (`python-icinga2` package dropped)
- added icinga2-make-apache-conf-flexible.conf to make the Apache conf work with Apache 2.4
- added new build requirement libyajl-devel
- update to upstream version 2.2.0
  * `python-icinga2` package dropped in favor of integrated cli commands #7245
  * DB IDO schema update to version `1.12.0`
  * [GelfWriter](#gelfwriter): Logging check results, state changes, notifications to GELF (graylog2, logstash) #7619
  * Agent/Client/Node framework #7249
  * Windows plugins for the client/agent parts #7242 #7243
  * `icinga2 feature {enable,disable}` replaces `icinga2-{enable,disable}-feature` script  #7250
  * `icinga2 object list` replaces `icinga2-list-objects` script  #7251
  * `icinga2 pki` replaces` icinga2-build-{ca,key}` scripts  #7247
  * `icinga2 repository` manages `/etc/icinga2/repository.d` which must be included in `icinga2.conf` #7255
  * `icinga2 node` cli command provides node (master, satellite, agent) setup (wizard) and management functionality #7248
  * `icinga2 daemon` for existing daemon arguments (`-c`, `-C`). Removed `-u` and `-g` parameters in favor of [init.conf](#init-conf).
  * bash auto-completion &amp; terminal colors #7396
  * Former `localhost` example host is now defined in [hosts.conf](#hosts-conf) #7594
  * All example services moved into advanced apply rules in [services.conf](#services-conf)
  * Updated downtimes configuration example in [downtimes.conf](#downtimes-conf) #7472
  * Updated notification apply example in [notifications.conf](#notifications-conf) #7594
  * [...]
- update to upstream version 2.1.1
  * Bug #6147: Link libcJSON against libm
  * Bug #6696: make test fails on openbsd
  * Bug #6841: Too many queued messages
  * Bug #6862: SSL_read errors during restart
  * Bug #6981: SSL errors with interleaved SSL_read/write
  * Bug #7029: icinga2.spec: files-attr-not-set for python-icinga2 package
  * Bug #7032: &quot;Error parsing performance data&quot; in spite of &quot;enable_perfdata = false&quot;
  * Bug #7036: Remove validator for the Script type
  * Bug #7037: icinga2-list-objects doesn't work with Python 3
  * Bug #7038: Fix rpmlint errors
  * Bug #7042: icinga2-list-objects complains about Umlauts and stops output
  * Bug #7044: icinga2 init-script terminates with exit code 0 if $DAEMON is not in place or not executable
  * Bug #7047: service icinga2 status - prints cat error if the service is stopped
  * Bug #7058: Exit code is not initialized for some failed checks
  * Bug #7065: pipe2 returns ENOSYS on GNU Hurd and Debian kfreebsd
  * Bug #7072: GraphiteWriter should ignore empty perfdata value
  * Bug #7080: Missing differentiation between service and systemctl
  * Bug #7096: new SSL Errors with too many queued messages
  * Bug #7115: Build fails on Haiku
  * Bug #7123: Manubulon-Plugin conf Filename wrong
  * Bug #7139: GNUInstallDirs.cmake outdated
  * [...]
- update to upstream version 2.1
  * DB IDO schema upgrade ([MySQL](#upgrading-mysql-db),[PostgreSQL](#upgrading-postgresql-db) required!
      * new schema version: **1.11.7**
      * RPMs install the schema files into `/usr/share/icinga2-ido*` instead of `/usr/share/doc/icinga2-ido*` #6881
  * [Information for config objects](#list-configuration-objects) using `icinga2-list-objects` script #6702
  * Add Python 2.4 as requirement #6702
  * Add search path: If `-c /etc/icinga2/icinga2.conf` is omitted, use `SysconfDir + &quot;/icinga2/icinga2.conf&quot;` #6874
  * Change log level for failed commands #6751
  * Notifications are load-balanced in a [High Availability cluster setup](#high-availability-notifications) #6203
      * New config attribute: `enable_ha`
  * DB IDO &quot;run once&quot; or &quot;run everywhere&quot; mode in a [High Availability cluster setup](#high-availability-db-ido) #6203 #6827
      * New config attributes: `enable_ha` and `failover_timeout`
  * RPMs use the `icingacmd` group for /var/{cache,log,run}/icinga2 #6948
  * Bug #6881: make install does not install the db-schema
  * Bug #6915: use _rundir macro for configuring the run directory
  * Bug #6916: External command pipe: Too many open files
  * Bug #6917: enforce /usr/lib as base for the cgi path on SUSE distributions
  * Bug #6942: ExternalCommandListener fails open pipe: Too many open files
  * Bug #6948: check file permissions in /var/cache/icinga2
  * Bug #6962: Commands are processed multiple times
  * [...]
- remove idoutils provides statement
- replace icinga-apache-conf.patch by a sed statement
- recommend monitoring-plugins
- reactivate icinga-apache-conf.patch
- removed obsolete icinga2-ignore-install-doc.patch
- use updated upstream icinga2.spec as base
- add _rundir variable to set path for cmd file
- update to upstream version 2.0.2
  * Bug #6450: ipmi-sensors segfault due to stack size
  * Bug #6479: Notifications not always triggered
  * Bug #6501: Classic UI Debian/Ubuntu: apache 2.4 requires 'a2enmod cgi' &amp; apacheutils installed
  * Bug #6548: Add cmake constant for PluginDir
  * Bug #6549: GraphiteWriter regularly sends empty lines
  * Bug #6550: add log message for invalid performance data
  * Bug #6589: Command pipe blocks when trying to open it more than once in parallel
  * Bug #6621: Infinite loop in TlsStream::Close
  * Bug #6627: Location of the run directory is hard coded and bound to &quot;local_state_dir&quot;
  * Bug #6659: RPMLint security warning - missing-call-to-setgroups-before-setuid /usr/sbin/icinga2
  * Bug #6682: Missing detailed error messages on ApiListener SSL Errors
  * Bug #6686: Event Commands are triggered in OK HARD state everytime
  * Bug #6687: Remove superfluous quotes and commas in dictionaries
  * Bug #6713: sample config: add check commands location hint (itl/plugin check commands)
  * Bug #6718: &quot;order&quot; attribute doesn't seem to work as expected
  * Bug #6724: TLS Connections still unstable in 2.0.1
  * Bug #6756: GraphiteWriter: Malformatted integer values
  * Bug #6765: Config validation without filename argument fails with unhandled exception
  * [...]
- update to upstream version 2.0.1
  * Feature #6531: Add port option to check imap/pop/smtp and a new dig
  * Feature #6581: Add more options to snmp check
  * DB IDO - Bug #5577: PostgreSQL string escaping
  * DB IDO - Bug #6577: icinga2-ido-pgsql snapshot package missing dependecy dbconfig-common
  * Documentation - Bug #6506: Array section confusing
  * Documentation - Bug #6592: Documentation for || and &amp;&amp; is missing
  * Documentation - Feature #6658: change docs.icinga.org/icinga2/latest to git master
  * Livestatus - Bug #6494: Thruk Panorama View cannot query Host Status
  * Livestatus - Feature #5312: OutputFormat python
  * Migration - Bug #6559: $SERVICEDESC$ isn't getting converted correctly
  * Bug #6316: application fails to start on wrong log file permissions but does not tell about it
  * Bug #6368: Deadlock in ApiListener::RelayMessage
  * Bug #6373: base64 on CentOS 5 fails to read certificate bundles
  * Bug #6388: Debian package icinga2-classicui needs versioned dependency of icinga-cgi*
  * Bug #6488: build warnings
  * Bug #6492: icinga2.state could not be opened
  * Bug #6493: Copyright problems
  * Bug #6498: icinga2 cannot be built with both systemd and init.d files
  * Bug #6510: Reminder notifications are sent on disabled services
  * [...]
- restore the icinga-apache patch since upstream has a different path
- move &quot;Provides icinga-idoutils&quot; to the correct locations
- remove &quot;Provides&quot; for icinga and nagios
- added rpmlintrc to filter improper warnings
- fix service user permissions
- replace apache icinga.conf patch by sed statement
- reduce spec file redundancies
- run SUSE related changes only on SUSE distributions
- revert post install script regression
- make sure that icinga2 is not an empty package
- initial version 2.0.0
  - icinga-www is already compatible if icinga2-classicui-config is installed but then it can't interact with Icinga 1
  - icinga-web needs manual config changes to work with icinga2 atm
</comment>
    <requestid>556682</requestid>
  </revision>
  <revision rev="2" vrev="1">
    <srcmd5>e3d1ca232e3383a1cc69c31bb990941b</srcmd5>
    <version>2.8.1</version>
    <time>1516880393</time>
    <user>dimstar_suse</user>
    <comment>Automatic submission by obs-autosubmit</comment>
    <requestid>568914</requestid>
  </revision>
  <revision rev="3" vrev="2">
    <srcmd5>0f9e9acada2083dc888b5095ab8e96c9</srcmd5>
    <version>2.8.1</version>
    <time>1518426839</time>
    <user>dimstar_suse</user>
    <comment></comment>
    <requestid>574133</requestid>
  </revision>
  <revision rev="4" vrev="3">
    <srcmd5>d6edb748e327cc7966f0962e17c37925</srcmd5>
    <version>2.8.1</version>
    <time>1519684035</time>
    <user>dimstar_suse</user>
    <comment>Automatic submission by obs-autosubmit</comment>
    <requestid>580326</requestid>
  </revision>
  <revision rev="5" vrev="1">
    <srcmd5>ef7e5ad41920289e6ddfe1682cdff337</srcmd5>
    <version>2.8.2</version>
    <time>1522225814</time>
    <user>dimstar_suse</user>
    <comment>- update to version 2.8.2 (fixes CVE-2017-16933 - bsc#1086676, CVE-2018-6532 - bsc#1086672, CVE-2018-6533 - bsc#1086673,
  CVE-2018-6534 - bsc#1086674, CVE-2018-6535 - bsc#1086675, CVE-2018-6536)
  * [#5715](https://github.com/icinga/icinga2/issues/5715) (API, PR): Hash API password and comparison
  * [#6153](https://github.com/icinga/icinga2/issues/6153) (API, PR): Improve error handling for empty packages in /v1/config/packages
  * [#6147](https://github.com/icinga/icinga2/issues/6147) (PR): Fix incorrect argument type for JsonRpc::SendMessage
  * [#6146](https://github.com/icinga/icinga2/issues/6146) (PR): Ensure that SetCorked\(\) works properly
  * [#6134](https://github.com/icinga/icinga2/issues/6134) (PR): Fix incorrect HTTP content length limits
  * [#6133](https://github.com/icinga/icinga2/issues/6133) (PR): Limit the number of HTTP/JSON-RPC requests we read in parallel
  * [#6132](https://github.com/icinga/icinga2/issues/6132) (PR): Fix HTTP parser crash/hang
  * [#6129](https://github.com/icinga/icinga2/issues/6129): api/packages not created by prepare-dir/daemon
  * [#5995](https://github.com/icinga/icinga2/issues/5995) (InfluxDB, PR): Fix InfluxDB requests
  * [#5991](https://github.com/icinga/icinga2/issues/5991): Partial privilege escalation via PID file manipulation
  * [#5987](https://github.com/icinga/icinga2/issues/5987) (Elasticsearch, InfluxDB, Metrics): InfluxDBWriter and ElasticsearchWriter stop writing to HTTP API
  * [#5943](https://github.com/icinga/icinga2/issues/5943) (PR): Fix incorrect ::Start call
  * [#5793](https://github.com/icinga/icinga2/issues/5793): CVE-2017-16933: root privilege escalation via prepare-dirs \(init script and systemd service file\)
  * [#5760](https://github.com/icinga/icinga2/issues/5760) (Crash, PR): Fix incorrect socket handling for the HTTP client
  * [#6148](https://github.com/icinga/icinga2/issues/6148) (PR): Fix ApiUser unit test
  * [#6135](https://github.com/icinga/icinga2/issues/6135) (API, Cluster, PR): Limit JSON RPC message size
  * [#6115](https://github.com/icinga/icinga2/issues/6115) (PR): Fix incorrect size of request limits
  * [#6114](https://github.com/icinga/icinga2/issues/6114) (PR): Fix typo in prepare-dirs
  * [#6104](https://github.com/icinga/icinga2/issues/6104) (PR): Fix nullptr dereferences
  * [#6103](https://github.com/icinga/icinga2/issues/6103) (PR): HTTP Security fixes
  * [#5982](https://github.com/icinga/icinga2/issues/5982) (Packages, PR): SELinux: Allows icinga2\_t to send sigkill to all domains it transitions to
  * [#5916](https://github.com/icinga/icinga2/issues/5916) (Packages): Unable to kill process group after check timeout if SElinux is enabled
  * [#5850](https://github.com/icinga/icinga2/issues/5850) (Installation, PR): init script security fixes
  * [#5764](https://github.com/icinga/icinga2/issues/5764) (InfluxDB, code-quality, PR): Improve InfluxdbWriter performance
  * [#5759](https://github.com/icinga/icinga2/issues/5759) (code-quality, PR): Make default getters and setters non-virtual
- install limits.conf to systemd directory instead of etc
- override ICINGA2_BUILD_HOST_NAME to make builds reproducible (boo#1084909)
</comment>
    <requestid>590984</requestid>
  </revision>
  <revision rev="6" vrev="2">
    <srcmd5>b34bbfecf8f9e957bd76340718814780</srcmd5>
    <version>2.8.2</version>
    <time>1524144631</time>
    <user>dimstar_suse</user>
    <comment>- fix bsc#1089808 by back porting the upstream patch icinga2-2.8.2-boost.patch 
- fix _fillupdir usage 
</comment>
    <requestid>597478</requestid>
  </revision>
  <revision rev="7" vrev="1">
    <srcmd5>92d194cce9b160df1f9d380d8a496901</srcmd5>
    <version>2.8.4</version>
    <time>1525256406</time>
    <user>dimstar_suse</user>
    <comment>- update to version 2.8.4
  * fix plugins crash when run from icinga2-2.8.3
  * Fix InfluxDB backslash escaping
  * Fix Elasticsearch crash on invalid performance data
  * Sysconfig file settings are taken into account
  * Support multiple parameters for check_nscp_api
  * Documentation enhancements and fixes
- remove obsolete patch icinga2-2.8.2-boost.patch
</comment>
    <requestid>603002</requestid>
  </revision>
  <revision rev="8" vrev="2">
    <srcmd5>55e6764b5a8f3cd0cea1c2ae74e36aec</srcmd5>
    <version>2.8.4</version>
    <time>1530866907</time>
    <user>dimstar_suse</user>
    <comment>Automatic submission by obs-autosubmit</comment>
    <requestid>621118</requestid>
  </revision>
  <revision rev="9" vrev="1">
    <srcmd5>0c1e63432f9f327af7aebf4c27ddcb9b</srcmd5>
    <version>2.9.0</version>
    <time>1532774405</time>
    <user>dimstar_suse</user>
    <comment></comment>
    <requestid>623933</requestid>
  </revision>
  <revision rev="10" vrev="1">
    <srcmd5>3f2a3979d543bb4699b5570193bfc222</srcmd5>
    <version>2.9.1</version>
    <time>1533045545</time>
    <user>dimstar_suse</user>
    <comment></comment>
    <requestid>625982</requestid>
  </revision>
  <revision rev="11" vrev="1">
    <srcmd5>21b6859f36205bd6ec99cebba8644c8f</srcmd5>
    <version>2.9.2</version>
    <time>1538117585</time>
    <user>dimstar_suse</user>
    <comment></comment>
    <requestid>638372</requestid>
  </revision>
  <revision rev="12" vrev="1">
    <srcmd5>69c07ed496a17e419f722dba5db4b5b5</srcmd5>
    <version>2.10.0</version>
    <time>1539589287</time>
    <user>dimstar_suse</user>
    <comment></comment>
    <requestid>641669</requestid>
  </revision>
  <revision rev="13" vrev="1">
    <srcmd5>5f06dca8ad612c1caec25b50502ddc0a</srcmd5>
    <version>2.10.1</version>
    <time>1540200170</time>
    <user>dimstar_suse</user>
    <comment></comment>
    <requestid>642998</requestid>
  </revision>
  <revision rev="14" vrev="2">
    <srcmd5>8408a709ad5a91a935841e1dff2a8213</srcmd5>
    <version>2.10.1</version>
    <time>1540819271</time>
    <user>dimstar_suse</user>
    <comment>Automatic submission by obs-autosubmit</comment>
    <requestid>644684</requestid>
  </revision>
  <revision rev="15" vrev="1">
    <srcmd5>399aba728cbe5e71f7aac7bab20059c1</srcmd5>
    <version>2.10.2</version>
    <time>1542203036</time>
    <user>dimstar_suse</user>
    <comment></comment>
    <requestid>648915</requestid>
  </revision>
  <revision rev="16" vrev="1">
    <srcmd5>8a9bc7746153f8363135fcad2068d4ab</srcmd5>
    <version>2.10.3</version>
    <time>1551216078</time>
    <user>dimstar_suse</user>
    <comment></comment>
    <requestid>679222</requestid>
  </revision>
  <revision rev="17" vrev="1">
    <srcmd5>1473e44cbb8888477e058f1cbf609ada</srcmd5>
    <version>2.10.4</version>
    <time>1553158409</time>
    <user>dimstar_suse</user>
    <comment></comment>
    <requestid>687048</requestid>
  </revision>
  <revision rev="18" vrev="1">
    <srcmd5>501e0e478e5b18388d34e23c0fc4d99e</srcmd5>
    <version>2.10.5</version>
    <time>1558690389</time>
    <user>dimstar_suse</user>
    <comment></comment>
    <requestid>705093</requestid>
  </revision>
  <revision rev="19" vrev="1">
    <srcmd5>ee187b04a792b4bbff28f2bd9b9c7700</srcmd5>
    <version>2.10.6</version>
    <time>1564576575</time>
    <user>dimstar_suse</user>
    <comment></comment>
    <requestid>719985</requestid>
  </revision>
  <revision rev="20" vrev="1">
    <srcmd5>6d4966853a5f4b2d1aa9134d0560f867</srcmd5>
    <version>2.11.0</version>
    <time>1568984116</time>
    <user>maxlin_factory</user>
    <comment></comment>
    <requestid>731986</requestid>
  </revision>
  <revision rev="21" vrev="1">
    <srcmd5>5f178736171ea140bd5cca01f989ad54</srcmd5>
    <version>2.11.1</version>
    <time>1571402204</time>
    <user>dimstar_suse</user>
    <comment></comment>
    <requestid>740166</requestid>
  </revision>
  <revision rev="22" vrev="1">
    <srcmd5>e38e0f8747bf67c43dfb85603a7be9c3</srcmd5>
    <version>2.11.2</version>
    <time>1571951480</time>
    <user>dimstar_suse</user>
    <comment></comment>
    <requestid>742640</requestid>
  </revision>
  <revision rev="23" vrev="2">
    <srcmd5>2f0bca49aee66530847418646d7735ba</srcmd5>
    <version>2.11.2</version>
    <time>1576927851</time>
    <user>dimstar_suse</user>
    <comment></comment>
    <requestid>758231</requestid>
  </revision>
  <revision rev="24" vrev="3">
    <srcmd5>0c0ade8142b18ed3ebbea7967f2518ec</srcmd5>
    <version>2.11.2</version>
    <time>1578950559</time>
    <user>dimstar_suse</user>
    <comment></comment>
    <requestid>764046</requestid>
  </revision>
  <revision rev="25" vrev="1">
    <srcmd5>fbb22d7bd4991107d4959746a624c764</srcmd5>
    <version>2.11.3</version>
    <time>1583311487</time>
    <user>dimstar_suse</user>
    <comment></comment>
    <requestid>781181</requestid>
  </revision>
  <revision rev="26" vrev="1">
    <srcmd5>efd9ee006e228caff80d27735431b863</srcmd5>
    <version>2.11.4</version>
    <time>1592580171</time>
    <user>dimstar_suse</user>
    <comment></comment>
    <requestid>815707</requestid>
  </revision>
  <revision rev="27" vrev="1">
    <srcmd5>315f252427c6af8b9f642ea1aba7c9d1</srcmd5>
    <version>2.11.5</version>
    <time>1596652141</time>
    <user>dimstar_suse</user>
    <comment></comment>
    <requestid>824473</requestid>
  </revision>
  <revision rev="28" vrev="2">
    <srcmd5>3c3f5a19db5cf99d2903bbab9d280386</srcmd5>
    <version>2.11.5</version>
    <time>1598341220</time>
    <user>dimstar_suse</user>
    <comment></comment>
    <requestid>828978</requestid>
  </revision>
  <revision rev="29" vrev="1">
    <srcmd5>3a2ed4efabb4a9a442b960633e70ea9a</srcmd5>
    <version>2.12.0</version>
    <time>1600802159</time>
    <user>dimstar_suse</user>
    <comment></comment>
    <requestid>836041</requestid>
  </revision>
  <revision rev="30" vrev="1">
    <srcmd5>c18f10184f2d9dcf1c13c7380112d27d</srcmd5>
    <version>2.12.1</version>
    <time>1603031413</time>
    <user>dimstar_suse</user>
    <comment></comment>
    <requestid>841992</requestid>
  </revision>
  <revision rev="31" vrev="2">
    <srcmd5>18e04080ffbdaa0608b22d145981845b</srcmd5>
    <version>2.12.1</version>
    <time>1603202994</time>
    <user>dimstar_suse</user>
    <comment></comment>
    <requestid>842560</requestid>
  </revision>
  <revision rev="32" vrev="3">
    <srcmd5>caa2e4aa17dcd54d66c98a1111efb2b0</srcmd5>
    <version>2.12.1</version>
    <time>1605783490</time>
    <user>dimstar_suse</user>
    <comment></comment>
    <requestid>849126</requestid>
  </revision>
  <revision rev="33" vrev="1">
    <srcmd5>bba441dfc12fec90184294c9e4c6977b</srcmd5>
    <version>2.12.2</version>
    <time>1606913909</time>
    <user>dimstar_suse</user>
    <comment></comment>
    <requestid>852380</requestid>
  </revision>
  <revision rev="34" vrev="1">
    <srcmd5>a627af225e02f8c332a34b680ecfd914</srcmd5>
    <version>2.12.3</version>
    <time>1608221046</time>
    <user>dimstar_suse</user>
    <comment></comment>
    <requestid>856014</requestid>
  </revision>
  <revision rev="35" vrev="1">
    <srcmd5>e1f59bf1940b383b4767eaebd0673d14</srcmd5>
    <version>2.12.4</version>
    <time>1622536660</time>
    <user>dimstar_suse</user>
    <comment></comment>
    <requestid>895778</requestid>
  </revision>
  <revision rev="36" vrev="1">
    <srcmd5>787d24cbf494092dfc1ebea35c70aadd</srcmd5>
    <version>2.12.5</version>
    <time>1626386446</time>
    <user>dimstar_suse</user>
    <comment></comment>
    <requestid>906463</requestid>
  </revision>
  <revision rev="37" vrev="1">
    <srcmd5>a4fc3238670c57cf3117d316aa477641</srcmd5>
    <version>2.13.0</version>
    <time>1628023748</time>
    <user>dimstar_suse</user>
    <comment></comment>
    <requestid>910006</requestid>
  </revision>
  <revision rev="38" vrev="1">
    <srcmd5>3139136d9e467861c87843e0d8699de2</srcmd5>
    <version>2.13.1</version>
    <time>1629471471</time>
    <user>RBrownSUSE</user>
    <comment></comment>
    <requestid>913177</requestid>
  </revision>
  <revision rev="39" vrev="1">
    <srcmd5>0c0b3a4a92773c850bb2c115800247df</srcmd5>
    <version>2.13.3</version>
    <time>1650822356</time>
    <user>dimstar_suse</user>
    <comment></comment>
    <requestid>972381</requestid>
  </revision>
  <revision rev="40" vrev="1">
    <srcmd5>c38e0b553537924ef2fd1140aa8ae591</srcmd5>
    <version>2.13.4</version>
    <time>1656675910</time>
    <user>dimstar_suse</user>
    <comment></comment>
    <requestid>986200</requestid>
  </revision>
  <revision rev="41" vrev="1">
    <srcmd5>125795a32879b29963144ad1fd7397a1</srcmd5>
    <version>2.13.5</version>
    <time>1660313197</time>
    <user>dimstar_suse</user>
    <comment></comment>
    <requestid>994646</requestid>
  </revision>
  <revision rev="42" vrev="1">
    <srcmd5>38162ac520bf178db0fc4e3163a661ab</srcmd5>
    <version>2.13.6</version>
    <time>1667995044</time>
    <user>dimstar_suse</user>
    <comment></comment>
    <requestid>1034595</requestid>
  </revision>
  <revision rev="43" vrev="2">
    <srcmd5>2460f7e558c79b541fa90a597b2a81c7</srcmd5>
    <version>2.13.6</version>
    <time>1675458352</time>
    <user>dimstar_suse</user>
    <comment></comment>
    <requestid>1062997</requestid>
  </revision>
</revisionlist>