Skip to content
This repository has been archived by the owner on Sep 13, 2023. It is now read-only.
/ web-status-monitor Public archive

🛸 Ping websites at regular intervals using just GitHub Actions!

License

Notifications You must be signed in to change notification settings

zyrouge/web-status-monitor

Repository files navigation

🛸 Web Status Monitor

Ping websites at regular intervals using just GitHub Actions!

🤔 How does it work?

A scheduled GitHub action runs every 5 minutes that pings all the urls after which the summary is rendered. It's that simple!

🚀 Setting up

  • Create repo from this template
  • Add urls in config.yml
  • Done!

❔ Documentation

Configuration

config.defaults

  • Type: object
  • Required: false

config.defaults.method

  • Type: get | delete | head | options | post | put | patch
  • Required: false

config.defaults.headers

  • Type: Record<string, string>
  • Required: false

config.entities

  • Type: object[]
  • Required: true

config.entities[].url

  • Type: string
  • Required: true

config.entities[].method

  • Type: get | delete | head | options | post | put | patch
  • Required: false

config.entities[].headers

  • Type: Record<string, string>
  • Required: false

📃 License

License - MIT