pyjolokia icon indicating copy to clipboard operation
pyjolokia copied to clipboard

Pure Python Jolokia Client

Results 6 pyjolokia issues
Sort by recently updated
recently updated
newest added

This package already supports python3. Removing the use_2to3 reference will allow this package to be installed via pip after the use_2to3 feature was removed in setuptools 58 https://setuptools.readthedocs.io/en/latest/history.html#v58-0-0

add support for remote targets. useful, when multiple tomcat instances are behind a single jolokia service

* fix for uninitialized responseStream object in finally block of __getJson * new clear_requests() method to remove added requests

When trying to call Jolokia with authentication, I'm always getting a 403. By searching a bit into the pyjolokia.py file, I figured that the base64 string is not well encoded:...

Hi, This actually is not working when the URL does not work, e.g: connection refused. As the code inside the try statement is not executed, it doesn't know any responseStream....

I can fix this via a chmod -R 777 /usr/local/lib/python3.6/lib2to3/, but it requires root permissions (which ideally would never be needed in a virtual environment): pip install pyjolokia Collecting pyjolokia...