Closed pdepaepe closed 9 years ago
Thanks for reporting this. How did you install the plugin?
Hello and thanks to handle this,
git clone, mvn clean install for the plugin
Dockerfile:
FROM graylog2/allinone COPY alarmcallback-jabber-1.1.0-SNAPSHOT.jar /opt/graylog/plugin/alarmcallback-jabber-1.1.0-SNAPSHOT.jar CMD ["/opt/graylog/embedded/share/docker/my_init"]
On Web-UI, Stream => Manage alert => Alert callbacks => Jabber Alarm callback I also set an email address to get the "Test alarm button" visible.
Did i miss something ?
I found the cause for this problem. Unfortunately the fix needed to be done in the graylog server repository, so it will be included in either 1.0.2 or 1.1.0, whichever is released first.
@dennisoelkers I still have this error with graylog2 1.0.2. Is your fix already merged in this version?
@favadi The fix is part of Graylog 1.0.2: Graylog2/graylog2-server@75871dd6544c1515c642b927056b0c7e006309e6
Hello,
Current version does not send XMPP messages and throws following stack trace on official allinone docker image (https://github.com/Graylog2/graylog2-images/tree/master/docker) when you click on "test alarm" button.