All Projects β†’ zyrouge β†’ web-status-monitor

zyrouge / web-status-monitor

Licence: MIT license
πŸ›Έ Ping websites at regular intervals using just GitHub Actions!

Programming Languages

typescript
32286 projects

Projects that are alternatives of or similar to web-status-monitor

gochanges
**[ARCHIVED]** website changes tracker πŸ”
Stars: ✭ 12 (-29.41%)
Mutual labels:  website-monitor, monitoring-tool
uptime.js
Uptime monitor in Node.js that send status changes to Chatbots
Stars: ✭ 52 (+205.88%)
Mutual labels:  uptime-monitor, uptimerobot
StatusPage
UptimeRobot ηŠΆζ€ι‘΅
Stars: ✭ 58 (+241.18%)
Mutual labels:  uptime-monitor, uptimerobot
netcheck
A shell script to check and log when your internet connection goes down.
Stars: ✭ 138 (+711.76%)
Mutual labels:  uptime-monitor, monitoring-tool
laravel-uptime-monitor-api
API Package for Laravel Uptime Monitor
Stars: ✭ 24 (+41.18%)
Mutual labels:  uptime-monitor
pong
Basic uptime monitoring system, with email alerts and/or push notifications
Stars: ✭ 94 (+452.94%)
Mutual labels:  uptime-monitor
uptimey
Simple server uptime monitor
Stars: ✭ 43 (+152.94%)
Mutual labels:  uptime-monitor
pingbot
A website monitoring/health-checking tool based on serverless architecture.
Stars: ✭ 132 (+676.47%)
Mutual labels:  website-monitor
ValueHistories.jl
Utilities to efficiently track learning curves or other optimization information
Stars: ✭ 28 (+64.71%)
Mutual labels:  monitoring-tool
instagram-monitor
Easily monitor instagram accounts without any problem.
Stars: ✭ 41 (+141.18%)
Mutual labels:  monitoring-tool
apptime
⚑ Advanced FREE Website Monitoring Service. (Node.js & MongoDB) - Not lastest version of Apptime.
Stars: ✭ 3 (-82.35%)
Mutual labels:  uptime-monitor
upptime
⬆️ Free uptime monitor and status page powered by GitHub
Stars: ✭ 12,995 (+76341.18%)
Mutual labels:  uptime-monitor
graphs
β¬†οΈπŸ“Š Generate response time chart images in Upptime
Stars: ✭ 31 (+82.35%)
Mutual labels:  uptime-monitor
status
πŸ“ˆ Uptime monitor and status page for ORY
Stars: ✭ 22 (+29.41%)
Mutual labels:  uptime-monitor
nitter-instances
Automated uptime monitoring of Nitter instances.
Stars: ✭ 153 (+800%)
Mutual labels:  uptime-monitor
Statping
Status Page for monitoring your websites and applications with beautiful graphs, analytics, and plugins. Run on any type of environment.
Stars: ✭ 5,806 (+34052.94%)
Mutual labels:  website-monitor
etna-uptime
Based on https://github.com/upptime/upptime.
Stars: ✭ 17 (+0%)
Mutual labels:  uptime-monitor
steamstatus
A quick and dirty POC website to view the status of Steam CM servers. Precursor to steamstat.us
Stars: ✭ 67 (+294.12%)
Mutual labels:  uptime-monitor
elcep
Elastic Log Counter Exporter for Prometheus
Stars: ✭ 14 (-17.65%)
Mutual labels:  monitoring-tool
ExDeMon
A general purpose metrics monitor implemented with Apache Spark. Kafka source, Elastic sink, aggregate metrics, different analysis, notifications, actions, live configuration update, missing metrics, ...
Stars: ✭ 19 (+11.76%)
Mutual labels:  monitoring-tool

πŸ›Έ 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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].