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

feat: Alerts management through gazer #180

Merged
merged 18 commits into from
Apr 21, 2023
Merged

feat: Alerts management through gazer #180

merged 18 commits into from
Apr 21, 2023

Conversation

drstrangelooker
Copy link
Collaborator

@drstrangelooker drstrangelooker commented Apr 21, 2023

$ gzr alert help
Commands:
  gzr alert cat ALERT_ID                        # Output json information about an alert to screen or file
  gzr alert chown ALERT_ID OWNER_ID             # Change the owner of the alert given by ALERT_ID to OWNER_ID
  gzr alert disable ALERT_ID REASON             # Disable the alert given by ALERT_ID
  gzr alert enable ALERT_ID                     # Enable the alert given by ALERT_ID
  gzr alert follow ALERT_ID                     # Start following the alert given by ALERT_ID
  gzr alert help [COMMAND]                      # Describe subcommands or one specific subcommand
  gzr alert import FILE [DASHBOARD_ELEMENT_ID]  # Import an alert from a file
  gzr alert ls                                  # list alerts
  gzr alert notifications                       # Get notifications
  gzr alert read NOTIFICATION_ID                # Read notification id
  gzr alert rm ALERT_ID                         # Delete the alert given by ALERT_ID
  gzr alert threshold ALERT_ID THRESHOLD        # Change the threshold of the alert given by ALERT_ID
  gzr alert unfollow ALERT_ID                   # Stop following the alert given by ALERT_ID

@github-actions
Copy link
Contributor

Ruby-CI Tests

    4 files      4 suites   1m 22s ⏱️
136 tests 136 ✔️ 0 💤 0 ❌
544 runs  544 ✔️ 0 💤 0 ❌

Results for commit a9c7a25.

@github-actions
Copy link
Contributor

Ruby-CI Tests

    4 files      4 suites   1m 22s ⏱️
136 tests 136 ✔️ 0 💤 0 ❌
544 runs  544 ✔️ 0 💤 0 ❌

Results for commit 73c871b.

Copy link
Contributor

@jkaster jkaster left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@github-actions

This comment has been minimized.

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

Successfully merging this pull request may close these issues.

2 participants