Commit Graph

280 Commits

Author SHA1 Message Date
Michael Pirogov b9ad2ef9f5 migrations: fix syntax error on 187 2023-08-04 14:51:58 +02:00
Thomas Gelf 722499ea76 ImportRowModifier: filters, CIDR support
fixes #2756
fixes #2757
2023-05-25 15:44:56 +02:00
Thomas Gelf b7e887b251 schema: add UUIDs for datalist and datafield
fixes #2696
2023-03-07 19:31:55 +01:00
Thomas Gelf bacea2eeaa schema: branch support for notification user vars
refs #462
2022-12-16 15:02:59 +01:00
Thomas Gelf 616d329be3 IcingaNotification: implement users_var
fixes #462
2022-12-01 12:03:45 +01:00
Thomas Gelf 91ca8065e3 Sync: fix purge and invalid sync history
fixes #2632
fixes #2627
2022-10-07 12:23:47 +02:00
Thomas Gelf 9ac155bed9 schema: remove duplicate line
fixes #2609
2022-09-23 10:57:50 +02:00
Thomas Gelf c15ec70ab9 schema/pgsql: drop uuid uniqueness in branches 2022-09-21 09:57:54 +02:00
Thomas Gelf 42b06a0b37 schema: branched service sets 2022-09-20 14:45:04 +02:00
Thomas Gelf 411733a1ed schema: add index on deployment log startup time
fixes #2551
2022-06-20 09:58:49 +02:00
Thomas Gelf 0706bd09d4 schema/pgsql: don't duplicate unique index
fixes #2482
2022-02-25 15:52:26 +01:00
Thomas Gelf 8bcc20e004 ActivityLogTable: support remarks
fixes #2471
2022-02-08 08:58:34 +01:00
Thomas Gelf e23e804421 schema: complete migrations for icinga_service_set 2021-11-30 13:48:05 +01:00
Ravi Kumar Kempapura Srinivasa 388c79e430 Add uuid to service sets. 2021-11-28 11:15:31 +01:00
Johannes Meyer ac575858dc schema: Quote keyword `groups` 2021-11-28 11:08:25 +01:00
Markus Frosch 8237d84cdb Add feature to specify a custom endpoint name for a host
- Render Endpoint and Zone with a different name per host
- Add custom variable `_director_custom_endpoint_name` to a host with that name
- Update `command_endpoint` behavior in services to use custom var or hostname
- Includes a feature flag that needs to be enabled
2021-10-21 14:59:52 +02:00
Thomas Gelf 6201fb52e4 schema: add branches 2021-10-06 03:24:48 +02:00
Thomas Gelf fc97d0d4e1 schema: add UUIDs for main Icinga objects 2021-10-06 02:01:58 +02:00
Thomas Gelf 0664da8f12 schema: allow NULL for purge_action 2021-03-12 16:52:44 +01:00
Thomas Gelf a8d25b70ee Sync: introduce a 'disable' purge action
fixes #2285
2021-03-11 23:00:52 +01:00
Thomas Gelf e258d00e83 schema: dummy migration to trigger daemon restart 2020-12-15 14:42:24 +01:00
Thomas Gelf b1c29c16d0 Sync: add missing migration files for sync-only
refs #2059
2020-01-21 20:11:52 +01:00
Thomas Gelf c12a6baeea Sync: implement update-only policy
fixes #2059
2020-01-17 09:01:25 +01:00
Thomas Gelf 1723e13557 schema/mysql: workaround for bug in MySQL v5.6
fixes #1993
2019-10-16 16:51:01 +02:00
Thomas Gelf 8edddeef40 schema/pgsql: allow for ports > 32767
fixes #928
2019-10-14 17:41:16 +02:00
Thomas Gelf f9c1326427 schema: constraint name pointing to category
fixes #1976
2019-10-07 21:51:21 +02:00
Thomas Gelf 9f7efeeb61 schema: add postgresql, add migration number 2019-10-02 09:53:15 +02:00
Valentina Da Rold c1306c11f7 Add db schema and migration 2019-10-01 15:32:34 +02:00
Thomas Gelf ed9e793e89 schema: prepare new daemon table 2019-09-25 12:10:08 +02:00
Thomas Gelf 4fcda464e8 Sync: allow notification, dependency, scheduled dt
fixes #925
fixes #1209
fixes #1211
fixes #1212
2019-09-06 09:39:35 +02:00
Thomas Gelf 7ed1aff475 schema: allow for longer host addresses
fixes #1890
2019-07-09 10:50:37 +02:00
Thomas Gelf 8de93a1a9a schema: prepare dependency host vars
fixes #1870
2019-07-09 10:36:57 +02:00
Thomas Gelf 01f2666ff2 IcingaDependency: drop parent_service_var 2019-07-09 10:36:57 +02:00
Thomas Gelf 161fc631ba schema/mysql: dependency vars 2019-07-09 10:36:57 +02:00
Markus Frosch 2fc79e1ecb schema: Fix migration 163 for certain MySQL versions
MySQL 5.6 won't accept NULL defaults with NOT NULL...

refs #1840
2019-04-26 10:13:44 +02:00
Markus Frosch d96dde10bb schema: Migrate all DATETIME to TIMESTAMP in MySQL
This addresses various timezone issues, that don't exist with the pgsql schema.
2019-04-23 15:39:00 +02:00
Nicolai c88f6f2393
Fix schema migration from CREATE to ALTER TABLE 2019-04-15 10:10:04 +02:00
Thomas Gelf 904ec7c435 ScheduledDowntimes: Hosts with Services, optional
schema, form, rendering

fixes #1831
2019-04-12 12:12:32 +02:00
Thomas Gelf 704fb368bd schema: make ready for pull request 2019-04-11 11:24:57 +02:00
Thomas Gelf d38465d0f2 schema: drop display_name 2019-04-11 02:53:10 +02:00
Thomas Gelf 2b8d2b4569 schema: add apply_to column, got forgotten 2019-04-11 02:34:14 +02:00
Thomas Gelf 61f962c7d6 schema/pgsql: prepare PostgreSQL migration 2019-04-11 02:34:14 +02:00
Thomas Gelf fa2af0ab9f schema/mysql-migrations: fix columns 2019-04-11 02:34:14 +02:00
Thomas Gelf 3cb4a0cbe9 schema/mysql: scheduled downtimes 2019-04-11 02:34:14 +02:00
Markus Frosch 6a79436af3 IcingaCommand: Allow command to be rendered as string
Icinga 2 allows this from the beginning.
2019-03-26 12:02:35 +01:00
Thomas Gelf f9321ec7b3 schema: allow for virtual config files > 16MB
fixes #1787
2019-02-26 16:30:49 +01:00
Thomas Gelf f06b5df3ae schema/postgres: fix wrong uniqueness
fixes #1762
2019-02-14 15:20:49 +01:00
Thomas Gelf b52316a8b5 pgsql/migrations: ignore missing index
fixes #1736
2019-02-14 15:18:25 +01:00
Thomas Gelf 61cb105ab1 schema: allow for larger basket summaries
fixes #1701
2018-11-14 11:24:05 +01:00
Thomas Gelf fc2e972bcd schema: flipped pg/mysql migration 2018-10-30 20:20:25 +01:00