-
Problem report
-
Resolution: Fixed
-
Trivial
-
None
-
None
-
Zabbix Agent 2 Version: v6.0.32
Operating System: windows 10 pro 64bit 19045.3693
-
Prev.Sprint, S24-W38/39, S24-W40/41
-
1
Description:
The system.uptime item key does not work when using Zabbix Agent 2 on a Windows machine. The command returns an error indicating that the counter path cannot be parsed. This issue does not occur with the original Zabbix Agent.
Steps to Reproduce:
- Install Zabbix Agent 2 on a Windows machine.
- Open Command Prompt with administrator privileges.
- Navigate to the Zabbix Agent 2 installation directory.
- Run the following command:
.\zabbix_agent2.exe -c .\zabbix_agent2.conf -t system.uptime
Actual Result:
- Command output:
system.uptime [m|ZBX_NOTSUPPORTED] [Unable to parse the counter path. Check the format and syntax of the specified path.]
**
Expected Result:
- Command output:
system.uptime [m|SECONDS] [123456]
Configuration Changes:
- No changes made from default configuration.
Additional Information:
- This issue does not occur with the original Zabbix Agent using the same configuration and command.
- Other item keys may or may not be affected. Further testing with other keys like system.cpu.load is recommended.