Add "Copy host list (JSON)" button to WATO folder pages

Copies hostname, alias, IPv4 address and monitored site for every
host in the list (folder browsing or host search results) to the
clipboard as JSON.
This commit is contained in:
Luigi D'Acunto 2026-07-31 12:11:26 +02:00
parent 5fa0506bdd
commit a5f7b1a934
3 changed files with 106 additions and 1 deletions

View file

@ -5,6 +5,11 @@ All notable changes to **Checkmk SwissKnife** are documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [2.19.0] - 2026-07-31
### Added
- "Copy host list (JSON)" button in the WATO menu bar on any host-list page (folder browsing or host search results). Copies hostname, alias, IPv4 address and monitored site for every visible host to the clipboard as JSON.
## [2.18.0] - 2026-07-30
### Added