I am trying to retrieve information about the hardware, using the zabbix agent system.hw.chassis key.
If I use the command line
I get a response
But the item I have created, with the key used above, returns ZBX_NOTSUPPORTED, both in Linux and Windows.
The agent log (debuglevel=4) has this to say:
I am running version 2.0.4 on both the server and agents
If I use the command line
Code:
zabbix_agent -t system.hw.chassis[model]
Code:
system.hw.chassis[model] [s|ProLiant DL360 G6]
The agent log (debuglevel=4) has this to say:
Code:
3246:20130104:122643.454 Requested [system.hw.chassis[model]] 3246:20130104:122643.454 Sending back [ZBX_NOTSUPPORTED]
Comment