Unless I am missing something,the automatic host inventory functionality only works on the Linux platform?
I say that based on these:
http://www.zabbix.com/documentation/...osts/inventory
And in conjunction with the "supported items per platform" table:
http://www.zabbix.com/documentation/...ed_by_platform
Which basically shows the above items are only supported on Linux:
Columns 2 & 3
I say that based on these:
http://www.zabbix.com/documentation/...osts/inventory
Code:
Automatic mode
Host inventory can also be populated automatically. For that to work,
when configuring a host the inventory mode in the Host inventory tab
must be set to Automatic.
Then you can configure host items to populate any host inventory field with
their value, indicating the destination field with the respective attribute
(called Item will populate host inventory field) in item configuration.
Items that are especially useful for automated inventory data collection:
system.hw.chassis[full|type|vendor|model|serial] - default is [full], root permissions needed
system.hw.cpu[all|cpunum,full|maxfreq|vendor|model|curfreq] - default is [all,full]
system.hw.devices[pci|usb] - default is [pci]
system.hw.macaddr[interface,short|full] - default is [all,full], interface is regex
system.sw.arch
system.sw.os[name|short|full] - default is [name]
system.sw.packages[package,manager,short|full] - default is [all,all,full], package is regex
http://www.zabbix.com/documentation/...ed_by_platform
Which basically shows the above items are only supported on Linux:
Columns 2 & 3




Comment