mirror of https://github.com/Icinga/icinga2.git
parent
c9a5ce0112
commit
3b8c1a0c7d
|
@ -59,3 +59,8 @@ ALTER TABLE icinga_servicechecks ADD COLUMN endpoint_object_id bigint default NU
|
|||
ALTER TABLE icinga_statehistory ADD COLUMN endpoint_object_id bigint default NULL;
|
||||
ALTER TABLE icinga_systemcommands ADD COLUMN endpoint_object_id bigint default NULL;
|
||||
|
||||
-- -----------------------------------------
|
||||
-- set dbversion
|
||||
-- -----------------------------------------
|
||||
INSERT INTO icinga_dbversion (name, version, create_time, modify_time) VALUES ('idoutils', '1.11.0', NOW(), NOW()) ON DUPLICATE KEY UPDATE version='1.11.0', modify_time=NOW();
|
||||
|
||||
|
|
|
@ -61,4 +61,9 @@ ALTER TABLE icinga_servicechecks ADD COLUMN endpoint_object_id bigint default NU
|
|||
ALTER TABLE icinga_statehistory ADD COLUMN endpoint_object_id bigint default NULL;
|
||||
ALTER TABLE icinga_systemcommands ADD COLUMN endpoint_object_id bigint default NULL;
|
||||
|
||||
-- -----------------------------------------
|
||||
-- set dbversion
|
||||
-- -----------------------------------------
|
||||
|
||||
SELECT updatedbversion('1.11.0');
|
||||
|
||||
|
|
|
@ -25,8 +25,8 @@ the support overview page at [https://support.icinga.org].
|
|||
* Add [Dependency](#objecttype-dependency) object for advanced host/service dependency definition
|
||||
* Add optional [IcingaNodeName](#global-constants) for cluster feature
|
||||
* Populate check_source attribute with the checker's node name
|
||||
* [Cluster](#objecttype-clusterlistener) supports recursive config includes
|
||||
* Add [Cluster health check]#(cluster-health-check)
|
||||
* [Cluster](#objecttype-endpoint) supports recursive config includes
|
||||
* Add [Cluster health check](#cluster-health-check)
|
||||
* Add more performance data to the [Icinga health check](#itl-icinga)
|
||||
* Add [IcingaStatusWriter](#objecttype-icingastatuswriter) feature writing a status json file
|
||||
* Smoother pending service checking during startup
|
||||
|
|
Loading…
Reference in New Issue