Rebecca Valente c135aebcc4
Some checks failed
test-ui / test-ui (push) Has been cancelled
test / test (push) Has been cancelled
rebrand: switch palette from indigo to puddi.ng emerald green
Use #10b981 primary, #059669 dark, #34d399 light, #d1fae5 accent
to match puddi.ng brand identity. Logo, theme vars, footer link
all updated.
2026-05-28 15:02:06 -03:00
2021-10-23 16:47:12 -04:00
2021-01-15 20:11:43 -05:00
2021-09-16 22:35:22 -04:00
2026-04-03 13:48:31 -04:00
2026-04-03 13:48:31 -04:00

PANDUS

Status page and health dashboard for monitoring applications and infrastructure.

Fork Notice

This is a private fork of Gatus by TwiN, licensed under the Apache 2.0 License.

Original repository: https://github.com/TwiN/gatus

Quick Start

endpoints:
  - name: website
    url: "https://example.com"
    interval: 5m
    conditions:
      - "[STATUS] == 200"
      - "[RESPONSE_TIME] < 500"
docker run -p 8080:8080 --name pandus -v $(pwd)/config.yaml:/config/config.yaml pandus

Build

# Frontend
make frontend-install
make frontend-build

# Backend
make install

# Docker
make docker-build

Configuration

See upstream documentation for full configuration reference.

License

Apache 2.0 — Original work Copyright TwiN, modifications Copyright pudding-panda.

Description
PANDUS - Status page and health dashboard (fork of Gatus)
Readme Apache-2.0 37 MiB
Languages
Go 91%
Vue 8%
JavaScript 0.5%
HTML 0.3%