You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 21, 2021. It is now read-only.
jhipster-alerter does not start because elastalert prior to 0.2.x don't work anymore (jhipster-console uses 0.1.36). The reason is non-strict dependencies in requirements.txt leading to installation of stomp.py v5.x which does not work with python2.7
Either elastalert should be updated to version 0.2.x (better) or requirements.txt should patched be after unpacking (this ok as a temporary work around)
Logs:
Container timezone not modified
Elastalert index already exists in ES.
Traceback (most recent call last):
File "/usr/local/lib/python2.7/runpy.py", line 174, in _run_module_as_main
"__main__", fname, loader, pkg_name)
File "/usr/local/lib/python2.7/runpy.py", line 72, in _run_code
exec code in run_globals
File "/opt/elastalert/elastalert/elastalert.py", line 21, in <module>
from alerts import DebugAlerter
File "elastalert/alerts.py", line 23, in <module>
import stomp
File "/usr/local/lib/python2.7/site-packages/stomp.py-5.0.1-py2.7.egg/stomp/__init__.py", line 13, in <module>
import stomp.connect as connect
File "/usr/local/lib/python2.7/site-packages/stomp.py-5.0.1-py2.7.egg/stomp/connect.py", line 8, in <module>
from stomp.protocol import *
File "/usr/local/lib/python2.7/site-packages/stomp.py-5.0.1-py2.7.egg/stomp/protocol.py", line 6, in <module>
from stomp.listener import *
File "/usr/local/lib/python2.7/site-packages/stomp.py-5.0.1-py2.7.egg/stomp/listener.py", line 8, in <module>
from time import monotonic
ImportError: cannot import name monotonic
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
jhipster-alerter does not start because elastalert prior to 0.2.x don't work anymore (jhipster-console uses 0.1.36). The reason is non-strict dependencies in requirements.txt leading to installation of stomp.py v5.x which does not work with python2.7
Either elastalert should be updated to version 0.2.x (better) or requirements.txt should patched be after unpacking (this ok as a temporary work around)
Logs:
The text was updated successfully, but these errors were encountered: