-
Incident report
-
Resolution: Fixed
-
Trivial
-
None
-
None
-
Sprint 56 (Sep 2019), Sprint 55 (Aug 2019), Sprint 54 (Jul 2019), Sprint 57 (Oct 2019), Sprint 58 (Nov 2019), Sprint 59 (Dec 2019), Sprint 60 (Jan 2020), Sprint 61 (Feb 2020)
- zabbix_get -s 10.20.0.17 -k proc.num
37 - zabbix_get -s 10.20.0.17 -k proc.num[,]
37 - zabbix_get -s 10.20.0.17 -k proc.num[,,]
ZBX_NOTSUPPORTED - zabbix_get -s 10.20.0.17 -k proc.num[,,,]
ZBX_NOTSUPPORTED
yes, according to doc 3rd parameter is not supported under windows:
http://www.zabbix.com/documentation/2.0/manual/appendix/items/supported_by_platform
but there no any notes about 4th parameter which means that it has to be supported.
Please fix.