Added the -P flag to the zc-host-new(1) command, to let an host be
monitored by the specified zabbix proxy after creation.
Some minor documentation improvements.
1.9.1
Corrected the zc-item-add-simple(1) man page. It was
referring to the copied zc-item-add-trapper(1) one.
1.9
Added support for zabbix >= 5.0 The zc-host-interface-add(1)
command needed to be reworked to use the different json
payload required in the new versions.
The zabbix server version will now be stored in the authentication
file along with the token and front-end URL.
1.8
Added the zc-problem-unack(1) command, useful for
removing an acknowledge from an event. Only works
on zabbix >5.0.
1.7
An off-by-one bug is fixed where one of the commands
could crash due to a bad comparison while resizing a
buffer.
zc-host-interface-get(1), now also print if an interface
default one one or not.
zc-host-iterface-add(1) now accept both the ip and dns
name while specifying an interface. The DNS name will
be used by default.
zc-host-add(1) have a new -d flag, useful to add also
a DNS name to the default interface on creation. The IP
address is still required and used by default.
1.5
Added the zc-proxy(1) set of commands.
Remove the execpromises from pledge(2). Those are
not needed.
1.4
Improve authentication using authentication contexts.
Improve man page documentation.
1.3.1
Fix incorrect check in if for zc-event-get(1)
1.3
Add zc-history-log(1) for reading history collected logs.
Add zc-application(1).
1.2.1
Make zrpcaddstr() accept empty string as values. Fix issue #19.
1.2
Add the zc-event-get(1) sub-command.
Improved general performances, by avoiding string copies.
Made JSON string functions handle variable sizes.
Add zc-config(1) commands, both for importing and exporting configs.
1.1
Use pledge(2) and unveil(2) in all the binaries.
Added zc-host-enable(1) and zc-host-disable(1).
Added zc-item-enable(1) and zc-item-disable(1).
Introduced the regression test suite.
Fixed unveil(2) support for HTTPS (required ca cert file).