Skip to content

didlawowo/portal-checker

Repository files navigation

Portal Checker

Monitor HTTP URLs by parsing ingress rules and httproute in your kubernetes cluster for availability and provide a little dashboard to show that.

alt text

Features

  • URL health monitoring
  • Response code tracking
  • Integration with Slack (beta)

Installation

Using Helm

helm install portal-checker helm \
  --namespace monitoring \

Build

Using Docker

docker compose build