# ELT CII SRV (Version 6.0.0)

### Added

#### OLDB
* oldb-api - new api: DataPointAliasExists(uri) / data_point_alias_exists(uri) [ECII-1221]
* oldb-kvdb-cluster-make - tool to manage oldb clusters, used by cii-postinstall [ECII-1352]
* oldb-kvdb-snapshot - tool to save/restore oldb contents, for use by database admins

#### Tooling
* cii-services-httpd - service to display "cii-services info" in a web browser

#### Alarms
* alarm system (extra, not included in standard ecos)
  - alarm system re-added to CII [ECII-1317]
  - was ported from Java to Python
  - installable via cii-postinstall
  - manageable via cii-services

#### Benchmarks
* cii-benchmarks (extra, not included in standard ecos)
  - cii-oldb-adhoc-benchmark-trend-service - run cii-oldb-adhoc-benchmark-trend periodically

### Changed

* minor clean-ups [ECII-1364, others]

### Removed

* log-api (Py): CiiLogManager.configure(...) - method arg "logsink" removed [ECII-1341]
* cii-services info: no longer shows ELT stack status (was deprecated since CII v4)
* cii-services status: no longer supported, instead use: cii-services info function

### Fixed

* cii-services info: corrected info about log collector
* cii-services: will not hang when oldb-host is not reachable
* log-api: fix double-free error in portmortem appender

