StackStorm-Exchange / stackstorm-zabbix

Apache License 2.0
16 stars 21 forks source link

Adding new action - host_get_inventory #23

Closed namachieli closed 5 years ago

namachieli commented 5 years ago

This new action will query the zabbix api for the inventory belonging to a host by host_id.

Returns data found in this table - https://www.zabbix.com/documentation/3.4/manual/api/reference/host/object#host_inventory

good for use with external (to zabbix) cmdb/asset inventory

namachieli commented 5 years ago

@nmaludy Good call, that should have been done and i will get it added. good catch!

namachieli commented 5 years ago

Alright, after a couple typos, I believe that should do it!

userlocalhost commented 5 years ago

That's good. Additionally if you put together intermediates commits into one commit, I believe it would be pretty good!

namachieli commented 5 years ago

@nmaludy Just checking to see if this satisfies the requirement. Thanks!