-
Incident report
-
Resolution: Fixed
-
Blocker
-
2.4.0
All FreeBSD related items do not work properly since Zabbix 2.4.0:
#2.4.0 & 2.5.0 alpha [zbxserv ~]# for i in total active buffers cached free used pused available pavailable; do echo $i && zabbix_get -s freebsd_host -k vm.memory.size[$i]; done total ZBX_NOTSUPPORTED active ZBX_NOTSUPPORTED buffers ZBX_NOTSUPPORTED cached ZBX_NOTSUPPORTED free ZBX_NOTSUPPORTED used ZBX_NOTSUPPORTED pused ZBX_NOTSUPPORTED available ZBX_NOTSUPPORTED pavailable ZBX_NOTSUPPORTED
#2.2.7rc1 [zbxserv ~]# for i in total active buffers cached free used pused available pavailable; do echo $i && zabbix_get -s freebsd_host -k vm.memory.size[$i]; done total 2003857408 active 28340224 buffers 117342208 cached 45273088 free 48152576 used 197189632 pused 10.019126 available 1815465984 pavailable 92.243096
- is duplicated by
-
ZBX-8824 on FreeBSD all vm.memory.size* items get ZBX_NOTSUPPORTED
- Closed