Release v1.6.1
Change Log
Version v1.6.1
Released 2023-06-13
Please report issues via github or the ITRS Community Forum.
v1.6.1 Changes
-
pkg/geneos
ChangesSome API changes to support work on a project for reading Gateway configuration files. Existing structures used to write config files cannot co-exist and have been renamed with an "Out" suffix down to the SamplerOut level. While the old names should have been retained and the new API requirements used new names, it was decided that this is the more common use case in the future.
-
tools/geneos
Command updatesThe
show
command can now output an instance's own configuration file (for types of Netprobe and Gateway) and also try to produce a merged Gateway file using a modified command line with the Gateway-dump-xml
command line option.A new instance flag
autostart
has been added, set totrue
for all types exceptac2
which defaults tofalse
. Documentation updtes to follow.The
init demo
command now detects if the user has aDISPLAY
environment variable set and if so also installs anac2
instance.The
command
command can now output the details in JSON format. This format is not quite compatible with thepkg/process
Run and Batch functions, but the aim is to eventually merge the formats so that they can also share the implementation later.
v1.6.1 Fixes
-
Minor ongoing changes
While adding new features there is ongoing review work and refactoring of code.