Releases: yakumo-saki/zabbix-getter
Releases · yakumo-saki/zabbix-getter
v0.9.4 Bugfix release
ADD:
- add -z , -Z option (shorthand of -e)
- add --debug to ease of debugging
IMPROVE:
-
more friendly help message
-
Show help when execute without any params
FIX: -
Handle authenticate error (wrong username/password)
-
Warning output "pflag: help requested"
v0.9.3
v0.9.3 little feature update
- FEATURE: Add lastclockString to JSON output
{
"hostid": "10307",
"itemid": "32337",
"key_": "temperature",
"lastclock": "1636348382",
"lastclockString": "2021-11-08 14:13:02 +0900 JST", <= NEW!
"lastvalue": "28.48",
"name": "room temperature",
"units": "c"
}
v0.9.2 Bugfix release
- CHANGE: LastValue, LastClock is now from history.get instead of item.get
- ADD: More friendly message about wrong hostname or itemname
v0.9.1-2 CGO_ENABLED=0
- v0.9.1 can not run under Debian, CentOS etcetc... (Run under arch based OS is OK)
- Windows / macOS is not affected.
- If you ran v0.9.1 without issue. no need to update.
v0.9.1 Bug fix release
- BREAKING CHANGE: 設定値の上書き順序の変更
- BUG: 標準出力に余計な出力が出ていたのを修正
v0.9.0 first release
Its first release of zabbix-getter.
These OS/arch are not tested at all.
- Darwin amd64
- Darwin arm64
- Linux arm64