Skip to content
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

Plugin watch works, but no valuable information displayed. #2357

Closed
zinwalin opened this issue Mar 5, 2018 · 2 comments
Closed

Plugin watch works, but no valuable information displayed. #2357

zinwalin opened this issue Mar 5, 2018 · 2 comments

Comments

@zinwalin
Copy link

zinwalin commented Mar 5, 2018

Haraka 2.8.17, node v8.9.4

image

and only inbound emails events can be displayed on this page.

@zinwalin zinwalin changed the title Plugin watch works, but not valuable information displayed. Plugin watch works, but no valuable information displayed. Mar 5, 2018
@msimerson
Copy link
Member

Correct, only inbound messages are displayed. It would be good to add outbound but I haven't done it yet.

Watch gets all the connection details via redis pub/sub. Haraka and plugins save data to haraka-results (make sure redis_publis=true in config/results.ini) which publishes the data to redis. The watch plugin subscribes to that feed and uses that data to update the HTML page.

Troubleshooting steps would be:

  • watch redis and verify that data is being published
  • use your browsers inspection tool and make sure there are no errors

@msimerson
Copy link
Member

Moved to haraka/haraka-plugin-watch#33

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants