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

Monitoring email traffic #591

Closed
navinp opened this issue May 17, 2018 · 5 comments
Closed

Monitoring email traffic #591

navinp opened this issue May 17, 2018 · 5 comments

Comments

@navinp
Copy link

navinp commented May 17, 2018

Hi,

I don't think it has this feature, but to those here, that has a number of organizations or planning to add more:

How do you view your overall email traffic that is being sent via your Postal?

At the moment I have no other way than to browse through the organizations manually, to see if they are active or not and how many emails they had sent/received and if they any problems at all etc.

Any suggestions or ideas are welcome.

@willpower232
Copy link
Collaborator

Monitoring MySQL activity is a way of seeing how the overall system is performing, if you notice a large spike then a lot of messages are being sent at that time.

Also related #545 and #453

@alonle
Copy link

alonle commented May 31, 2018

I recommend using redash https://redash.io/
It will help you do some Mysql queries on the data and see it as a dashboard.
For example, to see all emails sent today by status:
SELECT status as Status, count(status) as number FROM messages WHERE TIMESTAMP > UNIX_TIMESTAMP(CURDATE()) GROUP BY status;
At least until postal will have a reporting feature

@navinp
Copy link
Author

navinp commented May 31, 2018

Thanks very much, will look into it.

@navinp
Copy link
Author

navinp commented Sep 20, 2018

@alonle Maybe via ssh do a query to see recent active accounts? I wonder if there are any options via ssh to figure out which customer is causing the spike.

@willpower232
Copy link
Collaborator

Your only real option is to check the database, that is all Postal could do anyway.

If you need to establish an SSH connection to connect to the MySQL instance, you might want to have a look at this https://discuss.redash.io/t/connect-to-mysql-postgres-over-ssh-tunnel/57

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

3 participants