Package ZenEvents :: Module UpdateCheck :: Class UpdateCheck
[hide private]
[frames] | no frames]

Class UpdateCheck

source code

Instance Methods [hide private]
 
getUpdate(self, dmd, manual, product=None)
Send a GET request to dev.zenoss.org giving some parameters about this Zenoss installation and getting back the version number for the most recent product release.
source code
 
check(self, dmd, zem, manual=False)
call home with version information
source code
Method Details [hide private]

getUpdate(self, dmd, manual, product=None)

source code 
Send a GET request to dev.zenoss.org giving some parameters about this Zenoss installation and getting back the version number for the most recent product release. The product can be passed in the product parameter, but if product is None then the code will attempt to figure out which product is currently running and use that.