Skip to content

Commit

Permalink
Use the new method names in the Zabbix helper
Browse files Browse the repository at this point in the history
  • Loading branch information
dnaeon committed Feb 4, 2014
1 parent 5e12aaa commit 1641437
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/vpoller/helpers/zabbix.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@ def run(self):

# Methods that the Helper knows about and how to process
methods = {
'host.poll': self.zabbix_item_value,
'datastore.poll': self.zabbix_item_value,
'host.get': self.zabbix_item_value,
'datastore.get': self.zabbix_item_value,
'host.discover': self.zabbix_lld_data,
'datastore.discover': self.zabbix_lld_data,
}
Expand Down

0 comments on commit 1641437

Please sign in to comment.