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

Failure / Recent Activity display #32

Open
irskep opened this issue Sep 29, 2011 · 1 comment
Open

Failure / Recent Activity display #32

irskep opened this issue Sep 29, 2011 · 1 comment

Comments

@irskep
Copy link
Contributor

irskep commented Sep 29, 2011

We should add to the web API as well as some option to tronview, to show recent activity.

Mostly I'm interested in being able to identify bad situations at a glance, which get's more difficult as the number of jobs go up.

Bad things that I'd like to be aware of:

  • Job/Action failures (unknown or bad exit status's)
  • Job Run's being queued because the previous hasn't completed yet.
  • Stderr output from jobs

Let's add the option 'tronview --warn' which will show a general log of warnings. It should support drilling down and seeing a log per job or action as well.

The option -n should be respected as well.

0.1.10 has a start to completing this feature. But I think we'll need a bit more to get what I want.

The idea is for some administrator to be able to take a look at the output from this feature and very quickly find out if there has been any issues recently.

Let's help resolve this with the following:

  • The output should be chronological rather than grouped by job
  • There should be a simple web api call for this, less done in the client
  • The output should be more log like rather than re-using display. I want to know the time and date, the job or action involved, and what happened.
  • Use of the -n option should show the most recent n events.

Copied from issue #46 on rhettg's repo

@dnephin
Copy link
Contributor

dnephin commented Feb 14, 2013

A lot of the warn output should be removed as well

@solarkennedy solarkennedy added this to Backlog in Yelp/paasta Mar 18, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Development

No branches or pull requests

2 participants