From b6823b1931d8a000cdfd6b7f640379a36436bb1f Mon Sep 17 00:00:00 2001 From: nodiscc Date: Sat, 3 Sep 2022 13:20:03 +0000 Subject: [PATCH 1/3] add Vigil to Status / Uptime pages - remove redirect to awesome-sysadmin since all status pages have been moved back to awesome-selfhosted, or removed - fixes https://github.com/awesome-selfhosted/awesome-selfhosted/issues/3166 --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 82a7a065..63113103 100644 --- a/README.md +++ b/README.md @@ -1873,12 +1873,11 @@ Tools and software for [software testing](https://en.wikipedia.org/wiki/Software _Related: [Monitoring](#monitoring)_ -**Please visit [awesome-sysadmin/Status Pages](https://github.com/awesome-foss/awesome-sysadmin#status-pages)** - - [cState](https://github.com/cstate/cstate) - Static status page for hyperfast Hugo. Clean design, minimal JS, super light HTML/CSS, high customization, optional admin panel, read-only API, IE8+. Best used with Netlify, Docker. ([Demo](https://cstate.mnts.lt/)) `MIT` `Go` - [s.Status](https://github.com/scolastico-dev/s.Status) - Open-source server status page written in java. `MPL-2.0` `Java` - [StatPing.ng](https://statping-ng.github.io/) - An easy to use Status Page for your websites and applications. Statping will automatically fetch the application and render a beautiful status page with tons of features for you to build an even better status page. ([Source Code](https://github.com/statping-ng/statping-ng)) `GPL-3.0` `Docker/Go` - [Uptime Kuma](https://github.com/louislam/uptime-kuma) - Self-hosted website monitoring tool like "Uptime Robot". ([Demo](https://demo.uptime.kuma.pet)) `MIT` `Nodejs` +- [Vigil](https://github.com/valeriansaliou/vigil) - Microservices Status Page. Monitors a distributed infrastructure and sends alerts (Slack, SMS, etc.). ([Demo](https://status.crisp.chat/)) `MPL-2.0` `Rust` ### Task Management & To-do Lists From 7ba3b0c28c8dd3fa53ffce19bced415436049d38 Mon Sep 17 00:00:00 2001 From: nodiscc Date: Sat, 3 Sep 2022 13:26:47 +0000 Subject: [PATCH 2/3] add docker tag to vigil --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 63113103..8605ab2f 100644 --- a/README.md +++ b/README.md @@ -1877,7 +1877,7 @@ _Related: [Monitoring](#monitoring)_ - [s.Status](https://github.com/scolastico-dev/s.Status) - Open-source server status page written in java. `MPL-2.0` `Java` - [StatPing.ng](https://statping-ng.github.io/) - An easy to use Status Page for your websites and applications. Statping will automatically fetch the application and render a beautiful status page with tons of features for you to build an even better status page. ([Source Code](https://github.com/statping-ng/statping-ng)) `GPL-3.0` `Docker/Go` - [Uptime Kuma](https://github.com/louislam/uptime-kuma) - Self-hosted website monitoring tool like "Uptime Robot". ([Demo](https://demo.uptime.kuma.pet)) `MIT` `Nodejs` -- [Vigil](https://github.com/valeriansaliou/vigil) - Microservices Status Page. Monitors a distributed infrastructure and sends alerts (Slack, SMS, etc.). ([Demo](https://status.crisp.chat/)) `MPL-2.0` `Rust` +- [Vigil](https://github.com/valeriansaliou/vigil) - Microservices Status Page. Monitors a distributed infrastructure and sends alerts (Slack, SMS, etc.). ([Demo](https://status.crisp.chat/)) `MPL-2.0` `Rust/Docker` ### Task Management & To-do Lists From d46222011dbe38524a61e45b16f98347a540d3b3 Mon Sep 17 00:00:00 2001 From: nodiscc Date: Sat, 3 Sep 2022 13:27:39 +0000 Subject: [PATCH 3/3] update vigil homepage link, move github URL to source code link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8605ab2f..229c1378 100644 --- a/README.md +++ b/README.md @@ -1877,7 +1877,7 @@ _Related: [Monitoring](#monitoring)_ - [s.Status](https://github.com/scolastico-dev/s.Status) - Open-source server status page written in java. `MPL-2.0` `Java` - [StatPing.ng](https://statping-ng.github.io/) - An easy to use Status Page for your websites and applications. Statping will automatically fetch the application and render a beautiful status page with tons of features for you to build an even better status page. ([Source Code](https://github.com/statping-ng/statping-ng)) `GPL-3.0` `Docker/Go` - [Uptime Kuma](https://github.com/louislam/uptime-kuma) - Self-hosted website monitoring tool like "Uptime Robot". ([Demo](https://demo.uptime.kuma.pet)) `MIT` `Nodejs` -- [Vigil](https://github.com/valeriansaliou/vigil) - Microservices Status Page. Monitors a distributed infrastructure and sends alerts (Slack, SMS, etc.). ([Demo](https://status.crisp.chat/)) `MPL-2.0` `Rust/Docker` +- [Vigil](https://crates.io/crates/vigil-server) - Microservices Status Page. Monitors a distributed infrastructure and sends alerts (Slack, SMS, etc.). ([Demo](https://status.crisp.chat/), [Source Code](https://github.com/valeriansaliou/vigil)) `MPL-2.0` `Rust/Docker` ### Task Management & To-do Lists