-
Problem report
-
Resolution: Fixed
-
Trivial
-
5.0.11, 5.4.1
-
None
-
Zabbix Agent 2
-
Sprint 84 (Jan 2022)
-
0.5
Steps to reproduce:
- Acoording to the docs the zabix agent key service.info[<service_name>] return code 255 if the sewrvice does not exist.
- It works fine in zabbix agent 1
- I zabbix agent 2 the check returns "Unsupported item"
zabbix_get -s 172.24.5.21 -k "service.info[non_existing_service]"
ZBX_NOTSUPPORTED: The specified service does not exist as an installed service.
Result:
The monitoring item for service existence become unsupported.
Expected:
Return code 255 as described in docs and works in agent 1
- is duplicated by
-
ZBX-19276 Agent2 for "service.info[]" key returns not supported instead of value 255
- Closed