-
-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
After upgrade to new version - spam in log #124
Comments
Hi, Make sure to update your The Note the [proxy]
frontend = tcp://*:10123
backend = tcp://*:10124
mgmt = tcp://*:9999
[worker]
db = /var/lib/vconnector/vconnector.db
proxy = tcp://localhost:10124
mgmt = tcp://*:10000
helpers = vpoller.helpers.zabbix, vpoller.helpers.czabbix
tasks = vpoller.vsphere.tasks
[cache]
enabled = True
maxsize = 0
ttl = 3600
housekeeping = 480 Regards, |
Hey yes yes i saw this i use http://jenkins.unix-heaven.org/job/py-vconnector/ws/deb_dist/python-vconnector_0.3.5-1_all.deb version of vconnector. Thanks From: Marin Atanasov Nikolov Hi, Make sure to update your vpoller.conf file with the new vPoller settings. The vPoller Worker now requires that you specify the task modules that should be loaded. Note the tasks option in the worker section from the config file below. [proxy] [worker] [cache] — |
I've just pushed a fix for this. You can either upgrade from the latest Git repository or grab the Debian packages from the Jenkins master.
Let me know how it goes. Thanks, |
Hey i use exacly this both files and i got this crash. http://jenkins.unix-heaven.org/job/py-vconnector/ws/deb_dist/python-vconnector_0.3.5-1_all.deb Thanks From: Marin Atanasov Nikolov I've just pushed a fix for this. You can either upgrade from the latest Git repository or grab the Debian packages from the Jenkins master. a.. http://jenkins.unix-heaven.org/job/py-vpoller/ws/deb_dist/ Thanks, — |
The packages from the Jenkins master now contain a fix for this issue, so please grab the packages again and install them :) |
Change version from python-vpoller_0.3.9-dev-1_all.deb to python-vpoller_0.3.9-dev-2_all.deb From: Marin Atanasov Nikolov The packages from the Jenkins master now contain a fix for this issue, so please grab the packages again and install them :) — |
Just remove the old versions of vPoller and vConnector and install the new packages. I will be soon be preparing a release for vPoller and version will be bumped as well. |
Done – Working good now No more AttributeError. From: Marin Atanasov Nikolov Just remove the old versions of vPoller and vConnector and install the new packages. I will be soon be preparing a release for vPoller and version will be bumped as well. — |
Hello
I just upgrade to new 0.3.9-dev version i can`t run vpoller worker got all the time crash:
The text was updated successfully, but these errors were encountered: