Skip to content

Commit

Permalink
summary.rebootRequired should be passed as integer to Zabbix
Browse files Browse the repository at this point in the history
  • Loading branch information
dnaeon committed Jul 2, 2013
1 parent 0b36444 commit 30a397a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion poller/vm-poller.py
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ def get_host_property(self, name, prop):
'runtime.powerState': return_as_is,
'summary.managementServerIp': return_as_is,
'summary.overallStatus': return_as_is,
'summary.rebootRequired': return_as_is,
'summary.rebootRequired': return_as_int,
'summary.quickStats.distributedCpuFairness': return_as_is,
'summary.quickStats.uptime': return_as_is,
'summary.quickStats.overallCpuUsage': return_as_hz,
Expand Down

0 comments on commit 30a397a

Please sign in to comment.