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

Health Check Runner #23

Closed
wants to merge 13 commits into from
Closed

Health Check Runner #23

wants to merge 13 commits into from

Conversation

kasvith
Copy link
Contributor

@kasvith kasvith commented Oct 12, 2021

New Griffin file structure reflects the common needs of HTTP health checking via URL(common scenario)

# Sample griffin file

# remote config
remotes:
  - name: FOSSLK Web Site
    url: https://foss.lk
    health:
      interval: 5min
  - name: FOSSLK Blog Web Site
    url: https://blog.foss.lk
    health:
      interval: 1min

# globle alerts
alerts:
  - type: email
    from: [email protected]
    to: [email protected]
  - type: webhook
    url: https://mywebsite.com/webhook

Closes #19 #22 #2

@kasvith kasvith mentioned this pull request Oct 12, 2021
@kasvith kasvith linked an issue Oct 12, 2021 that may be closed by this pull request
@kasvith kasvith added the enhancement New feature or request label Jan 2, 2022
@kasvith kasvith modified the milestones: Backlog, MVP release Jan 2, 2022
@kasvith kasvith self-assigned this Jan 2, 2022
@kasvith kasvith closed this Jun 1, 2022
@kasvith kasvith deleted the runner branch June 1, 2022 18:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Default to 1min Schedule Tasks
1 participant