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

Feature: Visualize failed webhook deliveries for the entire instance #47

Open
larsxschneider opened this issue Nov 22, 2017 · 1 comment

Comments

@larsxschneider
Copy link
Collaborator

Calculate and visualize the number of failed webhook deliveries per day:

cat /var/log/hookshot/resqued.log.1 | grep -e '^\["repository-' | wc -l
@toddocon
Copy link
Contributor

toddocon commented Nov 22, 2017

This is cool! Just ran it on my instance. To be really useful we'll need a table which shows totals for each url or maybe determine the ORG/repo for the failed call. Totals for the calls would be helpful.

@pluehne pluehne changed the title Feature: visualze failed webhook delivers for the entire instance Feature: Visualize failed webhook deliveries for the entire instance Jan 3, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants