Skip to content

Commit

Permalink
Zabbix helper now supports the 'datastore.host.get' method
Browse files Browse the repository at this point in the history
  • Loading branch information
dnaeon committed Sep 13, 2014
1 parent 2baa2ed commit 2418902
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/vpoller/helpers/zabbix.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ def __init__(self, msg, data):
'vm.cpu.usage.percent': self.zabbix_item_value,
'datastore.discover': self.zabbix_lld_data,
'datastore.get': self.zabbix_item_value,
'datastore.host.get': self.zabbix_lld_data,
}

def run(self):
Expand Down

0 comments on commit 2418902

Please sign in to comment.